summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Move yuv2rgb code to subdirs.ramiro2009-03-261-962/+0
* Consistently use ff_ prefixes for internal symbols.diego2009-03-181-3/+3
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAreimar2009-03-011-5/+5
* Relicense AltiVec optimizations as LGPL with the permission of Marc Hoffmandiego2009-02-241-8/+8
* Prefix visible YUV2RGB functions with sws_kostya2009-02-091-2/+2
* Remove pointless malloc.h #include.diego2008-12-191-3/+0
* Convert typeof keyword into __typeof__conrad2008-10-191-10/+10
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...gpoirier2008-07-251-8/+8
* cosmetics: Fix indentation after last commit.diego2008-07-241-6/+6
* Remove AltiVec vector declaration compiler compatibility macros.diego2008-07-241-47/+47
* Cosmetics: reindent.astrange2008-07-131-13/+13
* Remove const vector casts from Altivec.astrange2008-07-131-7/+7
* spelling/grammar/wording overhauldiego2008-07-041-31/+36
* whitespace cosmeticsdiego2008-07-041-39/+39
* Place license header at the top of the file for consistency.diego2008-07-041-21/+21
* typodiego2008-03-151-1/+1
* Remove the unused function roundToInt16. It is a duplicate of the same functiondiego2008-03-151-7/+0
* typosdiego2008-03-121-1/+1
* Remove non cosmetic spaces inside parentheses.benoit2008-01-171-1/+1
* cosmetics: Fix AltiVec spelling.diego2007-10-021-1/+1
* license header consistency cosmeticsdiego2007-07-051-1/+1
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.diego2007-04-291-666/+670
* cosmetics: Remove trailing whitespace.diego2007-04-261-113/+113
* Pass a context to av_log(), when possiblelucabe2007-01-231-9/+9
* Change license headers to say 'FFmpeg' instead of 'this program'.diego2006-10-071-14/+18
* Remove unused variables.diego2006-10-011-3/+1
* Remove the dependency of libswscale on img_format.hlucabe2006-09-171-31/+26
* Add proper GPL headers.diego2006-09-091-0/+14
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.diego2006-08-181-1/+1
* Use libavutil in libswscale, and allow it to be built out of the mplayer treelucabe2006-07-201-4/+3
* Move postproc ---> libswscalelucabe2006-06-301-0/+953