summaryrefslogtreecommitdiff
path: root/postproc/yuv2rgb.c
Commit message (Collapse)AuthorAge
* removed the last mp_msg :)Alex Beregszaszi2003-05-01
| | | | Originally committed as revision 10047 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove remaining cpudetect dependancyMichael Niedermayer2003-04-25
| | | | Originally committed as revision 9988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2003-02-24
| | | | Originally committed as revision 9500 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sws_ prefix, more seperation between internal & external swscaler APIMichael Niedermayer2003-02-23
| | | | | | sws_scale() returns the number of outputed lines Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 100l (gcc 3.2 .....)Michael Niedermayer2003-02-21
| | | | Originally committed as revision 9478 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedMichael Niedermayer2003-02-21
| | | | | | | | yuv2rgb deglobalize yuv2rgb optimizations / cleanup bugs? Originally committed as revision 9477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing rgb4 & bgr4 (2 pixels per byte)Michael Niedermayer2003-01-30
| | | | | | adding bg4b & rg4b (1 pixel per byte) Originally committed as revision 9172 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* avoid multiple initMichael Niedermayer2002-10-17
| | | | Originally committed as revision 7770 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)Eric Sesterhenn2002-08-13
| | | | Originally committed as revision 6992 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing scaling/contrast for 1/4/8 bppMichael Niedermayer2002-06-27
| | | | | | exporting yuv2rgb_c_init() as the swscaler will use it (avoids code duplication) Originally committed as revision 6578 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sync with mplayer xpArpi2002-06-22
| | | | | | | | - partial yvu9 support (copy only) - rgb 15/16 -> 24/32 converters - int->unsigned changes Originally committed as revision 6493 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10lMichael Niedermayer2002-06-17
| | | | Originally committed as revision 6459 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1bpp supportMichael Niedermayer2002-06-17
| | | | Originally committed as revision 6457 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 8bpp bugfixes (brightness, contrast ...)Michael Niedermayer2002-06-17
| | | | | | 4bpp Originally committed as revision 6454 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* ordered dither for 8bppMichael Niedermayer2002-06-16
| | | | Originally committed as revision 6453 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 8bpp support (no dithering yet, use -vop noise for now)Michael Niedermayer2002-06-16
| | | | Originally committed as revision 6452 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 64bit incompatibility bug, patch by Artur Grabowski <art@blahonga.org>Artur Grabowski2002-05-20
| | | | Originally committed as revision 6141 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* printf to mp_msgAlban Bedel2002-05-02
| | | | Originally committed as revision 5938 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* add manglingFelix Bünemann2002-01-20
| | | | Originally committed as revision 4286 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* runtime cpu detectionMichael Niedermayer2001-11-26
| | | | Originally committed as revision 3144 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Move yuv2rgb to postprocessNick Kurshev2001-11-06
Originally committed as revision 2733 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc