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 (Expand)Author
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-03-02Remove unnecessary AVFrame pointer casts.Diego Biurrun
2012-02-23a64multienc: switch to encode2().Anton Khirnov
2012-02-23a64multienc: don't write into output buffer when there's no output.Anton Khirnov
2011-06-02Remove unused variablesMans Rullgard
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-18a64enc: make PixelFormat arrays constMans Rullgard
2010-10-05Cosmetics, lots of.Tobias Bindhammer
2010-10-05Skip unnecessary calculations in 4col-mode.Tobias Bindhammer
2010-10-05Add possibility to crop screens inside of encoded frames.Tobias Bindhammer
2010-10-05Add check for height when cropping.Tobias Bindhammer
2010-10-05Introduce palette with dynamic size.Tobias Bindhammer
2010-08-31Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer
2010-08-26Clarify code/avoid possible bugs by using precalculated values that are used ...Tobias Bindhammer
2010-08-26enable a flexible lifetimeTobias Bindhammer
2010-08-26Setting proper values in extradata for future use in muxerTobias Bindhammer
2010-08-25cleanup a bit in a64multi_encode_frame()Tobias Bindhammer
2010-08-25added/extended some comments in a64multi_encode_frame()Tobias Bindhammer
2010-08-24added interlacing option and compression option for colorram (lut)Tobias Bindhammer
2010-08-24fixed some return values and deprecated CODEC_TYPE_VIDEO.Tobias Bindhammer
2010-08-23Initial version of the a64 (multicolor charset) codecTobias Bindhammer