summaryrefslogtreecommitdiff
path: root/libavformat/mpc8.c
Commit message (Expand)AuthorAge
* avformat/mpc8: Check and propagate more errorsMichael Niedermayer2022-07-21
* avformat/demux: Add new demux.h headerAndreas Rheinhardt2022-05-10
* mpc8: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/mpc8: Check first keyframe position for overflowMichael Niedermayer2021-08-06
* avformat/mpc8: Check for position overflow in mpc8_handle_chunk()Michael Niedermayer2021-06-18
* avformat/utils: make ff_update_cur_dts() sharedJames Almer2021-06-09
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/mpc8: check for size overflow in mpc8_get_chunk_header()Michael Niedermayer2021-03-31
* avformat/mpc8: Check size before implicitly converting to intMichael Niedermayer2021-01-28
* avformat/mpc8: Check remaining space in mpc8_parse_seektable()Michael Niedermayer2020-12-05
* avformat/mpc8: correct integer overflow in mpc8_parse_seektable()Michael Niedermayer2020-11-27
* avformat/mpc8: correct 32bit timestamp truncationMichael Niedermayer2020-11-27
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* avformat/mpc8: fix memleak when seek table too bigSteven Liu2019-10-28
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/mpc8: do not return error on stream endPaul B Mahol2018-03-29
* Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-31
|\
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-08
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\|
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-14
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | avformat/mpc8: Add () to protect MKMPCTAG()s argumentsMichael Niedermayer2015-02-16
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avformat/mpc8: Use uint64_t in *_get_v() to avoid undefined behaviorMichael Niedermayer2015-02-04
* | avformat/mpc8: fix broken pointer mathwm42015-02-04
* | avformat/mpc8: fix hang with fuzzed filewm42015-02-04
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat/mpc8: check avio_read() return in mpc8_parse_seektable()Michael Niedermayer2013-12-26
* | avformat/mpc8: clear buffer padding areaMichael Niedermayer2013-12-25
* | avformat/mpc8: use ff_get_extradata()Michael Niedermayer2013-12-25
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* | Merge commit '17d57848fc14e82f76a65ffb25c90f2f011dc4a0'Michael Niedermayer2013-09-12
|\|
| * mpc8: Make sure the first stream exists before parsing the seek tableMartin Storsjö2013-09-12
* | Merge commit '459f2b393a3f89ed08d10fbceb4738d1429f268e'Michael Niedermayer2013-09-12
|\|
| * mpc8: Check the seek table size parsed from the bitstreamMartin Storsjö2013-09-12
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-05
|\|
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* | mpc8: check stream count before accessing stream 1.Michael Niedermayer2013-01-24
* | mpc8_probe: make buffer related pointers and function arguments constMichael Niedermayer2012-12-25
* | mpc8: check seektable size before attempting to use it.Michael Niedermayer2012-12-02
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge commit 'f5d2c597e99af218b0d4d1cf9737c7e68ee934e4'Michael Niedermayer2012-08-07
|\|