summaryrefslogtreecommitdiff
path: root/postproc/rgb2rgb_template.c
Commit message (Collapse)AuthorAge
...
* yv12toyuy2 in MMXMichael Niedermayer2001-11-05
| | | | | | cleanup Originally committed as revision 2703 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* yv12 <-> yuy2 in CMichael Niedermayer2001-11-05
| | | | Originally committed as revision 2702 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster 15to16 bit rgb (the mmx routine is limited by memory speed so there ↵Michael Niedermayer2001-11-04
| | | | | | is no difference ): but the c routine is faster Originally committed as revision 2699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* palette to bgr24Michael Niedermayer2001-11-04
| | | | Originally committed as revision 2698 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* bgr32to16, bgr32to15 (needed for palette stuff)Michael Niedermayer2001-11-04
| | | | | | | paletteto 32,16,15bgr all in c, will be optimized as soon as they are tested (assuming opt. is possible) Originally committed as revision 2695 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* using const modifierNick Kurshev2001-11-04
| | | | Originally committed as revision 2678 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cosmeticNick Kurshev2001-10-30
| | | | Originally committed as revision 2565 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compileNick Kurshev2001-10-29
| | | | Originally committed as revision 2539 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cant compile on non x86 bugfixMichael Niedermayer2001-10-29
| | | | Originally committed as revision 2536 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 32to24: MMX, MMX2, 3DNOW optimizationNick Kurshev2001-10-28
| | | | Originally committed as revision 2518 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* More elegant solutionNick Kurshev2001-10-28
| | | | Originally committed as revision 2517 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* preprocessor cleanupNick Kurshev2001-10-28
| | | | Originally committed as revision 2515 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sfenceNick Kurshev2001-10-28
| | | | Originally committed as revision 2514 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* More accurate prefetchingNick Kurshev2001-10-28
| | | | Originally committed as revision 2513 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mmx, mmx2, 3dnow optimized 24to32Nick Kurshev2001-10-28
| | | | Originally committed as revision 2512 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mmx optimized 24to32Nick Kurshev2001-10-28
| | | | Originally committed as revision 2511 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Prev ver could work only on x86Nick Kurshev2001-10-28
| | | | Originally committed as revision 2509 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vo_vesa: more rgb2rgb supportNick Kurshev2001-10-28
| | | | Originally committed as revision 2507 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vo_vesa: more rgb2rgb supportNick Kurshev2001-10-28
| | | | Originally committed as revision 2506 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* vo_vesa: rgb2rgb supportNick Kurshev2001-10-28
Originally committed as revision 2505 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc