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-28comment grammar fixesDiego Biurrun
2007-05-10remove the need of one extra shift in rgb16ToUVIvo van Poorten
2007-05-09Fix rgb15ToUV. Correct order of components and use one shift less.Ivo van Poorten
2007-04-30cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code.Diego Biurrun
2007-04-27cosmetics: Remove trailing whitespace.Diego Biurrun
2007-04-15improve horizontal chroma resolution with palMichael Niedermayer
2007-04-15convert palette to yuv instead of converting each pixel after pal->rgbMichael Niedermayer
2007-04-07typoDiego Biurrun
2007-03-01Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtrReimar Döffinger
2007-02-25Add av_ prefix to clip functionsReimar Döffinger
2007-02-17BGR/RGB4 byte formats as inputMichael Niedermayer
2007-02-17pal8 inputMichael Niedermayer
2007-01-23Pass a context to av_log(), when possibleLuca Abeni
2006-12-26change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni
2006-12-26Add some explicit casts to avoid some warningsLuca Abeni
2006-12-20Fix compilation of non-MMX code with gcc 2.95Luca Abeni
2006-11-28Change "p" asm constraints to "g", since "p" was a no longer necessary hack toReimar Döffinger
2006-11-19Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni
2006-11-16forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actua...Michael Niedermayer
2006-11-16fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsamplin...Michael Niedermayer
2006-11-07Fix MacIntel build: "/nop" is illegal on Apple's older version of GASNigel Pearson
2006-11-02Add support for conversions from the rgb565 and rgb555 formatsLuca Abeni
2006-11-01Use common define for x86_32 and x86_64.Diego Biurrun
2006-10-2416-bit grayscale supportKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun
2006-10-03Fix unused variable warning when compiling with MMX disabled.Diego Biurrun
2006-09-17Remove the dependency of libswscale on img_format.hLuca Abeni
2006-08-30make the C code of the swscaler which i wrote LGPLMichael Niedermayer
2006-08-15Fix compilation with -no-PIC and without -fomit-frame-pointer (used byUoti Urpala
2006-08-15-fPIC support for libswscaleJason Tackaberry
2006-08-13Replace asmalign.h hack by ASMALIGN cpp macros from config.h.Diego Biurrun
2006-07-26Replace MIN() and MAX() with FFMIN() and FFMAX()Luca Abeni
2006-07-24a tiny bit of cleanupMichael Niedermayer
2006-07-24vertical scaler with accurate rounding, some people on doom9 can see +-1 errorsMichael Niedermayer
2006-06-30Move postproc ---> libswscaleLuca Abeni