summaryrefslogtreecommitdiff
path: root/libavformat/cafdec.c
Commit message (Expand)AuthorAge
* avformat/cafdec: Implement FLAC-in-CAF parsingMartijn van Beurden2022-07-05
* avformat/utils: Move ff_get_extradata to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/cafdec: Do not store empty keys in read_info_chunk()Michael Niedermayer2022-03-27
* caf: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat/cafdec: Avoid unnecessary avio_tell() callsAndreas Rheinhardt2021-11-26
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/cafdec: try skipping various chunks only when seeking is possiblePaul B Mahol2021-09-03
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avformat/cafdec: Check channelsMichael Niedermayer2021-04-20
* avformat/cafdec: Do not build an index if all packets are the sameMichael Niedermayer2021-03-29
* avformat/caf: Deduplicate codec tags listAndreas Rheinhardt2021-02-23
* avformat/cafdec: clip sample rateMichael Niedermayer2020-12-24
* avformat/cafdec: Check the return code from av_add_index_entry()Michael Niedermayer2020-11-29
* avformat/cafdec: Check for EOF in index read loopMichael Niedermayer2020-11-29
* avformat/cafdec: Check that bytes_per_packet and frames_per_packet are non ne...Michael Niedermayer2020-11-29
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-12
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-12
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* lavf/cafdec: Do not fail for unknown atoms with negative size.Carl Eugen Hoyos2019-01-27
* avformat/cafdec: reject multichannel Opus streamsAnton Khirnov2017-09-19
* lavf/caf: Support demuxing Opus.Carl Eugen Hoyos2017-09-20
* lavf: use av_fourcc2str() where appropriateClément Bœsch2017-03-29
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
* | cafdec: prevent overflow during bit rate calculationAndreas Cadhalpun2016-12-15
* | 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
* | cafdec: free extradata before allocating itAndreas Cadhalpun2015-05-13
* | cafdec: check avio_read return valueAndreas Cadhalpun2015-05-13
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit '4d5b99dacdbb56373e5abe2ad35fc87b5c0c5bd2'Michael Niedermayer2014-09-26
|\|
| * caf: Give context structure a consistent nameDiego Biurrun2014-09-26
* | Merge commit '86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea'Michael Niedermayer2014-08-19
|\|
| * mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-19
| * caf: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-28
* | cafdec: check for eof in read_info_chunk()Paul B Mahol2014-08-18
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | avformat: revert %c changes from d92024f18fa3d69937cb2575f3a8bf973df02430Michael Niedermayer2014-03-12
* | Merge commit 'd92024f18fa3d69937cb2575f3a8bf973df02430'Michael Niedermayer2014-03-11
|\|
| * lavf: more correct printf format specifiersDiego Biurrun2014-03-11
* | avformat/cafdec: use ff_get_extradata()Michael Niedermayer2013-12-25
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* | cafdec: fix overflow checking in read_header()Xi Wang2013-01-20
* | cafdec: Check duration before use.Michael Niedermayer2012-12-12
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-29
|\|