log postproc/rgb2rgb_template.c @ 12385:b5c106b694e4

age author description
Sat, 01 May 2004 20:15:21 +0000 rfelker this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such
Fri, 10 Oct 2003 00:19:16 +0000 michael yv12->uyvy MMX
Thu, 09 Oct 2003 22:25:53 +0000 alex uyvy output support in swscaler
Fri, 25 Apr 2003 17:22:11 +0000 michael bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)
Fri, 25 Apr 2003 17:16:55 +0000 michael remove remaining cpudetect dependancy
Tue, 18 Feb 2003 19:22:34 +0000 michael optimize
Sat, 15 Feb 2003 13:04:17 +0000 michael simpler & faster
Tue, 11 Feb 2003 15:06:44 +0000 michael -fPIC compileable
Tue, 11 Feb 2003 13:13:16 +0000 michael yv12 -> yuy2 converter in alpha asm (from mplayerxp)
Tue, 11 Feb 2003 12:57:53 +0000 michael cleanup (unsigned stride -> int stride)
Mon, 03 Feb 2003 18:45:25 +0000 michael yuv9 -> yv12 bugfixes
Wed, 23 Oct 2002 23:52:57 +0000 michael fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot net>)
Mon, 16 Sep 2002 19:39:57 +0000 arpi use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE
Sat, 29 Jun 2002 21:43:28 +0000 michael fixing memory overwrite bugs in the new converters
Sat, 29 Jun 2002 21:26:15 +0000 michael merging changes from mplayerxp (rgb2rgb*.{c,h} only)