| Commit message (Expand) | Author | Age | Files | Lines |
* | bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) | michael | 2004-05-02 | 1 | -0/+10 |
* | this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such | rfelker | 2004-05-01 | 1 | -4/+4 |
* | yv12->uyvy MMX | michael | 2003-10-10 | 1 | -0/+44 |
* | uyvy output support in swscaler | alex | 2003-10-09 | 1 | -0/+58 |
* | bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>) | michael | 2003-04-25 | 1 | -3/+9 |
* | remove remaining cpudetect dependancy | michael | 2003-04-25 | 1 | -11/+0 |
* | optimize | michael | 2003-02-18 | 1 | -2/+72 |
* | simpler & faster | michael | 2003-02-15 | 1 | -29/+15 |
* | -fPIC compileable | michael | 2003-02-11 | 1 | -35/+28 |
* | yv12 -> yuy2 converter in alpha asm (from mplayerxp) | michael | 2003-02-11 | 1 | -2/+50 |
* | cleanup (unsigned stride -> int stride) | michael | 2003-02-11 | 1 | -18/+17 |
* | yuv9 -> yv12 bugfixes | michael | 2003-02-03 | 1 | -39/+52 |
* | fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ... | michael | 2002-10-23 | 1 | -0/+9 |
* | use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WO... | arpi | 2002-09-16 | 1 | -1/+2 |
* | fixing memory overwrite bugs in the new converters | michael | 2002-06-29 | 1 | -7/+8 |
* | merging changes from mplayerxp (rgb2rgb*.{c,h} only) | michael | 2002-06-29 | 1 | -0/+512 |
* | fixing memory overwrite bugs again ... | michael | 2002-06-29 | 1 | -16/+16 |
* | yvu9 -> yv12 unscaled converter with linear chroma scaling | michael | 2002-06-27 | 1 | -0/+89 |
* | sync with mplayer xp | arpi | 2002-06-22 | 1 | -134/+556 |
* | pre-yvu9toyv12 converter, only grayscale Y-plane coping :) | alex | 2002-06-21 | 1 | -0/+21 |
* | fixing end overwrite bugs (some at least) | michael | 2002-05-15 | 1 | -18/+16 |
* | 10l - MMX rgb2bgr 32bpp expects num_of_bytes instead of num_of_pixels | arpi | 2002-05-03 | 1 | -2/+2 |
* | yuv422p -> yuy2 (untested) | michael | 2002-04-13 | 1 | -8/+27 |
* | rgb24->bgr24 | michael | 2002-04-13 | 1 | -0/+67 |
* | byte interleaving for mga | michael | 2002-03-25 | 1 | -0/+80 |
* | add mangling | atmos4 | 2002-03-03 | 1 | -14/+14 |
* | rgb24toyv12 in MMX (untested) | michael | 2002-02-10 | 1 | -2/+242 |
* | rgb24toyv12 bugfix | michael | 2001-12-20 | 1 | -6/+6 |
* | runtime cpu detection | michael | 2001-11-26 | 1 | -100/+114 |
* | 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 |