| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/mpc8: Check and propagate more errors | Michael Niedermayer | 2022-07-21 | 1 | -15/+25 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | mpc8: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+3 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+3 |
* | avformat/mpc8: Check first keyframe position for overflow | Michael Niedermayer | 2021-08-06 | 1 | -1/+7 |
* | avformat/mpc8: Check for position overflow in mpc8_handle_chunk() | Michael Niedermayer | 2021-06-18 | 1 | -1/+4 |
* | avformat/utils: make ff_update_cur_dts() shared | James Almer | 2021-06-09 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat/mpc8: check for size overflow in mpc8_get_chunk_header() | Michael Niedermayer | 2021-03-31 | 1 | -1/+5 |
* | avformat/mpc8: Check size before implicitly converting to int | Michael Niedermayer | 2021-01-28 | 1 | -1/+1 |
* | avformat/mpc8: Check remaining space in mpc8_parse_seektable() | Michael Niedermayer | 2020-12-05 | 1 | -0/+4 |
* | avformat/mpc8: correct integer overflow in mpc8_parse_seektable() | Michael Niedermayer | 2020-11-27 | 1 | -1/+1 |
* | avformat/mpc8: correct 32bit timestamp truncation | Michael Niedermayer | 2020-11-27 | 1 | -2/+2 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -6/+6 |
* | avformat/mpc8: fix memleak when seek table too big | Steven Liu | 2019-10-28 | 1 | -0/+1 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/mpc8: do not return error on stream end | Paul B Mahol | 2018-03-29 | 1 | -1/+1 |
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2' | Clément Bœsch | 2017-03-31 | 1 | -1/+1 |
|\ |
|
| * | Use avpriv_report_missing_feature() where appropriate | Diego Biurrun | 2016-11-08 | 1 | -1/+1 |
* | | 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 |
* | | 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 | -8/+8 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -10/+10 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -2/+2 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | avformat/mpc8: Add () to protect MKMPCTAG()s arguments | Michael Niedermayer | 2015-02-16 | 1 | -1/+1 |
* | | 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 |
* | | avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behavior | Michael Niedermayer | 2015-02-04 | 1 | -2/+2 |
* | | avformat/mpc8: fix broken pointer math | wm4 | 2015-02-04 | 1 | -1/+1 |
* | | avformat/mpc8: fix hang with fuzzed file | wm4 | 2015-02-04 | 1 | -0/+4 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -2/+2 |
* | | avformat/mpc8: check avio_read() return in mpc8_parse_seektable() | Michael Niedermayer | 2013-12-26 | 1 | -2/+7 |
* | | avformat/mpc8: clear buffer padding area | Michael Niedermayer | 2013-12-25 | 1 | -0/+2 |
* | | avformat/mpc8: use ff_get_extradata() | Michael Niedermayer | 2013-12-25 | 1 | -2/+1 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -2/+2 |
* | | Merge commit '17d57848fc14e82f76a65ffb25c90f2f011dc4a0' | Michael Niedermayer | 2013-09-12 | 1 | -2/+2 |
|\| |
|
| * | mpc8: Make sure the first stream exists before parsing the seek table | Martin Storsjö | 2013-09-12 | 1 | -0/+5 |
* | | Merge commit '459f2b393a3f89ed08d10fbceb4738d1429f268e' | Michael Niedermayer | 2013-09-12 | 1 | -1/+1 |
|\| |
|
| * | mpc8: Check the seek table size parsed from the bitstream | Martin Storsjö | 2013-09-12 | 1 | -0/+4 |
* | | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\| |
|
| * | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | | mpc8: check stream count before accessing stream 1. | Michael Niedermayer | 2013-01-24 | 1 | -0/+5 |
* | | mpc8_probe: make buffer related pointers and function arguments const | Michael Niedermayer | 2012-12-25 | 1 | -3/+3 |
* | | mpc8: check seektable size before attempting to use it. | Michael Niedermayer | 2012-12-02 | 1 | -0/+4 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4' | Michael Niedermayer | 2012-08-07 | 1 | -4/+3 |
|\| |
|