log libswscale/swscale_altivec_template.c @ 23732:0396f6a6d0d1

age author description
Thu, 05 Jul 2007 10:18:58 +0000 diego license header consistency cosmetics
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.
Sun, 25 Feb 2007 10:27:43 +0000 reimar Add av_ prefix to clip functions
Tue, 26 Dec 2006 18:08:40 +0000 lucabe change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
Wed, 01 Nov 2006 19:44:35 +0000 diego Do not mix declarations and statements.
Sat, 07 Oct 2006 15:33:14 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program'.
Sun, 01 Oct 2006 14:17:45 +0000 diego Remove unused variables.
Thu, 27 Jul 2006 19:35:30 +0000 pacman Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
Wed, 26 Jul 2006 13:19:02 +0000 lucabe Replace MIN() and MAX() with FFMIN() and FFMAX()
Fri, 30 Jun 2006 12:00:31 +0000 lucabe Move postproc ---> libswscale