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-08-31renaming ARCH_BFIN to HAVE_BFINMarc Hoffman
2007-07-28typoDiego Biurrun
2007-07-18use YUV440P in swscaleAndreas Öman
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-22integrating ff_bfin_get_unscaled_swscale into the systemMarc Hoffman
2007-06-13misc spelling fixesDiego Biurrun
2007-05-30rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos
2007-05-28Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.Diego Biurrun
2007-05-23ffmpeg -sws_flags command line option to set swscaler flagsIvo van Poorten
2007-05-13Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman
2007-05-11cosmetics; one test per line for all isXXX(x) macrosIvo van Poorten
2007-05-02cosmetics: indentation after previous patchBenoit Fouet
2007-05-02test if color conv fonction exists prior to using itBenoit Fouet
2007-04-29cosmetics attack, part II: 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-04-03Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24Carl Eugen Hoyos
2007-03-18fix full range (jpeg yuv) chromaMichael Niedermayer
2007-03-08Add PIX_FMT_PAL8 to isPacked().Karl H. Beckers
2007-03-02a small step toward 4 plane supportMichael Niedermayer
2007-03-02copy src to prevent the user supplied argumet from being changedMichael Niedermayer
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
2007-01-12Add "support for both orderings of the slices (top->down / bottom->up)"Luca Abeni
2007-01-06replace some av_malloc();memset(...,0,...) sequences with av_mallocz()Luca Abeni
2006-12-26change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni
2006-12-26Mark some variables as possibly unused to avoid warningsLuca Abeni
2006-12-26Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni
2006-12-22Remove useless include (not needed now that libswscale uses libavutil)Luca Abeni
2006-12-20Allow to compile swscale's non-SIMD code under the LGPL license.Luca Abeni
2006-11-19Clarify that some of the non-SIMD code is now LGPLed.Luca Abeni
2006-11-16Remove stray newline.Diego Biurrun
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-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun
2006-09-27Add support for YUVJ formatsLuca Abeni
2006-09-17Remove the dependency of libswscale on img_format.hLuca Abeni
2006-09-17Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)Luca Abeni
2006-09-04Add sws_getCachedContext(), which checks if context is valid or reallocs a ne...Víctor Paesa
2006-08-30make the C code of the swscaler which i wrote LGPLMichael Niedermayer
2006-08-18Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun
2006-08-12Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compileUoti Urpala
2006-08-05Another PIX_FMT_ ---> IMGFMT_ conversionLuca Abeni
2006-08-05Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun