| Commit message (Expand) | Author | Age | Files | Lines |
* | attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) | michael | 2004-04-26 | 1 | -15/+15 |
* | 1E10l | michael | 2003-10-10 | 1 | -11/+7 |
* | uyvy output support in swscaler | alex | 2003-10-09 | 1 | -0/+7 |
* | remove remaining cpudetect dependancy | michael | 2003-04-25 | 1 | -491/+174 |
* | optimize | michael | 2003-02-18 | 1 | -0/+5 |
* | cleanup (unsigned stride -> int stride) | michael | 2003-02-11 | 1 | -12/+12 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -0/+1 |
* | fixed palette8to{rgb24,bgr24,rgb32,bgr32} | alex | 2002-09-09 | 1 | -17/+21 |
* | added missing palette8tobgr pairs (hope it's correct) | alex | 2002-08-30 | 1 | -0/+54 |
* | fixing rgb24tobgr32 | michael | 2002-06-30 | 1 | -2/+1 |
* | merging changes from mplayerxp (rgb2rgb*.{c,h} only) | michael | 2002-06-29 | 1 | -0/+285 |
* | yvu9 -> yv12 unscaled converter with linear chroma scaling | michael | 2002-06-27 | 1 | -0/+13 |
* | sync with mplayer xp | arpi | 2002-06-22 | 1 | -42/+82 |
* | pre-yvu9toyv12 converter, only grayscale Y-plane coping :) | alex | 2002-06-21 | 1 | -0/+37 |
* | yuv422p -> yuy2 (untested) | michael | 2002-04-13 | 1 | -0/+23 |
* | rgb24->bgr24 | michael | 2002-04-13 | 1 | -0/+20 |
* | 10l | michael | 2002-03-25 | 1 | -0/+4 |
* | byte interleaving for mga | michael | 2002-03-25 | 1 | -0/+18 |
* | add mangling | atmos4 | 2002-03-03 | 1 | -0/+1 |
* | rgb24toyv12 in MMX (untested) | michael | 2002-02-10 | 1 | -0/+16 |
* | runtime cpu detection | michael | 2001-11-26 | 1 | -757/+206 |
* | uyvytoyv12 in MMX (untested) | michael | 2001-11-11 | 1 | -3/+92 |
* | yuy2toyv12 bugfix | michael | 2001-11-11 | 1 | -1/+4 |
* | uyvy->uv12 added | arpi | 2001-11-10 | 1 | -0/+38 |
* | .balign or we´ll align by 64kb on some architectures | michael | 2001-11-10 | 1 | -4/+4 |
* | .align 16 | michael | 2001-11-10 | 1 | -0/+4 |
* | bugfix | michael | 2001-11-07 | 1 | -0/+3 |
* | rgb32tobgr32 / bgr32torgb32 | michael | 2001-11-06 | 1 | -0/+54 |
* | Minor speedup of rgb32to24. (performance is not successful) | nick | 2001-11-06 | 1 | -13/+41 |
* | MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff | nick | 2001-11-06 | 1 | -6/+181 |
* | optimized rgb24to16 stuff | nick | 2001-11-06 | 1 | -25/+43 |
* | rgb24to32 now is faster | nick | 2001-11-06 | 1 | -8/+56 |
* | Move yuv2rgb to postprocess | nick | 2001-11-06 | 1 | -0/+3 |
* | unsigned stuff | michael | 2001-11-05 | 1 | -4/+11 |
* | yuy2toyv12 fixed and speedup | michael | 2001-11-05 | 1 | -62/+109 |
* | fixed yv12toyuy2 | michael | 2001-11-05 | 1 | -43/+58 |
* | Fixed rgb32(24)to15 stuff | nick | 2001-11-05 | 1 | -2/+2 |
* | Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken | nick | 2001-11-05 | 1 | -12/+16 |
* | Well - old algorithms and new stuff rgb24to16(15) | nick | 2001-11-05 | 1 | -21/+46 |
* | More standards compilance | nick | 2001-11-05 | 1 | -14/+14 |
* | yuy2toyv12 in MMX | michael | 2001-11-05 | 1 | -0/+55 |
* | yv12toyuy2 in MMX | michael | 2001-11-05 | 1 | -21/+62 |
* | yv12 <-> yuy2 in C | michael | 2001-11-05 | 1 | -0/+27 |
* | faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is... | michael | 2001-11-04 | 1 | -10/+21 |
* | palette to bgr24 | michael | 2001-11-04 | 1 | -1/+22 |
* | bgr32to16, bgr32to15 (needed for palette stuff) | michael | 2001-11-04 | 1 | -1/+58 |
* | using const modifier | nick | 2001-11-04 | 1 | -9/+9 |
* | cosmetic | nick | 2001-10-30 | 1 | -1/+1 |
* | Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compile | nick | 2001-10-29 | 1 | -45/+54 |
* | cant compile on non x86 bugfix | michael | 2001-10-29 | 1 | -0/+2 |
* | 32to24: MMX, MMX2, 3DNOW optimization | nick | 2001-10-28 | 1 | -1/+42 |
* | More elegant solution | nick | 2001-10-28 | 1 | -37/+5 |
* | preprocessor cleanup | nick | 2001-10-28 | 1 | -1/+1 |
* | sfence | nick | 2001-10-28 | 1 | -0/+7 |
* | More accurate prefetching | nick | 2001-10-28 | 1 | -6/+3 |
* | mmx, mmx2, 3dnow optimized 24to32 | nick | 2001-10-28 | 1 | -2/+36 |
* | mmx optimized 24to32 | nick | 2001-10-28 | 1 | -2/+28 |
* | Prev ver could work only on x86 | nick | 2001-10-28 | 1 | -5/+5 |
* | vo_vesa: more rgb2rgb support | nick | 2001-10-28 | 1 | -0/+53 |
* | vo_vesa: more rgb2rgb support | nick | 2001-10-28 | 1 | -0/+17 |
* | vo_vesa: rgb2rgb support | nick | 2001-10-28 | 1 | -0/+18 |