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-02-22swscale: K&R formatting cosmetics (part I)Diego Biurrun
2012-02-22swscale: variable declaration and placement cosmeticsDiego Biurrun
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-26swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-04-15swscale: move away x86 specific code from rgb2rgbLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-18Replace ASMALIGN() with .p2alignMans Rullgard
2010-09-14rgb2rgb: don't misuse HAVE_* definesRamiro Polla
2010-09-13swscale: indentation and emtpy line cosmeticsRamiro Polla
2010-09-13swscale: avoid reading prior to the source buffer in planar2x() MMX2Ramiro Polla
2010-09-12rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Ramiro Polla
2010-09-11rgb2rgb: remove unused yvu9toyv12 functionRamiro Polla
2010-03-31Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-09Remove unused PREFETCHW macroZuxy Meng
2009-09-07Indent.Ramiro Polla
2009-08-17Cosmetics:Ramiro Polla
2009-08-16Indent libswscale:Ramiro Polla
2009-08-08Remove disabled crufty code.Diego Biurrun
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-04-19Remove 2 useless += at the end of rgb16to15(), found by CSA.Michael Niedermayer
2009-03-2210l (C code was buggy and untested)Michael Niedermayer
2009-03-22Average chroma of 2 lines in packed 422 -> planar 420.Michael Niedermayer
2009-03-19RevertMichael Niedermayer
2009-03-19Unscaled converters forMichael Niedermayer
2009-03-19Fix libswscale compilation on non-x86, hopefully without breaking MinGW64 again.Reimar Döffinger
2009-03-18Do not assume long is same width as x86 register.Ramiro Polla
2009-03-04Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli
2009-02-28When converting from a non alpha format to an alpha format, defaultsCédric Schieli
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-12-12Some forgotten eax -> REG_a changes.Reimar Döffinger
2008-10-23cosmetics: typo fixDiego Biurrun
2008-10-16Convert asm keyword into __asm__.Diego Pettenò
2008-10-09Mark variation-specific interleaveBytes static.Diego Pettenò
2008-10-06gcc-apple specific fallback not necessary anymore (btw no apple hardware is l...Luca Barbato
2008-10-05Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Diego Biurrun
2008-10-04Remove MPlayer-specific MP_WORDSIZE hack.Diego Biurrun
2008-09-05enable yuv422p to uyvy converterBaptiste Coudurier
2008-09-04rgb vs bgr fix for the unscaled converters.Michael Niedermayer
2008-07-04spelling/grammar/wording overhaulDiego Biurrun
2008-06-01restore needed cast to correct type with constBaptiste Coudurier
2008-06-01add const, suppress warningsBaptiste Coudurier
2008-06-01remove useless castsBaptiste Coudurier
2008-02-24__asm __volatile -> asm volatile part 3Reimar Döffinger
2008-01-29Make some assembler constants global instead of declaring them multiple times.Reimar Döffinger
2008-01-17Remove some useless parentheses.Benoit Fouet