log libswscale/swscale.c @ 23532:a1eb547cf52e

age author description
2007-05-30 benoit rename attribute_unused to av_unused as it is declared in common.h
2007-05-28 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
2007-05-23 ivo ffmpeg -sws_flags command line option to set swscaler flags
2007-05-13 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
2007-05-11 ivo cosmetics; one test per line for all isXXX(x) macros
2007-05-02 benoit cosmetics: indentation after previous patch
2007-05-02 benoit test if color conv fonction exists prior to using it
2007-04-29 diego cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code.
2007-04-26 diego cosmetics: Remove trailing whitespace.
2007-04-15 michael improve horizontal chroma resolution with pal
2007-04-15 michael convert palette to yuv instead of converting each pixel after pal->rgb
2007-04-07 diego typo
2007-04-03 cehoyos Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
2007-03-18 michael fix full range (jpeg yuv) chroma
2007-03-08 diego Add PIX_FMT_PAL8 to isPacked().
2007-03-02 michael a small step toward 4 plane support
2007-03-02 michael copy src to prevent the user supplied argumet from being changed
2007-02-25 reimar Add av_ prefix to clip functions
2007-02-17 michael BGR/RGB4 byte formats as input
2007-02-16 michael pal8 input
2007-01-23 lucabe Pass a context to av_log(), when possible
2007-01-12 lucabe Add "support for both orderings of the slices (top->down / bottom->up)"
2007-01-06 lucabe replace some av_malloc();memset(...,0,...) sequences with av_mallocz()
2006-12-26 lucabe change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
2006-12-26 lucabe Mark some variables as possibly unused to avoid warnings
2006-12-26 lucabe Add some explicit casts to avoid "assignment from incompatible pointer type"
2006-12-22 lucabe Remove useless include (not needed now that libswscale uses libavutil)
2006-12-20 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
2006-11-19 lucabe Clarify that some of the non-SIMD code is now LGPLed.
2006-11-16 diego Remove stray newline.
2006-11-02 lucabe Add support for conversions from the rgb565 and rgb555 formats
2006-11-01 diego Use common define for x86_32 and x86_64.
2006-10-24 kostya 16-bit grayscale support
2006-10-11 diego Rename ABS macro to FFABS.
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program'.
2006-09-27 lucabe Add support for YUVJ formats
2006-09-17 lucabe Remove the dependency of libswscale on img_format.h
2006-09-17 lucabe Fix the PIX_FMT_* ---> IMGFMT_* conversion (PIX_FMT_RGB32 is IMGFMT_BGR32)
2006-09-04 gpoirier Add sws_getCachedContext(), which checks if context is valid or reallocs a new one instead.
2006-08-30 michael make the C code of the swscaler which i wrote LGPL
2006-08-18 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
2006-08-12 uau Use COMPILE_MMX2 instead of HAVE_MMX2 to determine whether to compile
2006-08-05 lucabe Another PIX_FMT_ ---> IMGFMT_ conversion
2006-08-05 diego Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
2006-07-31 lucabe Add support for ffmpeg's pixel format names in libswscale
2006-07-28 diego Comment some #endif lines.
2006-07-26 lucabe Replace MIN() and MAX() with FFMIN() and FFMAX()
2006-07-24 michael vertical scaler with accurate rounding, some people on doom9 can see +-1 errors
2006-07-23 pacman Fix typo introduced in the memalign->av_malloc conversion (there is no
2006-07-23 reimar Missing part of the malloc -> av_malloc patch: memalign must be replaced as well!
2006-07-20 lucabe Use libavutil in libswscale, and allow it to be built out of the mplayer tree
2006-06-30 lucabe Move postproc ---> libswscale