| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 |