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-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit d36beb3f6902b1217beda576aa18abf7eb72b03c)
2011-01-18a64enc: make PixelFormat arrays constMans Rullgard
2010-10-05Cosmetics, lots of.Tobias Bindhammer
Originally committed as revision 25348 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-05Skip unnecessary calculations in 4col-mode.Tobias Bindhammer
Originally committed as revision 25347 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-05Add possibility to crop screens inside of encoded frames.Tobias Bindhammer
Originally committed as revision 25346 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-05Add check for height when cropping.Tobias Bindhammer
Originally committed as revision 25345 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-10-05Introduce palette with dynamic size.Tobias Bindhammer
Originally committed as revision 25344 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-31Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer
Originally committed as revision 25003 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-26Clarify code/avoid possible bugs by using precalculated values that are used ↵Tobias Bindhammer
for extradata as well Originally committed as revision 24941 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-26enable a flexible lifetimeTobias Bindhammer
Originally committed as revision 24940 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-26Setting proper values in extradata for future use in muxerTobias Bindhammer
Originally committed as revision 24939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-25cleanup a bit in a64multi_encode_frame()Tobias Bindhammer
Originally committed as revision 24914 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-08-25added/extended some comments in a64multi_encode_frame()Tobias Bindhammer
Originally committed as revision 24913 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