summaryrefslogtreecommitdiff
path: root/libswscale/yuv2rgb.c
Commit message (Collapse)AuthorAge
* Revert wrong ARCH_BFIN --> HAVE_BFIN change.Diego Biurrun2007-09-27
| | | | Originally committed as revision 24627 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* renaming ARCH_BFIN to HAVE_BFINMarc Hoffman2007-08-31
| | | | Originally committed as revision 24309 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* UltraSPARC VIS yuv2rgbDenes Balatoni2007-07-19
| | | | | | | | patch by Denes Balatoni: [dbalatoni interware hu] original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try date: 07/17/2007 08:35 PM Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun2007-07-16
| | | | Originally committed as revision 23791 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* typoDiego Biurrun2007-07-14
| | | | Originally committed as revision 23780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* ISO8859-1 --> UTF-8Diego Biurrun2007-07-09
| | | | Originally committed as revision 23752 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Group all copyright and author notices together.Diego Biurrun2007-07-05
| | | | Originally committed as revision 23721 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8Reimar Döffinger2007-06-08
| | | | Originally committed as revision 23508 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* rename attribute_unused to av_unused as it is declared in common.hCarl Eugen Hoyos2007-05-30
| | | | | | | | patch by Carl Eugen Hoyos cehoyos chez ag or at original thread: [FFmpeg-devel] [PATCH] attribute_unused -> av_unused date: 05/29/2007 01:23 PM Originally committed as revision 23418 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Blackfin optimized YUV420 to RGB CSC Color Space Converters.Marc Hoffman2007-05-13
| | | | | | | | | | | YUV2 -> RGB BGR for 565, 555 and 888 a.k.a. 24bit color. Speed-up compared to C version compiled with -O3 187.28% Patch by Marc Hoffman %mmh A pleasantst P com% Original thread: Date: May 9, 2007 2:46 AM Subject: [FFmpeg-devel] PATCH BlackFin yuv2rgb color space conversion Originally committed as revision 23307 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
* fix full range (jpeg yuv) chromaMichael Niedermayer2007-03-18
| | | | Originally committed as revision 22713 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
* Fix license headers and FSF postal address.Diego Biurrun2007-01-22
| | | | Originally committed as revision 21994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Mark some variables as possibly unused to avoid warningsLuca Abeni2006-12-26
| | | | Originally committed as revision 21775 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add some explicit casts to avoid "assignment from incompatible pointer type"Luca Abeni2006-12-26
| | | | | | warnings Originally committed as revision 21774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add some other casts, to remove void pointers arithmeticLuca Abeni2006-12-26
| | | | Originally committed as revision 21773 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use common define for x86_32 and x86_64.Diego Biurrun2006-11-01
| | | | Originally committed as revision 20592 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make some global var static (fix a build failure with shared lib on x86_64)Aurelien Jacobs2006-10-03
| | | | Originally committed as revision 20024 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
* 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
* Do not assemble MMX, MMX2 or 3DNOW code unconditionally on X86 and X86_64.Diego Biurrun2006-08-05
| | | | Originally committed as revision 19339 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Comment some #endif lines.Diego Biurrun2006-07-28
| | | | Originally committed as revision 19211 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