summaryrefslogtreecommitdiff
path: root/libswscale/swscale_altivec_template.c
Commit message (Expand)AuthorAge
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni2006-12-26
* Do not mix declarations and statements.Diego Biurrun2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Remove unused variables.Diego Biurrun2006-10-01
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}Alan Curry2006-07-27
* Replace MIN() and MAX() with FFMIN() and FFMAX()Luca Abeni2006-07-26
* Move postproc ---> libswscaleLuca Abeni2006-06-30