summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb_altivec.c
Commit message (Expand)AuthorAge
* 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 AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-01
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-24
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-09
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
* Convert typeof keyword into __typeof__; this is a gcc extension and the forme...David Conrad2008-10-19
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Guillaume Poirier2008-07-25
* Fix indentation after last commit.Diego Biurrun2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
* Cosmetics: reindent.Alexander Strange2008-07-13
* Remove const vector casts.Alexander Strange2008-07-13
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
* whitespace cosmeticsDiego Biurrun2008-07-04
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-04
* typoDiego Biurrun2008-03-15
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-15
* typosDiego Biurrun2008-03-12
* Remove non cosmetic spaces inside parentheses.Benoit Fouet2008-01-17
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02
* license header consistency cosmeticsDiego Biurrun2007-07-05
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
* cosmetics: Remove trailing whitespace.Diego Biurrun2007-04-26
* Pass a context to av_log(), when possibleLuca Abeni2007-01-23
* Change license headers to say 'FFmpeg' instead of 'this program'.Diego Biurrun2006-10-07
* Remove unused variables.Diego Biurrun2006-10-01
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
* Add proper GPL headers.Diego Biurrun2006-09-09
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
* Move postproc ---> libswscaleLuca Abeni2006-06-30