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
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
2008-01-17Cosmetics: whitespacesBenoit Fouet
2008-01-17Remove non cosmetic spaces inside parentheses.Benoit Fouet
2007-11-22comment spelling/grammar fixesDiego Biurrun
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-13misc spelling fixesDiego Biurrun
2007-04-29cosmetics: Fix stray wrongly indented line.Diego Biurrun
2007-04-28cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-28cosmetics: Replace manual tab indentation by \n\t as in the rest of the file.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2007-04-18preserve alpha channel when converting rgb32 to bgr32 in plain CIvo van Poorten
2007-04-18skip MMX code in rgb24tobgr24 if the size of the input is smaller than theIvo van Poorten
2007-04-18skip MMX code in rgb32to16 if the size of the input is smaller than theIvo van Poorten
2007-04-18skip MMX code in rgb32to15 if the size of the input is smaller than theIvo van Poorten
2007-04-18slightly faster rgb32tobgr32; avoid one add and one cmpIvo van Poorten
2007-04-17New implementation of rgb32tobgr32Ivo van Poorten
2007-04-12Remove code duplication in sws_rgb2rgb_init.Ivo van Poorten