log libswscale/rgb2rgb.c @ 31944:68574c0269e4

age author description
Sat, 10 Jul 2010 22:12:38 +0000 mru Add av_ prefix to bswap macros
Tue, 01 Jun 2010 19:35:16 +0000 siretart deprecate palette8topacked32 in favor of public API functions sws_convertPalette8ToPacked32 and -24
Tue, 01 Jun 2010 06:53:56 +0000 siretart remove palette8torgb15 and palette8tobgr15
Sat, 27 Mar 2010 11:31:02 +0000 diego libswscale: Relicense almost all x86 assembler optimizations as LGPL.
Wed, 03 Feb 2010 23:46:00 +0000 stefano Implement shuffle_bytes_abcd() functions and use them for shuffling
Fri, 15 Jan 2010 08:51:51 +0000 zuxy Const correctness for src pointer. Remove all constness related warnings in
Mon, 07 Sep 2009 16:29:32 +0000 ramiro Indent.
Sun, 16 Aug 2009 21:11:28 +0000 ramiro Cosmetics:
Sun, 16 Aug 2009 00:32:04 +0000 ramiro Indent libswscale:
Sun, 26 Jul 2009 12:26:32 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Thu, 19 Mar 2009 03:45:29 +0000 michael Unscaled converters for
Sat, 28 Feb 2009 08:01:52 +0000 sdrik When converting from a non alpha format to an alpha format, defaults to all ones rather than all zeroes
Sun, 25 Jan 2009 19:58:33 +0000 diego HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.
Wed, 14 Jan 2009 00:13:56 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Tue, 02 Dec 2008 00:26:14 +0000 diego Remove commented-out duplicate declarations.