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