summaryrefslogtreecommitdiffstats
path: root/postproc/rgb2rgb.h
Commit message (Expand)AuthorAgeFilesLines
* 10lmichael2003-10-091-0/+9
* reversed for cause of code obsolescencepl2003-09-211-1/+1
* printf() requires stdio.hpl2003-09-201-0/+2
* vf_scale.h & related cleanup & some small warning fix by dominikmichael2003-06-011-0/+2
* remove remaining cpudetect dependancymichael2003-04-251-26/+58
* yuv2rgb brightness/contrast/saturation/different colorspaces support finishedmichael2003-02-211-5/+7
* cleanup (unsigned stride -> int stride)michael2003-02-111-11/+11
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+5
* merging changes from mplayerxp (rgb2rgb*.{c,h} only)michael2002-06-291-1/+30
* yvu9 -> yv12 unscaled converter with linear chroma scalingmichael2002-06-271-0/+1
* sync with mplayer xparpi2002-06-221-7/+12
* yuv422p -> yuy2 (untested)michael2002-04-131-0/+3
* rgb24->bgr24michael2002-04-131-0/+1
* byte interleaving for mgamichael2002-03-251-0/+4
* rgb24toyv12 bugfixmichael2001-12-201-0/+3
* rgb32tobgr32 now is documented ;)nick2001-11-071-0/+1
* Move yuv2rgb to postprocessnick2001-11-061-1/+15
* unsigned stuffmichael2001-11-051-2/+4
* yuy2toyv12 fixed and speedupmichael2001-11-051-1/+2
* fixed yv12toyuy2michael2001-11-051-2/+2
* Forgotnick2001-11-051-4/+4
* Well - old algorithms and new stuff rgb24to16(15)nick2001-11-051-11/+14
* More standards compilancenick2001-11-051-8/+8
* yv12toyuy2 in MMXmichael2001-11-051-8/+8
* yv12 <-> yuy2 in Cmichael2001-11-051-0/+4
* palette to bgr24michael2001-11-041-1/+1
* bgr32to16, bgr32to15 (needed for palette stuff)michael2001-11-041-1/+8
* using const modifiernick2001-11-041-3/+3
* vo_vesa: more rgb2rgb supportnick2001-10-281-1/+2
* vo_vesa: more rgb2rgb supportnick2001-10-281-1/+2
* vo_vesa: rgb2rgb supportnick2001-10-281-0/+12