aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/swscale_altivec_template.c
Commit message (Expand)AuthorAge
* Fix outdated comment.Gravatar diego2008-02-25
* Remove some useless parentheses.Gravatar benoit2008-01-17
* Cosmetics: whitespacesGravatar benoit2008-01-17
* Remove non cosmetic spaces inside parentheses.Gravatar benoit2008-01-17
* Fix some spelling typosGravatar diego2007-12-02
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Gravatar diego2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Gravatar diego2007-08-22
* license header consistency cosmeticsGravatar diego2007-07-05
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-28
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* Add av_ prefix to clip functionsGravatar reimar2007-02-25
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Gravatar lucabe2006-12-26
* Do not mix declarations and statements.Gravatar diego2006-11-01
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
* Remove unused variables.Gravatar diego2006-10-01
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}Gravatar pacman2006-07-27
* Replace MIN() and MAX() with FFMIN() and FFMAX()Gravatar lucabe2006-07-26
* Move postproc ---> libswscaleGravatar lucabe2006-06-30