| Commit message (Expand) | Author | Age | Files | Lines |
* | Change unsigned->signed and int->long, this fits the asm code better on 64 | Reimar Döffinger | 2005-10-12 | 1 | -75/+74 |
* | Fixes rgb32to16 conversion for I think all platforms since the int8 | Rene Rebe | 2005-03-22 | 1 | -4/+2 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | Aurelien Jacobs | 2004-10-21 | 1 | -185/+184 |
* | lot of bigendian fixes | Alex Beregszaszi | 2004-09-21 | 1 | -0/+34 |
* | width instead of chromWidth causing segfault in some cases | Reimar Döffinger | 2004-08-10 | 1 | -1/+1 |
* | bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) | Michael Niedermayer | 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 | D Richard Felker III | 2004-05-01 | 1 | -4/+4 |
* | yv12->uyvy MMX | Michael Niedermayer | 2003-10-10 | 1 | -0/+44 |
* | uyvy output support in swscaler | Alex Beregszaszi | 2003-10-09 | 1 | -0/+58 |
* | bigendian fix by (Samuel Kleiner <kleiner at cd dot chalmers dot se>) | Michael Niedermayer | 2003-04-25 | 1 | -3/+9 |
* | remove remaining cpudetect dependancy | Michael Niedermayer | 2003-04-25 | 1 | -11/+0 |
* | optimize | Michael Niedermayer | 2003-02-18 | 1 | -2/+72 |
* | simpler & faster | Michael Niedermayer | 2003-02-15 | 1 | -29/+15 |
* | -fPIC compileable | Michael Niedermayer | 2003-02-11 | 1 | -35/+28 |
* | yv12 -> yuy2 converter in alpha asm (from mplayerxp) | Michael Niedermayer | 2003-02-11 | 1 | -2/+50 |
* | cleanup (unsigned stride -> int stride) | Michael Niedermayer | 2003-02-11 | 1 | -18/+17 |
* | yuv9 -> yv12 bugfixes | Michael Niedermayer | 2003-02-03 | 1 | -39/+52 |
* | fixing RGB32->RGB16 on big endian patch by (Colin Leroy <colin at colino dot ... | Colin Leroy | 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 Niedermayer | 2002-06-29 | 1 | -7/+8 |
* | merging changes from mplayerxp (rgb2rgb*.{c,h} only) | Michael Niedermayer | 2002-06-29 | 1 | -0/+512 |
* | fixing memory overwrite bugs again ... | Michael Niedermayer | 2002-06-29 | 1 | -16/+16 |
* | yvu9 -> yv12 unscaled converter with linear chroma scaling | Michael Niedermayer | 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 Beregszaszi | 2002-06-21 | 1 | -0/+21 |
* | fixing end overwrite bugs (some at least) | Michael Niedermayer | 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 Niedermayer | 2002-04-13 | 1 | -8/+27 |
* | rgb24->bgr24 | Michael Niedermayer | 2002-04-13 | 1 | -0/+67 |
* | byte interleaving for mga | Michael Niedermayer | 2002-03-25 | 1 | -0/+80 |
* | add mangling | Felix Bünemann | 2002-03-03 | 1 | -14/+14 |
* | rgb24toyv12 in MMX (untested) | Michael Niedermayer | 2002-02-10 | 1 | -2/+242 |
* | rgb24toyv12 bugfix | Michael Niedermayer | 2001-12-20 | 1 | -6/+6 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 1 | -100/+114 |
* | 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 |