summaryrefslogtreecommitdiff
path: root/postproc/yuv2rgb_template.c
Commit message (Collapse)AuthorAge
* 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
* 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
* cleanup (unsigned stride -> int stride)Michael Niedermayer2003-02-11
| | | | Originally committed as revision 9393 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
* fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabiMichael Niedermayer2002-04-08
| | | | Originally committed as revision 5534 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
* 15/16 bpp ditheringMichael Niedermayer2001-11-06
| | | | Originally committed as revision 2750 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mmx2 bgr24 stuff from swscale (slightly faster)Michael Niedermayer2001-11-06
| | | | Originally committed as revision 2740 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vars are aligned by 8 now (even faster, yes they where not aligned correctly)Michael Niedermayer2001-11-06
| | | | Originally committed as revision 2738 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 16bpp is 10% fasterMichael Niedermayer2001-11-06
| | | | Originally committed as revision 2737 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 15 bpp supportMichael Niedermayer2001-11-06
| | | | Originally committed as revision 2736 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* common code moved to a #defineMichael Niedermayer2001-11-06
| | | | | | added bgr24 output support Originally committed as revision 2735 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