log libswscale/yuv2rgb.c @ 23924:18b221617eca

age author description
2007-07-19 benoit UltraSPARC VIS yuv2rgb
2007-07-16 diego Remove redundant "all rights reserved" statement, OKed by Walken.
2007-07-14 diego typo
2007-07-09 diego ISO8859-1 --> UTF-8
2007-07-05 diego Group all copyright and author notices together.
2007-06-08 reimar Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
2007-05-30 benoit rename attribute_unused to av_unused as it is declared in common.h
2007-05-13 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
2007-04-29 diego cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
2007-04-26 diego cosmetics: Remove trailing whitespace.
2007-03-18 michael fix full range (jpeg yuv) chroma
2007-01-23 lucabe Pass a context to av_log(), when possible
2007-01-22 diego Fix license headers and FSF postal address.
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-26 lucabe Add some other casts, to remove void pointers arithmetic
2006-11-01 diego Use common define for x86_32 and x86_64.
2006-10-03 aurel make some global var static (fix a build failure with shared lib on x86_64)
2006-09-17 lucabe Remove the dependency of libswscale on img_format.h
2006-08-18 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
2006-08-05 diego Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
2006-07-28 diego Comment some #endif lines.
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