| Commit message (Expand) | Author | Age | Files | Lines |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | Aurelien Jacobs | 2004-10-21 | 1 | -12/+12 |
* | cleanup | Michael Niedermayer | 2003-02-24 | 1 | -16/+4 |
* | sws_ prefix, more seperation between internal & external swscaler API | Michael Niedermayer | 2003-02-23 | 1 | -4/+9 |
* | yuv2rgb brightness/contrast/saturation/different colorspaces support finished | Michael Niedermayer | 2003-02-21 | 1 | -230/+182 |
* | cleanup (unsigned stride -> int stride) | Michael Niedermayer | 2003-02-11 | 1 | -4/+4 |
* | sync with mplayer xp | Arpi | 2002-06-22 | 1 | -9/+9 |
* | fixing black stripe at right if width%8!=0 && stride%8==0 reported by kabi | Michael Niedermayer | 2002-04-08 | 1 | -4/+20 |
* | add mangling | Felix Bünemann | 2002-01-20 | 1 | -26/+26 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 1 | -57/+26 |
* | 15/16 bpp dithering | Michael Niedermayer | 2001-11-06 | 1 | -1/+40 |
* | mmx2 bgr24 stuff from swscale (slightly faster) | Michael Niedermayer | 2001-11-06 | 1 | -2/+53 |
* | vars are aligned by 8 now (even faster, yes they where not aligned correctly) | Michael Niedermayer | 2001-11-06 | 1 | -10/+10 |
* | 16bpp is 10% faster | Michael Niedermayer | 2001-11-06 | 1 | -22/+11 |
* | 15 bpp support | Michael Niedermayer | 2001-11-06 | 1 | -0/+88 |
* | common code moved to a #define | Michael Niedermayer | 2001-11-06 | 1 | -187/+227 |
* | Move yuv2rgb to postprocess | Nick Kurshev | 2001-11-06 | 1 | -0/+403 |