| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: refactor upstream_stream_timings | Aman Gupta | 2018-04-20 | 1 | -11/+10 |
* | avformat/utils: ignore outlier durations on subtitle/data streams as well | Aman Gupta | 2018-04-20 | 1 | -2/+12 |
* | avformat/utils: use the existing packet reference when parsing complete frames | James Almer | 2018-04-13 | 1 | -3/+20 |
* | avformat/utils: Check cur_dts in update_initial_timestamps() more | Michael Niedermayer | 2018-04-13 | 1 | -0/+1 |
* | avformat/utils: Fix integer overflow in end time calculation in update_stream... | Michael Niedermayer | 2018-04-13 | 1 | -1/+1 |
* | avformat/utils: Stream specifier enhancement 2. | Bela Bodecs | 2018-04-13 | 1 | -0/+28 |
* | avformat/utils: Stream specifier enhancement | Bela Bodecs | 2018-04-12 | 1 | -5/+60 |
* | avformat/utils: optimize ff_packet_list_free() | James Almer | 2018-04-04 | 1 | -3/+6 |
* | avformat/utils: make AVPacketList helper functions shared | James Almer | 2018-04-04 | 1 | -24/+33 |
* | avformat/utils: use av_packet_make_refcounted to ensure packets are ref counted | James Almer | 2018-04-02 | 1 | -7/+3 |
* | lavf/utils.c: Don't compute start_time from DISCARD packets for video. | Sasi Inguva | 2018-03-24 | 1 | -1/+3 |
* | avformat/utils: Fix integer overflow of fps_first/last_dts | Michael Niedermayer | 2018-03-07 | 1 | -1/+1 |
* | avformat/utils: simplify ff_alloc_extradata() | James Almer | 2018-03-06 | 1 | -15/+11 |
* | avformat/utils: free existing extradata before trying to allocate a new one | James Almer | 2018-03-06 | 1 | -0/+1 |
* | avformat/utils: don't overwrite the return value of read_packet() | James Almer | 2018-02-26 | 1 | -3/+3 |
* | Add muxer/demuxer for raw codec2 and .c2 files | Tomas Härdin | 2018-02-24 | 1 | -0/+1 |
* | avformat: deprecate AVFormatContext filename field | Marton Balint | 2018-01-28 | 1 | -0/+8 |
* | avformat: migrate to AVFormatContext->url | Marton Balint | 2018-01-28 | 1 | -1/+1 |
* | avformat: add url field to AVFormatContext | Marton Balint | 2018-01-28 | 1 | -0/+14 |
* | avformat: add option to parse/store ID3 PRIV tags in metadata. | Richard Shaffer | 2018-01-24 | 1 | -0/+2 |
* | avformat: make avformat_network_init() explicitly optional | wm4 | 2018-01-16 | 1 | -2/+0 |
* | avformat: deprecate another ffserver API leftover | wm4 | 2018-01-16 | 1 | -0/+12 |
* | avformat/hlsenc, utils: Moved is_http_proto from hlsenc to utils for re-use | Karthick Jeyapal | 2017-12-29 | 1 | -0/+5 |
* | lavc, lavf: move avformat static mutex from avcodec to avformat | wm4 | 2017-12-26 | 1 | -0/+13 |
* | avformat/utils: fix mixed declarations and code | James Almer | 2017-11-24 | 1 | -1/+1 |
* | avformat/utils: Prevent undefined shift with wrap_bits > 64. | Dale Curtis | 2017-11-24 | 1 | -2/+3 |
* | avformat/utils: remove usage of AVCodecContext accessors | James Almer | 2017-11-15 | 1 | -5/+9 |
* | avformat/utils: Look at the first 3 frames if timestamps indicate frame reord... | Michael Niedermayer | 2017-11-11 | 1 | -4/+12 |
* | avformat/utils: preserve AV_PKT_FLAG_DISCARD in parse_packet | John Stebbins | 2017-11-11 | 1 | -0/+1 |
* | aptx: add raw muxer and demuxer for aptX | Aurelien Jacobs | 2017-11-10 | 1 | -0/+1 |
* | avformat: move priv_pts from AVStream to an internal struct | James Almer | 2017-11-07 | 1 | -3/+3 |
* | avformat: deprecate getters and setters for AVFormatContext and AVStream fields | James Almer | 2017-10-29 | 1 | -0/+4 |
* | Merge commit '9e4a5eb51b9f3b2bff0ef08e0074b7fe4893075d' | James Almer | 2017-10-28 | 1 | -6/+1 |
|\ |
|
| * | avformat: Free the internal codec context at the end | Luca Barbato | 2017-04-13 | 1 | -5/+1 |
| * | utils: Add av_stream_add_side_data() | James Almer | 2016-11-23 | 1 | -10/+27 |
| * | lavf: check that the codec is supported by extract_extradata | Anton Khirnov | 2016-10-21 | 1 | -0/+10 |
* | | avformat: remove dead av_stream_get_side_data() cruft | James Almer | 2017-10-22 | 1 | -5/+0 |
* | | avformat: remove ABI portion of the side data merging API | James Almer | 2017-10-22 | 1 | -7/+0 |
* | | avformat: fix id3 chapters | Lukas Stabe | 2017-10-05 | 1 | -0/+2 |
* | | lavf/utils: Do not force chapter end time before chapter start. | Carl Eugen Hoyos | 2017-09-20 | 1 | -1/+1 |
* | | 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 |