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
2013-05-05bgmc: Do not mark ff_bgmc_decode_init() as av_coldDiego Biurrun
The function is possibly called once per block.
2013-05-05avcodec: Add av_cold attributes to end functions missing themDiego Biurrun
2013-05-04avcodec: Add av_cold attributes to init functions missing themDiego Biurrun
2012-11-15bgmc: Fix av_malloc checks in ff_bgmc_init()Xi Wang
Signed-off-by: Xi Wang <xi.wang@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-04-12avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun
2012-01-02bgmc: K&R cleanupAneesh Dogra
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-11-08Allow clean initialization of lut_status array by changing type to signed int.Thilo Borgmann
Originally committed as revision 25710 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-30Fix grammar errors in documentationMåns Rullgård
Originally committed as revision 23904 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
2010-02-13Support arithmetic decoding in ALS.Thilo Borgmann
Originally committed as revision 21799 to svn://svn.ffmpeg.org/ffmpeg/trunk