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
2011-08-01Cosmetics: Restore alphabetical order.Carl Eugen Hoyos
2011-07-25Use little endian for caf codec tags.Carl Eugen Hoyos
2011-07-12Support adpcm_ima_wav and adpcm_ms in caf.Carl Eugen Hoyos
2011-07-12Add another MP3 CAF codec tag.Carl Eugen Hoyos
2011-07-09Support gsm_ms in caf files.Carl Eugen Hoyos
2011-05-15Support decoding of amr_nb and gsm in caf.Carl Eugen Hoyos
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-28Fix caf channel layouts ITU_2_2 and DVD_6.Carl Eugen Hoyos
2011-04-2310l: Add misssing CR/LF.Carl Eugen Hoyos
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-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
Originally committed as revision 20250 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