aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale/yuv2rgb_altivec.c
Commit message (Expand)AuthorAge
* Prefix visible YUV2RGB functions with sws_Gravatar kostya2009-02-09
* Remove pointless malloc.h #include.Gravatar diego2008-12-19
* Convert typeof keyword into __typeof__Gravatar conrad2008-10-19
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of AVV(...Gravatar gpoirier2008-07-25
* cosmetics: Fix indentation after last commit.Gravatar diego2008-07-24
* Remove AltiVec vector declaration compiler compatibility macros.Gravatar diego2008-07-24
* Cosmetics: reindent.Gravatar astrange2008-07-13
* Remove const vector casts from Altivec.Gravatar astrange2008-07-13
* spelling/grammar/wording overhaulGravatar diego2008-07-04
* whitespace cosmeticsGravatar diego2008-07-04
* Place license header at the top of the file for consistency.Gravatar diego2008-07-04
* typoGravatar diego2008-03-15
* Remove the unused function roundToInt16. It is a duplicate of the same functionGravatar diego2008-03-15
* typosGravatar diego2008-03-12
* Remove non cosmetic spaces inside parentheses.Gravatar benoit2008-01-17
* cosmetics: Fix AltiVec spelling.Gravatar diego2007-10-02
* license header consistency cosmeticsGravatar diego2007-07-05
* cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code.Gravatar diego2007-04-29
* cosmetics: Remove trailing whitespace.Gravatar diego2007-04-26
* Pass a context to av_log(), when possibleGravatar lucabe2007-01-23
* Change license headers to say 'FFmpeg' instead of 'this program'.Gravatar diego2006-10-07
* Remove unused variables.Gravatar diego2006-10-01
* Remove the dependency of libswscale on img_format.hGravatar lucabe2006-09-17
* Add proper GPL headers.Gravatar diego2006-09-09
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Gravatar diego2006-08-18
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeGravatar lucabe2006-07-20
* Move postproc ---> libswscaleGravatar lucabe2006-06-30