summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_altivec_template.c
Commit message (Expand)AuthorAgeFilesLines
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()lucabe2006-12-261-5/+5
* Do not mix declarations and statements.diego2006-11-011-30/+37
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-071-20/+21
* Remove unused variables.diego2006-10-011-1/+0
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}pacman2006-07-271-1/+1
* Replace MIN() and MAX() with FFMIN() and FFMAX()lucabe2006-07-261-6/+6
* Move postproc ---> libswscalelucabe2006-06-301-0/+541