summaryrefslogtreecommitdiff
path: root/libavcodec/a64enc.h
Commit message (Collapse)AuthorAge
* a64multienc: use the AVFrame API properly.Anton Khirnov2013-11-16
|
* a64multienc: change mc_frame_counter to unsignedJanne Grunau2012-10-10
| | | | | | | | | | 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>
* a64multienc: switch to encode2().Anton Khirnov2012-02-23
| | | | We have no decoder, so cannot test if the output is decodable.
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* Introduce palette with dynamic size.Tobias Bindhammer2010-10-05
| | | | Originally committed as revision 25344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added interlacing option and compression option for colorram (lut)Tobias Bindhammer2010-08-24
| | | | Originally committed as revision 24901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer2010-08-24
| | | | | | dithering (faster) along a linear gradient now. Originally committed as revision 24898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial version of the a64 (multicolor charset) codecTobias Bindhammer2010-08-23
Originally committed as revision 24873 to svn://svn.ffmpeg.org/ffmpeg/trunk