log libswscale/yuv2rgb.c @ 27158:65b8334df960

age author description
Fri, 04 Jul 2008 13:49:45 +0000 diego spelling/grammar/wording overhaul
Sun, 04 May 2008 20:19:33 +0000 lu_zero Build sparc arch specific code using the Makefile
Sat, 29 Mar 2008 15:51:05 +0000 diego Fix wrong #endif comment.
Tue, 25 Mar 2008 21:30:46 +0000 diego Classify mlib as a configurable option, not as a hardware feature.
Tue, 11 Mar 2008 09:01:38 +0000 diego Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings.
Fri, 22 Feb 2008 08:08:19 +0000 cehoyos Discard two symbols from libswscale.
Sat, 09 Feb 2008 22:57:37 +0000 cehoyos Make dither4 & dither8 const.
Tue, 29 Jan 2008 14:58:10 +0000 reimar Make some assembler constants global instead of declaring them multiple times.
Mon, 28 Jan 2008 14:38:11 +0000 reimar Use DECLARE_ASM_CONST where possible in libswscale code
Thu, 27 Sep 2007 08:00:22 +0000 diego Revert wrong ARCH_BFIN --> HAVE_BFIN change.
Fri, 31 Aug 2007 14:57:50 +0000 mhoffman renaming ARCH_BFIN to HAVE_BFIN
Thu, 19 Jul 2007 07:24:43 +0000 benoit UltraSPARC VIS yuv2rgb
Mon, 16 Jul 2007 17:48:02 +0000 diego Remove redundant "all rights reserved" statement, OKed by Walken.
Sat, 14 Jul 2007 14:39:51 +0000 diego typo
Mon, 09 Jul 2007 18:55:31 +0000 diego ISO8859-1 --> UTF-8
Thu, 05 Jul 2007 10:18:27 +0000 diego Group all copyright and author notices together.
Fri, 08 Jun 2007 07:49:59 +0000 reimar Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
Wed, 30 May 2007 09:33:09 +0000 benoit rename attribute_unused to av_unused as it is declared in common.h
Sun, 13 May 2007 19:22:32 +0000 gpoirier Blackfin optimized YUV420 to RGB CSC Color Space Converters.
Sun, 29 Apr 2007 21:36:43 +0000 diego cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.
Thu, 26 Apr 2007 23:07:11 +0000 diego cosmetics: Remove trailing whitespace.
Sun, 18 Mar 2007 12:31:53 +0000 michael fix full range (jpeg yuv) chroma
Tue, 23 Jan 2007 13:41:45 +0000 lucabe Pass a context to av_log(), when possible
Mon, 22 Jan 2007 01:21:36 +0000 diego Fix license headers and FSF postal address.
Tue, 26 Dec 2006 17:59:28 +0000 lucabe Mark some variables as possibly unused to avoid warnings
Tue, 26 Dec 2006 17:41:38 +0000 lucabe Add some explicit casts to avoid "assignment from incompatible pointer type"
Tue, 26 Dec 2006 16:28:34 +0000 lucabe Add some other casts, to remove void pointers arithmetic
Wed, 01 Nov 2006 18:36:20 +0000 diego Use common define for x86_32 and x86_64.
Tue, 03 Oct 2006 23:51:32 +0000 aurel make some global var static (fix a build failure with shared lib on x86_64)
Sun, 17 Sep 2006 15:15:13 +0000 lucabe Remove the dependency of libswscale on img_format.h
Fri, 18 Aug 2006 13:58:03 +0000 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Sat, 05 Aug 2006 10:00:54 +0000 diego Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.
Fri, 28 Jul 2006 09:07:09 +0000 diego Comment some #endif lines.
Thu, 20 Jul 2006 12:13:57 +0000 lucabe Use libavutil in libswscale, and allow it to be built out of the mplayer tree
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale