summaryrefslogtreecommitdiff
path: root/postproc/yuv2rgb_mlib.c
Commit message (Collapse)AuthorAge
* Move postproc ---> libswscaleLuca Abeni2006-06-30
| | | | Originally committed as revision 18866 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-14
| | | | Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg ↵Ken Mandelberg2003-10-07
| | | | | | <km@mathcs.emory.edu> Originally committed as revision 11038 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
* 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
* Remove a few obsolete header includes (fixes a compile error on solaris)Jürgen Keil2001-11-06
| | | | Originally committed as revision 2745 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