summaryrefslogtreecommitdiffstats
path: root/postproc/rgb2rgb.c
Commit message (Expand)AuthorAgeFilesLines
* 1E10lmichael2003-10-101-11/+7
* uyvy output support in swscaleralex2003-10-091-0/+7
* remove remaining cpudetect dependancymichael2003-04-251-491/+174
* optimizemichael2003-02-181-0/+5
* cleanup (unsigned stride -> int stride)michael2003-02-111-12/+12
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-0/+1
* fixed palette8to{rgb24,bgr24,rgb32,bgr32}alex2002-09-091-17/+21
* added missing palette8tobgr pairs (hope it's correct)alex2002-08-301-0/+54
* fixing rgb24tobgr32michael2002-06-301-2/+1
* merging changes from mplayerxp (rgb2rgb*.{c,h} only)michael2002-06-291-0/+285
* yvu9 -> yv12 unscaled converter with linear chroma scalingmichael2002-06-271-0/+13
* sync with mplayer xparpi2002-06-221-42/+82
* pre-yvu9toyv12 converter, only grayscale Y-plane coping :)alex2002-06-211-0/+37
* yuv422p -> yuy2 (untested)michael2002-04-131-0/+23
* rgb24->bgr24michael2002-04-131-0/+20
* 10lmichael2002-03-251-0/+4
* byte interleaving for mgamichael2002-03-251-0/+18
* add manglingatmos42002-03-031-0/+1
* rgb24toyv12 in MMX (untested)michael2002-02-101-0/+16
* runtime cpu detectionmichael2001-11-261-757/+206
* uyvytoyv12 in MMX (untested)michael2001-11-111-3/+92
* yuy2toyv12 bugfixmichael2001-11-111-1/+4
* uyvy->uv12 addedarpi2001-11-101-0/+38
* .balign or we´ll align by 64kb on some architecturesmichael2001-11-101-4/+4
* .align 16michael2001-11-101-0/+4
* bugfixmichael2001-11-071-0/+3
* rgb32tobgr32 / bgr32torgb32michael2001-11-061-0/+54
* Minor speedup of rgb32to24. (performance is not successful)nick2001-11-061-13/+41
* MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuffnick2001-11-061-6/+181
* optimized rgb24to16 stuffnick2001-11-061-25/+43
* rgb24to32 now is fasternick2001-11-061-8/+56
* Move yuv2rgb to postprocessnick2001-11-061-0/+3
* unsigned stuffmichael2001-11-051-4/+11
* yuy2toyv12 fixed and speedupmichael2001-11-051-62/+109
* fixed yv12toyuy2michael2001-11-051-43/+58
* Fixed rgb32(24)to15 stuffnick2001-11-051-2/+2
* Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still brokennick2001-11-051-12/+16
* Well - old algorithms and new stuff rgb24to16(15)nick2001-11-051-21/+46
* More standards compilancenick2001-11-051-14/+14
* yuy2toyv12 in MMXmichael2001-11-051-0/+55
* yv12toyuy2 in MMXmichael2001-11-051-21/+62
* yv12 <-> yuy2 in Cmichael2001-11-051-0/+27
* faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is...michael2001-11-041-10/+21
* palette to bgr24michael2001-11-041-1/+22
* bgr32to16, bgr32to15 (needed for palette stuff)michael2001-11-041-1/+58
* using const modifiernick2001-11-041-9/+9
* cosmeticnick2001-10-301-1/+1
* Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compilenick2001-10-291-45/+54
* cant compile on non x86 bugfixmichael2001-10-291-0/+2
* 32to24: MMX, MMX2, 3DNOW optimizationnick2001-10-281-1/+42
* More elegant solutionnick2001-10-281-37/+5
* preprocessor cleanupnick2001-10-281-1/+1
* sfencenick2001-10-281-0/+7
* More accurate prefetchingnick2001-10-281-6/+3
* mmx, mmx2, 3dnow optimized 24to32nick2001-10-281-2/+36
* mmx optimized 24to32nick2001-10-281-2/+28
* Prev ver could work only on x86nick2001-10-281-5/+5
* vo_vesa: more rgb2rgb supportnick2001-10-281-0/+53
* vo_vesa: more rgb2rgb supportnick2001-10-281-0/+17
* vo_vesa: rgb2rgb supportnick2001-10-281-0/+18