| Commit message (Expand) | Author | Age |
* | cosmetics: indentation fixes | diego | 2006-02-11 |
* | Fix big-endian color permutation problems. | diego | 2006-02-11 |
* | Unify include paths, -I.. is in CFLAGS. | diego | 2005-11-14 |
* | Change unsigned->signed and int->long, this fits the asm code better on 64 | reimar | 2005-10-12 |
* | fix palette8tobgr32/palette8torgb32 on big endian | nplourde | 2005-04-27 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | aurel | 2004-10-21 |
* | attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) | michael | 2004-04-26 |
* | 1E10l | michael | 2003-10-10 |
* | uyvy output support in swscaler | alex | 2003-10-09 |
* | remove remaining cpudetect dependancy | michael | 2003-04-25 |
* | optimize | michael | 2003-02-18 |
* | cleanup (unsigned stride -> int stride) | michael | 2003-02-11 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 |
* | fixed palette8to{rgb24,bgr24,rgb32,bgr32} | alex | 2002-09-09 |
* | added missing palette8tobgr pairs (hope it's correct) | alex | 2002-08-30 |
* | fixing rgb24tobgr32 | michael | 2002-06-30 |
* | merging changes from mplayerxp (rgb2rgb*.{c,h} only) | michael | 2002-06-29 |
* | yvu9 -> yv12 unscaled converter with linear chroma scaling | michael | 2002-06-27 |
* | sync with mplayer xp | arpi | 2002-06-22 |
* | pre-yvu9toyv12 converter, only grayscale Y-plane coping :) | alex | 2002-06-21 |
* | yuv422p -> yuy2 (untested) | michael | 2002-04-13 |
* | rgb24->bgr24 | michael | 2002-04-13 |
* | 10l | michael | 2002-03-25 |
* | byte interleaving for mga | michael | 2002-03-25 |
* | add mangling | atmos4 | 2002-03-03 |
* | rgb24toyv12 in MMX (untested) | michael | 2002-02-10 |
* | runtime cpu detection | michael | 2001-11-26 |
* | uyvytoyv12 in MMX (untested) | michael | 2001-11-11 |
* | yuy2toyv12 bugfix | michael | 2001-11-11 |
* | uyvy->uv12 added | arpi | 2001-11-10 |
* | .balign or we´ll align by 64kb on some architectures | michael | 2001-11-10 |
* | .align 16 | michael | 2001-11-10 |
* | bugfix | michael | 2001-11-07 |
* | rgb32tobgr32 / bgr32torgb32 | michael | 2001-11-06 |
* | Minor speedup of rgb32to24. (performance is not successful) | nick | 2001-11-06 |
* | MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff | nick | 2001-11-06 |
* | optimized rgb24to16 stuff | nick | 2001-11-06 |
* | rgb24to32 now is faster | nick | 2001-11-06 |
* | Move yuv2rgb to postprocess | nick | 2001-11-06 |
* | unsigned stuff | michael | 2001-11-05 |
* | yuy2toyv12 fixed and speedup | michael | 2001-11-05 |
* | fixed yv12toyuy2 | michael | 2001-11-05 |
* | Fixed rgb32(24)to15 stuff | nick | 2001-11-05 |
* | Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken | nick | 2001-11-05 |
* | Well - old algorithms and new stuff rgb24to16(15) | nick | 2001-11-05 |
* | More standards compilance | nick | 2001-11-05 |
* | yuy2toyv12 in MMX | michael | 2001-11-05 |
* | yv12toyuy2 in MMX | michael | 2001-11-05 |
* | yv12 <-> yuy2 in C | michael | 2001-11-05 |
* | faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is... | michael | 2001-11-04 |