summaryrefslogtreecommitdiffstats
path: root/postproc/rgb2rgb_template.c
Commit message (Expand)AuthorAgeFilesLines
* yv12->uyvy MMXmichael2003-10-101-0/+44
* uyvy output support in swscaleralex2003-10-091-0/+58
* bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>)michael2003-04-251-3/+9
* remove remaining cpudetect dependancymichael2003-04-251-11/+0
* optimizemichael2003-02-181-2/+72
* simpler & fastermichael2003-02-151-29/+15
* -fPIC compileablemichael2003-02-111-35/+28
* yv12 -> yuy2 converter in alpha asm (from mplayerxp)michael2003-02-111-2/+50
* cleanup (unsigned stride -> int stride)michael2003-02-111-18/+17
* yuv9 -> yv12 bugfixesmichael2003-02-031-39/+52
* fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ...michael2002-10-231-0/+9
* use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WO...arpi2002-09-161-1/+2
* fixing memory overwrite bugs in the new convertersmichael2002-06-291-7/+8
* merging changes from mplayerxp (rgb2rgb*.{c,h} only)michael2002-06-291-0/+512
* fixing memory overwrite bugs again ...michael2002-06-291-16/+16
* yvu9 -> yv12 unscaled converter with linear chroma scalingmichael2002-06-271-0/+89
* sync with mplayer xparpi2002-06-221-134/+556
* pre-yvu9toyv12 converter, only grayscale Y-plane coping :)alex2002-06-211-0/+21
* fixing end overwrite bugs (some at least)michael2002-05-151-18/+16
* 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixelsarpi2002-05-031-2/+2
* yuv422p -> yuy2 (untested)michael2002-04-131-8/+27
* rgb24->bgr24michael2002-04-131-0/+67
* byte interleaving for mgamichael2002-03-251-0/+80
* add manglingatmos42002-03-031-14/+14
* rgb24toyv12 in MMX (untested)michael2002-02-101-2/+242
* rgb24toyv12 bugfixmichael2001-12-201-6/+6
* runtime cpu detectionmichael2001-11-261-100/+114
* 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