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-10-06ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard
2012-07-23swscale: Mark all init functions as av_coldDiego Biurrun
2012-04-12build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun
2012-04-09ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun
2012-03-06swscale: make filterPos 32bit.Ronald S. Bultje
2012-03-02swscale: K&R formatting cosmetics for PowerPC code (part II/II)Diego Biurrun
2012-02-21swscale: K&R formatting cosmetics for PowerPC code (part I/II)Diego Biurrun
2012-02-09swscale: ppc: Add missing header #includes to pass 'make checkheaders'.Diego Biurrun
2012-01-25cosmetics: Remove some unnecessary block braces.Diego Biurrun
2012-01-09swscale: K&R reformatting cosmetics for header filesDiego Biurrun
2012-01-04swscale: Use standard multiple inclusion guards in ppc/ header files.Diego Biurrun
2011-10-22swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje
2011-10-22Split up yuv2yuvX functionsKieran Kunhya
2011-09-25ppc: fix some pointer to integer castsMans Rullgard
2011-08-18swscale: split hScale() function pointer into h[cy]Scale().Ronald S. Bultje
2011-08-13swscale: add dithering to yuv2yuvX_altivec_realLuca Barbato
2011-08-12swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje
2011-07-01swscale: for >8bit scaling, read in native bit-depth.Ronald S. Bultje
2011-06-29swscale: implement >8bit scaling support.Ronald S. Bultje
2011-06-29PPC: swscale: disable altivec functions for unsupported formatsMans Rullgard
2011-06-28swscale: change prototypes of scaled YUV output functions.Ronald S. Bultje
2011-06-28swscale: split yuv2packedX_altivec in smaller functions.Ronald S. Bultje
2011-06-27swscale: remove unused xInc/srcW arguments from hScale().Ronald S. Bultje
2011-06-07swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje
2011-06-07swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje
2011-06-03swscale: enable hScale_altivec_real.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-06-03swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje
2011-06-03swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje
2011-05-31swscale: Remove unused variable.Diego Biurrun
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: remove duplicate code in ppc/ subdirectory.Ronald S. Bultje
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-14[PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.Ronald S. Bultje
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-04-15swscale: correct include path to fix ppc altivec buildJanne Grunau
2011-04-15swscale: partially move the arch specific code leftLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-07-24Fix compilation, forgot to add const also to theReimar Döffinger
2010-07-24More const-correctness fixes to avoid warnings.Reimar 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