summaryrefslogtreecommitdiff
path: root/libavformat/cafdec.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/cafdec: Check that nb_frasmes fits within 64bitMichael Niedermayer2022-09-241-1/+1
* avformat/cafdec: Implement FLAC-in-CAF parsingMartijn van Beurden2022-07-051-0/+44
* avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt2022-05-101-0/+1
* avformat/cafdec: Do not store empty keys in read_info_chunk()Michael Niedermayer2022-03-271-0/+2
* caf: convert to new channel layout APIVittorio Giovara2022-03-151-3/+3
* avformat/cafdec: Avoid unnecessary avio_tell() callsAndreas Rheinhardt2021-11-261-2/+2
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-11/+13
* avformat/cafdec: try skipping various chunks only when seeking is possiblePaul B Mahol2021-09-031-1/+1
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/cafdec: Check channelsMichael Niedermayer2021-04-201-1/+1
* avformat/cafdec: Do not build an index if all packets are the sameMichael Niedermayer2021-03-291-9/+14
* avformat/caf: Deduplicate codec tags listAndreas Rheinhardt2021-02-231-1/+1
* avformat/cafdec: clip sample rateMichael Niedermayer2020-12-241-1/+1
* avformat/cafdec: Check the return code from av_add_index_entry()Michael Niedermayer2020-11-291-1/+4
* avformat/cafdec: Check for EOF in index read loopMichael Niedermayer2020-11-291-0/+2
* avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non ne...Michael Niedermayer2020-11-291-0/+3
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-11/+11
* 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