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
2012-11-28lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-11-11AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)Mike Melanson
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
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-12-01decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak
Originally committed as revision 20674 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-11-09Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos
Originally committed as revision 20481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-15Split up the AIFF muxer and demuxer into separate files.Justin Ruggles
Originally committed as revision 20234 to svn://svn.ffmpeg.org/ffmpeg/trunk