| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: Move ff_get_extradata to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | bink: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -5/+3 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -8/+10 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -5/+5 |
* | avformat/bink: properly mark packets that are key frames | Paul B Mahol | 2020-03-20 | 1 | -3/+8 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -6/+8 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/bink: move code for skipping unknown fields to correct place | Paul B Mahol | 2018-07-22 | 1 | -6/+8 |
* | lavf/bink: fix latest header and add all existing revisions | bnnm | 2017-08-20 | 1 | -4/+13 |
* | 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/bink.c: fix warning due to misleading indentation | Adriano Pallavicino | 2016-10-03 | 1 | -1/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
* | | lavf/bink: Cosmetics: Reindent after last commit. | Carl Eugen Hoyos | 2016-04-15 | 1 | -10/+10 |
* | | lavf/bink: Support Monkey Island 4 (SMUSH) files. | Carl Eugen Hoyos | 2016-04-15 | 1 | -2/+19 |
* | | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -20/+20 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -23/+23 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | bink: check vst->index_entries before using it | Andreas Cadhalpun | 2015-04-22 | 1 | -1/+4 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430' | Michael Niedermayer | 2014-03-11 | 1 | -3/+7 |
|\| |
|
| * | lavf: more correct printf format specifiers | Diego Biurrun | 2014-03-11 | 1 | -3/+7 |
* | | avformat/bink: Check return value of av_add_index_entry() | Michael Niedermayer | 2014-02-17 | 1 | -2/+4 |
* | | avformat/bink: display audio track ids | Peter Ross | 2014-01-03 | 1 | -0/+1 |
* | | avformat/bink: seek to first frame | Peter Ross | 2014-01-03 | 1 | -1/+1 |
* | | avformat/bink: recognize bink2 files | Peter Ross | 2014-01-02 | 1 | -2/+10 |
* | | avformat/bink: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -2/+1 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -6/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-02-01 | 1 | -0/+1 |
|\| |
|
| * | bink demuxer: set framerate. | Anton Khirnov | 2013-02-01 | 1 | -0/+1 |
| * | bink demuxer: check malloc return value | Anton Khirnov | 2013-02-01 | 1 | -0/+2 |
* | | bink: return AVERROR_EOF upon reaching end of file | Peter Ross | 2012-11-21 | 1 | -1/+1 |
* | | Merge commit 'ef1b23ad21e3f12fc4ff2a73a6d4d4cd9d630c4b' | Michael Niedermayer | 2012-11-13 | 1 | -1/+8 |
|\| |
|
| * | bink: set channel layout | Justin Ruggles | 2012-11-12 | 1 | -1/+8 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
| * | bink: Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2012-02-10 | 1 | -1/+3 |
* | | bink: check av_mallocz() return value | Paul B Mahol | 2012-06-09 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -2/+3 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -2/+2 |
|\| |
|
| * | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
* | | [bink] Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2011-09-14 | 1 | -1/+3 |