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-11-16a64multienc: use the AVFrame API properly.Anton Khirnov
2012-10-10a64multienc: change mc_frame_counter to unsignedJanne Grunau
GCC cannot proof that c->mc_frame_counter is always >- 0, changing the type from int to unsigned fixes following warning: libavcodec/a64multienc.c: In function ‘a64multi_encode_frame’: libavcodec/a64multienc.c:342:17: warning: ‘buf’ may be used uninitialized in this function[-Wuninitialized] Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2012-02-23a64multienc: switch to encode2().Anton Khirnov
We have no decoder, so cannot test if the output is decodable.
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-10-05Introduce palette with dynamic size.Tobias Bindhammer
Originally committed as revision 25344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-24added interlacing option and compression option for colorram (lut)Tobias Bindhammer
Originally committed as revision 24901 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-24fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer
dithering (faster) along a linear gradient now. Originally committed as revision 24898 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-23Initial version of the a64 (multicolor charset) codecTobias Bindhammer
Originally committed as revision 24873 to svn://svn.ffmpeg.org/ffmpeg/trunk