log libswscale/swscale_altivec_template.c @ 26562:36a4064bba4f

age author description
2008-02-25 diego Fix outdated comment.
2008-01-17 benoit Remove some useless parentheses.
2008-01-17 benoit Cosmetics: whitespaces
2008-01-17 benoit Remove non cosmetic spaces inside parentheses.
2007-12-02 diego Fix some spelling typos
2007-08-24 diego Move Apple gcc AltiVec vector declaration syntax to libavutil.
2007-08-22 diego Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
2007-07-05 diego license header consistency cosmetics
2007-04-28 diego cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.
2007-04-26 diego cosmetics: Remove trailing whitespace.
2007-02-25 reimar Add av_ prefix to clip functions
2006-12-26 lucabe change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()
2006-11-01 diego Do not mix declarations and statements.
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program'.
2006-10-01 diego Remove unused variables.
2006-07-27 pacman Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}
2006-07-26 lucabe Replace MIN() and MAX() with FFMIN() and FFMAX()
2006-06-30 lucabe Move postproc ---> libswscale