summaryrefslogtreecommitdiffstats
path: root/libavformat/caf.h
Commit message (Collapse)AuthorAgeFilesLines
* Move channel chunk reading function to isom.c.Carl Eugen Hoyos2011-04-281-3/+0
| | | | Move ff_read_chan_chunk() to isom.c and rename it as ff_mov_read_chan().
* Support channel layout when demuxing caf files.Carl Eugen Hoyos2011-04-231-0/+3
|
* 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
* #include correct header to fix 'make checkheaders'.Diego Biurrun2009-09-181-1/+1
| | | | | | AVCodecTag is declared in riff.h, not avformat.h. Originally committed as revision 19915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Core Audio Format demuxerPeter Ross2009-09-161-0/+34
Originally committed as revision 19879 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud