Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-23avformat/caf: Deduplicate codec tags listAndreas Rheinhardt
Also saves a relocation. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
2011-04-28Move channel chunk reading function to isom.c.Carl Eugen Hoyos
Move ff_read_chan_chunk() to isom.c and rename it as ff_mov_read_chan().
2011-04-23Support channel layout when demuxing caf files.Carl Eugen Hoyos
2010-05-22Move AVCodecTag from riff.h into internal.h.Francesco Lavra
Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23250 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
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
2009-09-18#include correct header to fix 'make checkheaders'.Diego Biurrun
AVCodecTag is declared in riff.h, not avformat.h. Originally committed as revision 19915 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-16Core Audio Format demuxerPeter Ross
Originally committed as revision 19879 to svn://svn.ffmpeg.org/ffmpeg/trunk