| Commit message (Expand) | Author | Age | Files | Lines |
* | Move postproc ---> libswscale | Luca Abeni | 2006-06-30 | 1 | -644/+0 |
* | cosmetics: indentation fixes | Diego Biurrun | 2006-02-11 | 1 | -47/+47 |
* | Fix big-endian color permutation problems. | Alan Curry | 2006-02-11 | 1 | -0/+29 |
* | Unify include paths, -I.. is in CFLAGS. | Diego Biurrun | 2005-11-14 | 1 | -5/+5 |
* | Change unsigned->signed and int->long, this fits the asm code better on 64 | Reimar Döffinger | 2005-10-12 | 1 | -79/+80 |
* | fix palette8tobgr32/palette8torgb32 on big endian | Nicolas Plourde | 2005-04-27 | 1 | -0/+13 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | Aurelien Jacobs | 2004-10-21 | 1 | -4/+5 |
* | attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) | Matthieu Castet | 2004-04-26 | 1 | -15/+15 |
* | 1E10l | Michael Niedermayer | 2003-10-10 | 1 | -11/+7 |
* | uyvy output support in swscaler | Alex Beregszaszi | 2003-10-09 | 1 | -0/+7 |
* | remove remaining cpudetect dependancy | Michael Niedermayer | 2003-04-25 | 1 | -491/+174 |
* | optimize | Michael Niedermayer | 2003-02-18 | 1 | -0/+5 |
* | cleanup (unsigned stride -> int stride) | Michael Niedermayer | 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 Beregszaszi | 2002-09-09 | 1 | -17/+21 |
* | added missing palette8tobgr pairs (hope it's correct) | Alex Beregszaszi | 2002-08-30 | 1 | -0/+54 |
* | fixing rgb24tobgr32 | Michael Niedermayer | 2002-06-30 | 1 | -2/+1 |
* | merging changes from mplayerxp (rgb2rgb*.{c,h} only) | Michael Niedermayer | 2002-06-29 | 1 | -0/+285 |
* | yvu9 -> yv12 unscaled converter with linear chroma scaling | Michael Niedermayer | 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 Beregszaszi | 2002-06-21 | 1 | -0/+37 |
* | yuv422p -> yuy2 (untested) | Michael Niedermayer | 2002-04-13 | 1 | -0/+23 |
* | rgb24->bgr24 | Michael Niedermayer | 2002-04-13 | 1 | -0/+20 |
* | 10l | Michael Niedermayer | 2002-03-25 | 1 | -0/+4 |
* | byte interleaving for mga | Michael Niedermayer | 2002-03-25 | 1 | -0/+18 |
* | add mangling | Felix Bünemann | 2002-03-03 | 1 | -0/+1 |
* | rgb24toyv12 in MMX (untested) | Michael Niedermayer | 2002-02-10 | 1 | -0/+16 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 1 | -757/+206 |
* | uyvytoyv12 in MMX (untested) | Michael Niedermayer | 2001-11-11 | 1 | -3/+92 |
* | yuy2toyv12 bugfix | Michael Niedermayer | 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 Niedermayer | 2001-11-10 | 1 | -4/+4 |
* | .align 16 | Michael Niedermayer | 2001-11-10 | 1 | -0/+4 |
* | bugfix | Michael Niedermayer | 2001-11-07 | 1 | -0/+3 |
* | rgb32tobgr32 / bgr32torgb32 | Michael Niedermayer | 2001-11-06 | 1 | -0/+54 |
* | Minor speedup of rgb32to24. (performance is not successful) | Nick Kurshev | 2001-11-06 | 1 | -13/+41 |
* | MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff | Nick Kurshev | 2001-11-06 | 1 | -6/+181 |
* | optimized rgb24to16 stuff | Nick Kurshev | 2001-11-06 | 1 | -25/+43 |
* | rgb24to32 now is faster | Nick Kurshev | 2001-11-06 | 1 | -8/+56 |
* | Move yuv2rgb to postprocess | Nick Kurshev | 2001-11-06 | 1 | -0/+3 |
* | unsigned stuff | Michael Niedermayer | 2001-11-05 | 1 | -4/+11 |
* | yuy2toyv12 fixed and speedup | Michael Niedermayer | 2001-11-05 | 1 | -62/+109 |
* | fixed yv12toyuy2 | Michael Niedermayer | 2001-11-05 | 1 | -43/+58 |
* | Fixed rgb32(24)to15 stuff | Nick Kurshev | 2001-11-05 | 1 | -2/+2 |
* | Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken | Nick Kurshev | 2001-11-05 | 1 | -12/+16 |
* | Well - old algorithms and new stuff rgb24to16(15) | Nick Kurshev | 2001-11-05 | 1 | -21/+46 |
* | More standards compilance | Nick Kurshev | 2001-11-05 | 1 | -14/+14 |
* | yuy2toyv12 in MMX | Michael Niedermayer | 2001-11-05 | 1 | -0/+55 |
* | yv12toyuy2 in MMX | Michael Niedermayer | 2001-11-05 | 1 | -21/+62 |
* | yv12 <-> yuy2 in C | Michael Niedermayer | 2001-11-05 | 1 | -0/+27 |