summaryrefslogtreecommitdiff
path: root/libavformat/cafdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/cafdec: Check that nb_frasmes fits within 64bitMichael Niedermayer2022-09-261-1/+1
* avformat/cafdec: Do not store empty keys in read_info_chunk()Michael Niedermayer2022-04-061-0/+2
* avformat/cafdec: Check channelsMichael Niedermayer2021-10-061-1/+1
* avformat/cafdec: Do not build an index if all packets are the sameMichael Niedermayer2021-10-061-9/+14
* avformat/cafdec: clip sample rateMichael Niedermayer2021-02-021-1/+1
* avformat/cafdec: Check the return code from av_add_index_entry()Michael Niedermayer2021-02-021-1/+4
* avformat/cafdec: Check for EOF in index read loopMichael Niedermayer2021-02-021-0/+2
* avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non ne...Michael Niedermayer2021-02-021-0/+3
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-121-5/+2
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-4/+5
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf/cafdec: Do not fail for unknown atoms with negative size.Carl Eugen Hoyos2019-01-271-0/+3
* avformat/cafdec: reject multichannel Opus streamsAnton Khirnov2017-09-191-0/+6
* lavf/caf: Support demuxing Opus.Carl Eugen Hoyos2017-09-201-0/+2
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-291-4/+2
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-2/+2
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-2/+2
* | cafdec: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-151-2/+7
* | avformat: add AVFormatContext to ff_get_extradata()Paul B Mahol2016-04-141-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-32/+32
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-32/+32
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-3/+3
* | cafdec: free extradata before allocating itAndreas Cadhalpun2015-05-131-0/+2
* | cafdec: check avio_read return valueAndreas Cadhalpun2015-05-131-3/+14
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | Merge commit '4d5b99dacdbb56373e5abe2ad35fc87b5c0c5bd2'Michael Niedermayer2014-09-261-7/+7
|\ \ | |/
| * caf: Give context structure a consistent nameDiego Biurrun2014-09-261-7/+7
* | Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea'Michael Niedermayer2014-08-191-2/+1
|\ \ | |/
| * mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-191-2/+1
| * caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-281-1/+1
* | cafdec: check for eof in read_info_chunk()Paul B Mahol2014-08-181-1/+1
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-3/+3
* | avformat: revert %c changes from d92024f18fa3d69937cb2575f3a8bf973df02430Michael Niedermayer2014-03-121-1/+1
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-111-1/+4
|\ \ | |/
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-111-1/+4
* | avformat/cafdec: use ff_get_extradata()Michael Niedermayer2013-12-251-2/+1
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-6/+2
* | cafdec: fix overflow checking in read_header()Xi Wang2013-01-201-1/+1
* | cafdec: Check duration before use.Michael Niedermayer2012-12-121-1/+1
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-291-1/+0
|\ \ | |/
| * lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-281-1/+0
* | cafdec: fix seeking with adpcmMichael Niedermayer2012-11-271-1/+1
* | cafdec: return right code if EOF is reachedPaul B Mahol2012-11-211-1/+1
* | Correctly signal EOF when demuxing caf files.Carl Eugen Hoyos2012-11-201-1/+3
* | cafdec: fix parsing of chunks which may have unused dataPaul B Mahol2012-10-281-2/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-071-1/+1
|\ \ | |/
| * mov_chan: Pass a separate AVIOContext for readingSamuel Pitoiset2012-09-071-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/