log libswscale/swscale_altivec_template.c @ 27158:65b8334df960

age author description
Fri, 04 Jul 2008 13:49:45 +0000 diego spelling/grammar/wording overhaul
Mon, 25 Feb 2008 09:43:52 +0000 diego Fix outdated comment.
Thu, 17 Jan 2008 11:07:27 +0000 benoit Remove some useless parentheses.
Thu, 17 Jan 2008 10:24:14 +0000 benoit Cosmetics: whitespaces
Thu, 17 Jan 2008 08:57:15 +0000 benoit Remove non cosmetic spaces inside parentheses.
Sun, 02 Dec 2007 14:07:01 +0000 diego Fix some spelling typos
Fri, 24 Aug 2007 15:04:14 +0000 diego Move Apple gcc AltiVec vector declaration syntax to libavutil.
Wed, 22 Aug 2007 22:46:55 +0000 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
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