summaryrefslogtreecommitdiff
path: root/libavformat/caf.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/cafdec: Implement FLAC-in-CAF parsingMartijn van Beurden2022-07-051-0/+1
* avformat/caf: Deduplicate codec tags listAndreas Rheinhardt2021-02-231-0/+1
* lavf/caf: Support demuxing Opus.Carl Eugen Hoyos2017-09-201-0/+1
* avformat/caf: add 'aacl' codec tagPiotr Bandurski2017-01-191-0/+1
* lavc/cafenc: Allow QDMC muxing.Carl Eugen Hoyos2016-06-191-1/+1
* avformat/cafenc: Move special casing of PCM codecs into ff_codec_caf_tagsMichael Niedermayer2015-09-071-0/+12
* Support iLBC in caf.Carl Eugen Hoyos2012-11-191-0/+1
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-23/+23
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-17/+17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Cosmetics: Restore alphabetical order.Carl Eugen Hoyos2011-08-011-6/+6
* | Use little endian for caf codec tags.Carl Eugen Hoyos2011-07-241-26/+26
* | Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos2011-07-121-0/+2
* | Add another MP3 CAF codec tag.Carl Eugen Hoyos2011-07-121-0/+1
* | Support gsm_ms in caf files.Carl Eugen Hoyos2011-07-091-0/+1
* | Support decoding of amr_nb and gsm in caf.Carl Eugen Hoyos2011-05-151-0/+2
* | Move channel chunk reading function to isom.c.Carl Eugen Hoyos2011-04-281-59/+0
* | Fix caf channel layouts ITU_2_2 and DVD_6.Carl Eugen Hoyos2011-04-281-0/+2
* | 10l: Add misssing CR/LF.Carl Eugen Hoyos2011-04-231-2/+2
* | Support channel layout when demuxing caf files.Carl Eugen Hoyos2011-04-231-0/+58
|/
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
* Core Audio Format demuxerPeter Ross2009-09-161-0/+58