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
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