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