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
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06-02Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails.Reimar Döffinger
2011-05-31swscale: Remove unused variable.Diego Biurrun
2011-05-30Include pixdesc.h for av_get_pix_fmt_name.Reimar Döffinger
2011-05-30swscale: remove sws_format_name()Stefano Sabatini
2011-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-29Add const to vector types for input in altivec code.Reimar Döffinger
2011-05-29Remove unused variable, avoiding compiler warning.Reimar Döffinger
2011-05-29Cast pointers to uintptr_t rather than unsigned int.Reimar Döffinger
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29Commits that could not be pulled earlier due to bugs.Michael Niedermayer
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-26swscale: fix compile on ppc.Ronald S. Bultje
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25Merge swscale bloatupMichael Niedermayer
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-12sws-PPC: fix after VOFW change.Michael Niedermayer
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
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-29Move swscale AltiVec template code to ppc subdirectory.Diego Biurrun
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla