summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_altivec_template.c
Commit message (Expand)AuthorAgeFilesLines
* Move swscale AltiVec template code to ppc subdirectory.diego2009-03-291-538/+0
* Relicense file to LGPL with the permission of Romain Dolbeau, the author.diego2009-03-291-8/+8
* Make hScale_altivec_real() trim its output like other implementations dokostya2009-02-141-5/+5
* spelling/grammar/wording overhauldiego2008-07-041-8/+8
* Fix outdated comment.diego2008-02-251-1/+1
* Remove some useless parentheses.benoit2008-01-171-3/+3
* Cosmetics: whitespacesbenoit2008-01-171-14/+14
* Remove non cosmetic spaces inside parentheses.benoit2008-01-171-6/+6
* Fix some spelling typosdiego2007-12-021-2/+2
* Move Apple gcc AltiVec vector declaration syntax to libavutil.diego2007-08-241-6/+0
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).diego2007-08-221-1/+1
* license header consistency cosmeticsdiego2007-07-051-1/+1
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.diego2007-04-281-428/+424
* cosmetics: Remove trailing whitespace.diego2007-04-261-36/+36
* Add av_ prefix to clip functionsreimar2007-02-251-5/+5
* 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