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-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-05avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö
2012-09-05avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö
2012-03-04swscale: remove "cpu flags" from -sws_flags description.Ronald S. Bultje
2012-02-22swscale: K&R formatting cosmetics (part I)Diego Biurrun
2011-10-12AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov
2011-09-03lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-10AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov
2011-04-19lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-09-30Set the default value of param0 and param1 to SWS_PARAM_DEFAULT.Stefano Sabatini
2010-09-30Set valid default values for the srcw, srch, dstw, dsth options in theStefano Sabatini
2010-09-29Amend constraints for the src_format and dst_format options in theStefano Sabatini
2010-09-26Make the avoptions list of sws more complete.Michael Niedermayer
2010-09-08rgb2rgb: build SSE2 codepathRamiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-04-18Rename swscale_avoption.c to options.c.Stefano Sabatini