summaryrefslogtreecommitdiffstats
path: root/libavformat/caf.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Move ff_read_chan_chunk() to isom.c and rename it as ff_mov_read_chan().
* 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
| | | | | | Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
| | | | Originally committed as revision 20250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Core Audio Format demuxerPeter Ross2009-09-161-0/+58
Originally committed as revision 19879 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud