summaryrefslogtreecommitdiff
path: root/libavformat/caf.c
Commit message (Expand)AuthorAge
* 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