summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb_altivec.c
Commit message (Collapse)AuthorAge
* Remove pointless malloc.h #include.Diego Biurrun2008-12-19
| | | | Originally committed as revision 28164 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Convert typeof keyword into __typeof__; this is a gcc extension and the ↵David Conrad2008-10-19
| | | | | | former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. Originally committed as revision 27805 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* compilation fix with GCC 4.0.1 on MacOSX tiger, broken by the removal of ↵Guillaume Poirier2008-07-25
| | | | | | AVV() macro Originally committed as revision 27349 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix indentation after last commit.Diego Biurrun2008-07-24
| | | | Originally committed as revision 27345 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove AltiVec vector declaration compiler compatibility macros.Diego Biurrun2008-07-24
| | | | | | | | | | The original problem was that FSF and Apple gcc used a different syntax for vector declarations, i.e. {} vs. (). Nowadays Apple gcc versions support the standard {} syntax and versions that support {} are available on all relevant Mac OS X versions. Thus the greater compatibility is no longer worth cluttering the code with macros. Originally committed as revision 27344 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Cosmetics: reindent.Alexander Strange2008-07-13
| | | | Originally committed as revision 27279 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove const vector casts.Alexander Strange2008-07-13
| | | | | | Fixes compilation with altivec and -std=gnu99. Originally committed as revision 27278 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* spelling/grammar/wording overhaulDiego Biurrun2008-07-04
| | | | Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* whitespace cosmeticsDiego Biurrun2008-07-04
| | | | Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Place license header at the top of the file for consistency.Diego Biurrun2008-07-04
| | | | Originally committed as revision 27187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2008-03-15
| | | | Originally committed as revision 26251 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove the unused function roundToInt16. It is a duplicate of the same functionDiego Biurrun2008-03-15
| | | | | | | in swscale.c. Fixes the warning: yuv2rgb_altivec.c:751: 'roundToInt16' defined but not used Originally committed as revision 26247 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typosDiego Biurrun2008-03-12
| | | | Originally committed as revision 26228 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
* cosmetics: Fix AltiVec spelling.Diego Biurrun2007-10-02
| | | | Originally committed as revision 24685 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 III: Remove all tabs and prettyprint/reindent the code.Diego Biurrun2007-04-29
| | | | Originally committed as revision 23175 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
* Pass a context to av_log(), when possibleLuca Abeni2007-01-23
| | | | Originally committed as revision 21999 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
* Remove the dependency of libswscale on img_format.hLuca Abeni2006-09-17
| | | | Originally committed as revision 19878 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add proper GPL headers.Diego Biurrun2006-09-09
| | | | Originally committed as revision 19772 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.Diego Biurrun2006-08-18
| | | | Originally committed as revision 19437 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use libavutil in libswscale, and allow it to be built out of the mplayer treeLuca Abeni2006-07-20
| | | | Originally committed as revision 19148 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