summaryrefslogtreecommitdiff
path: root/libswscale/swscale_altivec_template.c
Commit message (Collapse)AuthorAge
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix outdated comment.Diego Biurrun2008-02-25
| | | | Originally committed as revision 26099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove some useless parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25779 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: whitespacesBenoit Fouet2008-01-17
| | | | Originally committed as revision 25778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
| | | | Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix some spelling typosDiego Biurrun2007-12-02
| | | | Originally committed as revision 25245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move Apple gcc AltiVec vector declaration syntax to libavutil.Diego Biurrun2007-08-24
| | | | Originally committed as revision 24143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).Diego Biurrun2007-08-22
| | | | Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 23722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-28
| | | | Originally committed as revision 23158 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
| | | | Originally committed as revision 23147 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
| | | | Originally committed as revision 22339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip()Luca Abeni2006-12-26
| | | | Originally committed as revision 21776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Do not mix declarations and statements.Diego Biurrun2006-11-01
| | | | Originally committed as revision 20600 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
| | | | Originally committed as revision 20100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unused variables.Diego Biurrun2006-10-01
| | | | Originally committed as revision 20012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix compile error due to extra "FF" at beginning of file in the FF{MIN,MAX}Alan Curry2006-07-27
| | | | | | update Originally committed as revision 19205 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace MIN() and MAX() with FFMIN() and FFMAX()Luca Abeni2006-07-26
| | | | Originally committed as revision 19186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move postproc ---> libswscaleLuca Abeni2006-06-30
Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale