log libswscale/rgb2rgb.c @ 27158:65b8334df960

age author description
Fri, 04 Jul 2008 13:49:45 +0000 diego spelling/grammar/wording overhaul
Sun, 01 Jun 2008 03:25:07 +0000 bcoudurier remove useless casts
Sun, 01 Jun 2008 03:23:50 +0000 bcoudurier add const, suppress warnings
Fri, 09 May 2008 12:00:25 +0000 diego Use full path for #includes from another directory.
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, 17 Jan 2008 10:24:14 +0000 benoit Cosmetics: whitespaces
Thu, 05 Jul 2007 10:18:58 +0000 diego license header consistency cosmetics
Mon, 28 May 2007 09:30:56 +0000 diego Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
Sat, 28 Apr 2007 11:44:49 +0000 diego cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
Thu, 26 Apr 2007 23:07:11 +0000 diego cosmetics: Remove trailing whitespace.
Wed, 18 Apr 2007 16:40:07 +0000 ivo fix red_15mask and green_15mask. the previous values were wrong and caused
Wed, 11 Apr 2007 22:17:58 +0000 ivo cosmetics after last commit; remove superfluous braces
Wed, 11 Apr 2007 21:00:25 +0000 ivo Remove code duplication in sws_rgb2rgb_init.
Sat, 13 Jan 2007 04:32:14 +0000 diego cosmetics: typo pallete --> palette
Wed, 20 Dec 2006 13:09:29 +0000 lucabe Allow to compile swscale's non-SIMD code under the LGPL license.
Sun, 19 Nov 2006 10:38:12 +0000 lucabe Clarify that some of the non-SIMD code is now LGPLed.
Wed, 01 Nov 2006 18:36:20 +0000 diego Use common define for x86_32 and x86_64.
Sat, 07 Oct 2006 15:33:14 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program'.
Wed, 06 Sep 2006 10:24:19 +0000 diego Add official GPL header to make license explicit as discussed on ffmpeg-devel.
Fri, 11 Aug 2006 12:50:14 +0000 diego Fix compilation with MMX disabled, the mmx_null and mmx_one constants don't need to
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