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-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-04-09ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun
2012-03-02swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun
2011-06-28swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje
2011-06-03swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje
2011-06-03swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-26swscale: fix compile on ppc.Ronald S. Bultje
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-24Fix compilation, forgot to add const also to theReimar Döffinger
2010-07-24Add some "const" to avoid incompatible pointer type warningsReimar Döffinger
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-09-13Remove ; after while(0) in macros.Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-16Indent libswscale:Ramiro Polla
2009-08-10Remove disabled debug code.Diego Biurrun
2009-06-05Use DECLARE_ALIGNED macro instead of __attribute__((aligned)) for ppc code.Ramiro Polla
2009-05-09Add missing const qualifiers to AltiVec function parameters where appropriate.Diego Biurrun
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla