| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: always av_reduce r_frame_rate | Marton Balint | 2017-08-17 | 1 | -2/+2 |
* | avformat/utils: fix memory leak in avformat_free_context | Steven Siloti | 2017-08-05 | 1 | -1/+1 |
* | lavf: consider codec framerate for framerate detection | wm4 | 2017-06-07 | 1 | -0/+10 |
* | avformat/utils: Slightly un-clutter code in determinable_frame_size() by usin... | Michael Niedermayer | 2017-06-06 | 1 | -5/+6 |
* | avformat/utils: change bitrate to int64_t in av_find_best_stream | Marton Balint | 2017-06-04 | 1 | -2/+4 |
* | avformat/utils: return impaired streams in av_find_best_stream if only those ... | Marton Balint | 2017-06-04 | 1 | -8/+9 |
* | avformat/options: log filename on open | Michael Niedermayer | 2017-06-03 | 1 | -1/+1 |
* | avformat/utils: free AVStream.codec properly in free_stream() | Aaron Levinson | 2017-05-06 | 1 | -3/+1 |
* | lavf: use the new bitstream filter for extracting extradata | James Almer | 2017-04-07 | 1 | -13/+133 |
* | Revert "Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4'" | James Almer | 2017-03-23 | 1 | -110/+13 |
* | Merge commit '8e2ea691351c5079cdab245ff7bfa5c0f3e3bfe4' | James Almer | 2017-03-23 | 1 | -13/+110 |
|\ |
|
| * | lavf: use the new bitstream filter for extracting extradata | Anton Khirnov | 2016-10-16 | 1 | -13/+110 |
* | | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\| |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
| * | lavf: use new decode API | wm4 | 2016-03-23 | 1 | -12/+12 |
* | | avcodec, avformat: deprecate anything related to side data merging | wm4 | 2017-03-21 | 1 | -0/+4 |
* | | avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_dur... | Michael Niedermayer | 2017-02-19 | 1 | -2/+5 |
* | | avformat: Ignore ID3v2 tags if other tags are present e.g. vorbis | Paul Arzelier | 2017-01-28 | 1 | -1/+16 |
* | | lavf/utils.c Protect against accessing entries[nb_entries] | Matt Wolenetz | 2016-12-30 | 1 | -1/+1 |
* | | avformat: Auto-detect mjpeg 2000 in mpeg-ts | Ståle Kristoffersen | 2016-12-17 | 1 | -0/+1 |
* | | avformat/utils: Print verbose error message if stream count exceeds max_streams | Michael Niedermayer | 2016-12-13 | 1 | -1/+4 |
* | | avformat: Add max_streams option | Michael Niedermayer | 2016-12-08 | 1 | -1/+1 |
* | | lavf: fix the wrong warning msg and comments about av_find_stream_info | Jun Zhao | 2016-12-05 | 1 | -3/+3 |
* | | avformat/utils: Check start/end before computing duration in update_stream_ti... | Michael Niedermayer | 2016-12-03 | 1 | -2/+5 |
* | | avformat/utils: Fix type mismatch | Michael Niedermayer | 2016-11-27 | 1 | -1/+1 |
* | | lavf: always forward codec_whitelist in avformat_find_stream_info | Andreas Cadhalpun | 2016-11-26 | 1 | -1/+5 |
* | | avformat/utils: add missing brackets around arguments in av_realloc() call | James Almer | 2016-11-21 | 1 | -1/+1 |
* | | avformat/utils: check for overflow before reallocating side data | James Almer | 2016-11-19 | 1 | -1/+4 |
* | | avformat/utils: add av_stream_add_side_data() | James Almer | 2016-11-18 | 1 | -9/+23 |
* | | avformat: close parser if codec changed | Andreas Cadhalpun | 2016-11-02 | 1 | -0/+12 |
* | | Revert "img2 encoder: allow %t in filename, based on patch from Yuval Adam" | Michael Niedermayer | 2016-11-01 | 1 | -38/+4 |
* | | img2 encoder: allow %t in filename, based on patch from Yuval Adam | rogerdpack | 2016-11-01 | 1 | -4/+38 |
* | | avformat/flvdec: Fix regression loosing streams | Michael Niedermayer | 2016-10-28 | 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 |