summaryrefslogtreecommitdiff
path: root/libswscale/swscale_altivec_template.c
Commit message (Expand)AuthorAge
* Merge LGPL relicensing of AltiVec optimizations.Diego Biurrun2009-04-13
* Add a copy of libswscale into the branch instead of using svn:external.Diego Biurrun2009-04-13
* Create 0.5 release branch.Diego Biurrun2009-03-02
* Make hScale_altivec_real() trim its output like other implementations doKostya Shishkov2009-02-14
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* Fix outdated comment.Diego Biurrun2008-02-25
* Remove some useless parentheses.Benoit Fouet2008-01-17
* Cosmetics: whitespacesBenoit Fouet2008-01-17
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
* Fix some spelling typosDiego Biurrun2007-12-02
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
* license header consistency cosmeticsDiego Biurrun2007-07-05
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-28
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* 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