aboutsummaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Add a copy of libswscale into the branch instead of using svn:external.Diego Biurrun2009-04-131-0/+962
* Create 0.5 release branch.Diego Biurrun2009-03-021-962/+0
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-011-5/+5
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-241-8/+8
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-091-2/+2
* Remove pointless malloc.h #include.Diego Biurrun2008-12-191-3/+0
* Convert typeof keyword into __typeof__; this is a gcc extension and the forme...David Conrad2008-10-191-10/+10
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Guillaume Poirier2008-07-251-8/+8
* Fix indentation after last commit.Diego Biurrun2008-07-241-6/+6
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-241-47/+47
* Cosmetics: reindent.Alexander Strange2008-07-131-13/+13
* Remove const vector casts.Alexander Strange2008-07-131-7/+7
* spelling/grammar/wording overhaulDiego Biurrun2008-07-041-31/+36
* whitespace cosmeticsDiego Biurrun2008-07-041-39/+39
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-041-21/+21
* typoDiego Biurrun2008-03-151-1/+1
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-151-7/+0
* typosDiego Biurrun2008-03-121-1/+1
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-171-1/+1
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-021-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-291-666/+670
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-261-113/+113
* Pass a context to av_log(), when possibleLuca Abeni2007-01-231-9/+9
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-071-14/+18
* Remove unused variables.Diego Biurrun2006-10-011-3/+1
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-171-31/+26
* Add proper GPL headers.Diego Biurrun2006-09-091-0/+14
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-181-1/+1
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-201-4/+3
* Move postproc ---> libswscaleLuca Abeni2006-06-301-0/+953