| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: Prevent undefined shift with wrap_bits > 64. | Dale Curtis | 2018-01-08 | 1 | -2/+3 |
* | avformat: Free the internal codec context at the end | Luca Barbato | 2018-01-08 | 1 | -6/+1 |
* | avformat/utils: fix memory leak in avformat_free_context | Steven Siloti | 2017-09-17 | 1 | -1/+1 |
* | avformat/options: log filename on open | Michael Niedermayer | 2017-06-16 | 1 | -1/+1 |
* | avformat/utils: free AVStream.codec properly in free_stream() | Aaron Levinson | 2017-05-11 | 1 | -3/+1 |
* | lavf/utils.c Protect against accessing entries[nb_entries] | Matt Wolenetz | 2017-01-26 | 1 | -1/+1 |
* | avformat/utils: Print verbose error message if stream count exceeds max_streams | Michael Niedermayer | 2017-01-26 | 1 | -1/+4 |
* | avformat: Add max_streams option | Michael Niedermayer | 2016-12-11 | 1 | -1/+1 |
* | avformat/utils: Check start/end before computing duration in update_stream_ti... | Michael Niedermayer | 2016-12-06 | 1 | -2/+5 |
* | avformat/utils: Fix type mismatch | Michael Niedermayer | 2016-12-06 | 1 | -1/+1 |
* | avformat: close parser if codec changed | Andreas Cadhalpun | 2016-11-17 | 1 | -0/+12 |
* | avformat/flvdec: Fix regression loosing streams | Michael Niedermayer | 2016-11-17 | 1 | -0/+2 |
* | Revert "avformat/utils: Discard huge timestamps which would cause overflows i... | Michael Niedermayer | 2016-10-26 | 1 | -6/+0 |
* | avformat/utils: Discard huge timestamps which would cause overflows if used i... | Michael Niedermayer | 2016-10-26 | 1 | -0/+6 |
* | avformat: prevent triggering request_probe assert in ff_read_packet | Andreas Cadhalpun | 2016-10-19 | 1 | -1/+1 |
* | avformat/utils: Update codec_id before using it in the parser init | Michael Niedermayer | 2016-10-10 | 1 | -10/+11 |
* | lavf/utils: avoid using programs for duration when there's only one | Rodger Combs | 2016-10-06 | 1 | -1/+1 |
* | lavf/utils: ignore outlier subtitle and data stream end times as well | Rodger Combs | 2016-10-06 | 1 | -2/+12 |
* | avformat: add av_stream_get_codec_timebase() | James Almer | 2016-09-27 | 1 | -0/+12 |
* | lavf/utils: Avoid an overflow for huge negative durations. | Carl Eugen Hoyos | 2016-09-24 | 1 | -1/+1 |
* | avformat/utils: avoid using marked decoders for probing | Timo Rothenpieler | 2016-09-23 | 1 | -1/+18 |
* | avformat/utils: force native h264 decoder for probing | Timo Rothenpieler | 2016-09-22 | 1 | -3/+15 |
* | ffmpeg: switch to codecpar | Clément Bœsch | 2016-09-21 | 1 | -1/+1 |
* | lavf/utils: Support av_index_search_timestamp in case of AVIndexEntry with di... | Sasi Inguva | 2016-09-19 | 1 | -0/+10 |
* | avformat/utils: fix timebase error in avformat_seek_file() | Xinzheng Zhang | 2016-09-14 | 1 | -0/+1 |
* | lavf/utils: add missing ismv in MOV-like formats | Clément Bœsch | 2016-09-14 | 1 | -1/+1 |
* | lavf/utils: simplify matching MOV-like formats | Clément Bœsch | 2016-09-14 | 1 | -3/+1 |
* | lavf: add avformat_transfer_internal_stream_timing_info() and use it in ffmpeg | Clément Bœsch | 2016-09-14 | 1 | -0/+64 |
* | avformat: Export ticks_per_frame in st->codec | Michael Niedermayer | 2016-09-07 | 1 | -1/+3 |
* | avformat/utils: fix a codecpar non use | James Almer | 2016-08-27 | 1 | -1/+1 |
* | avformat/utils: End probing if the expected codec surpasses AVPROBE_SCORE_STR... | Michael Niedermayer | 2016-08-27 | 1 | -1/+4 |
* | libavformat/utils: added ability to probe AVMEDIA_TYPE_DATA format | Erkki Seppälä | 2016-08-23 | 1 | -1/+6 |
* | avcodec: add 64-bit signed pcm codec | Paul B Mahol | 2016-08-18 | 1 | -0/+2 |
* | avformat: factorize iso 8601 timestamp writer to a dictionary avutil function | Marton Balint | 2016-08-17 | 1 | -14/+2 |
* | lavf: mark stream as const pointer in av_stream_get_side_data() for next bump | Clément Bœsch | 2016-08-17 | 1 | -2/+7 |
* | lavf/utils: add some const to pointers parameters in a few functions | Clément Bœsch | 2016-08-17 | 1 | -3/+3 |
* | avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLE | Michael Niedermayer | 2016-08-04 | 1 | -2/+7 |
* | avformat/utils: Fix find_stream_info not considering the extradata it found | Anssi Hannula | 2016-07-28 | 1 | -1/+1 |
* | avformat/utils: Add ff_format_output_open() function | Jan Sebechlebsky | 2016-07-16 | 1 | -0/+10 |
* | avformat/utils: Add ff_stream_encode_params_copy() | Jan Sebechlebsky | 2016-07-16 | 1 | -0/+57 |
* | avformat/utils: update deprecated AVStream->codec when the context is updated | Hendrik Leppkes | 2016-06-30 | 1 | -0/+9 |
* | lavf: update auto-bsf to new BSF API | Rodger Combs | 2016-06-25 | 1 | -10/+49 |
* | lavf: deprecate av_apply_bitstream_filters | Rodger Combs | 2016-06-25 | 1 | -0/+4 |
* | lavf/utils: fix const warning at a find_decoder() call | Clément Bœsch | 2016-06-25 | 1 | -1/+1 |
* | avformat/utils: Use internal->avctx for bitrate in estimate_timings_from_bit_... | Michael Niedermayer | 2016-06-22 | 1 | -0/+2 |
* | avformat/utils: change bit_rate to 64 bit in estimate_timings_from_bit_rate() | Michael Niedermayer | 2016-06-22 | 1 | -2/+2 |
* | avformat/utils: in debug mode, print number of streams found before avformat_... | Aman Gupta | 2016-06-14 | 1 | -2/+2 |
* | lavf/utils: fix timestamp trace log in estimate_timings() function | Stefano Sabatini | 2016-06-14 | 1 | -4/+4 |
* | avformat/utils: Export coded dimensions unconditionally | Michael Niedermayer | 2016-06-13 | 1 | -2/+2 |
* | avformat/utils: Do not overwrite, but use sample_fmt from context | Michael Niedermayer | 2016-06-09 | 1 | -0/+3 |