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
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
2006-11-19Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni
2006-11-07Fix MacIntel build: "/nop" is illegal on Apple's older version of GASNigel Pearson
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun
2006-09-06Add official GPL header to make license explicit as discussed on ffmpeg-devel.Diego Biurrun
2006-08-15-fPIC support for libswscaleJason Tackaberry
2006-08-13Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun
2006-06-30Move postproc ---> libswscaleLuca Abeni