log postproc/swscale_template.c @ 18575:e00cea3e1732

age author description
Mon, 05 Jun 2006 10:51:58 +0000 reimar fix variable type used via "m" asm constraint to match size used in asm.
Sat, 06 May 2006 02:01:39 +0000 michael removing esp usage
Sat, 15 Apr 2006 20:46:54 +0000 nplourde add support for intel mac. mp3lib is not fixed yet.
Sat, 18 Feb 2006 00:41:28 +0000 pacman don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;
Fri, 13 Jan 2006 00:23:32 +0000 diego Update licensing information: The FSF changed postal address.
Wed, 12 Oct 2005 12:11:27 +0000 reimar Change unsigned->signed and int->long, this fits the asm code better on 64
Tue, 12 Jul 2005 19:16:04 +0000 gpoirier Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg
Thu, 30 Jun 2005 05:35:26 +0000 gpoirier Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
Tue, 28 Jun 2005 22:54:09 +0000 reimar Another REG_d -> REG_D fix.
Fri, 24 Jun 2005 12:17:30 +0000 gpoirier Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile
Sun, 19 Jun 2005 14:35:10 +0000 gpoirier 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32
Sat, 18 Jun 2005 20:16:19 +0000 gpoirier GCC-4 fix for AMD-64
Thu, 02 Jun 2005 20:54:03 +0000 michael one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfarm it)
Fri, 29 Apr 2005 18:32:24 +0000 alex unused define
Wed, 16 Feb 2005 23:47:00 +0000 syrjala Improved NV12/NV21 support.