| Commit message (Expand) | Author | Age | Files | Lines |
* | fixing sinc filter (seems the problem was caused by rounding in pmulhw -> sol... | Michael Niedermayer | 2002-07-09 | 1 | -2/+2 |
* | last line messed up in Y800 bugfix | Michael Niedermayer | 2002-06-30 | 1 | -2/+2 |
* | use unified yuv2rgb init | Michael Niedermayer | 2002-06-27 | 1 | -371/+89 |
* | killing globals | Michael Niedermayer | 2002-06-24 | 1 | -6/+5 |
* | 100l (non mmx versions didnt compile) | Michael Niedermayer | 2002-06-24 | 1 | -47/+12 |
* | yvu9 support (other planar yuv formats with other chroma subsamplings should ... | Michael Niedermayer | 2002-06-23 | 1 | -36/+39 |
* | cleanup | Michael Niedermayer | 2002-06-23 | 1 | -3/+3 |
* | selftest support | Michael Niedermayer | 2002-06-23 | 1 | -0/+13 |
* | cleanup & grayscale support | Michael Niedermayer | 2002-06-22 | 1 | -11/+26 |
* | sync with mplayer xp | Arpi | 2002-06-22 | 1 | -1/+1 |
* | printf to mp_msg | Alban Bedel | 2002-05-02 | 1 | -1/+1 |
* | overread in the mmx2 horizontal scaler fixed | Michael Niedermayer | 2002-04-01 | 1 | -93/+64 |
* | add mangling | Felix Bünemann | 2002-03-03 | 1 | -11/+11 |
* | 101++ | Michael Niedermayer | 2002-02-21 | 1 | -3/+3 |
* | fixing bgr32 output on big-endian systems | Michael Niedermayer | 2002-02-21 | 1 | -0/+9 |
* | minor dststride bugfix for i420 output | Michael Niedermayer | 2002-02-14 | 1 | -6/+12 |
* | bgr24toUV in MMX | Michael Niedermayer | 2002-02-09 | 1 | -2/+151 |
* | bgr24toY in MMX | Michael Niedermayer | 2002-02-09 | 1 | -1/+70 |
* | bgr15 input support | Michael Niedermayer | 2002-02-08 | 1 | -0/+74 |
* | faster bgr16 input | Michael Niedermayer | 2002-02-08 | 1 | -2/+15 |
* | bgr16 input support | Michael Niedermayer | 2002-02-08 | 1 | -0/+60 |
* | rgb32 & rgb24 input support | Michael Niedermayer | 2002-02-06 | 1 | -0/+76 |
* | swScale internally uses yuv2rgb now if possible | Michael Niedermayer | 2002-02-06 | 1 | -3/+5 |
* | MMX(2) optimized YUY2 input | Michael Niedermayer | 2002-02-02 | 1 | -3/+49 |
* | YUY2, BGR24, BGR32 input support (no mmx yet) | Michael Niedermayer | 2002-02-01 | 1 | -12/+166 |
* | YV12 like formats support (I420/IYUV) | Michael Niedermayer | 2002-01-30 | 1 | -5/+40 |
* | 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT... | Michael Niedermayer | 2002-01-21 | 1 | -24/+112 |
* | copyright(swscaler) = GPL | Michael Niedermayer | 2002-01-21 | 1 | -5/+16 |
* | general convolution filtering of the source picture | Michael Niedermayer | 2002-01-21 | 1 | -7/+5 |
* | removed global vars so that multiple swscalers can be used | Michael Niedermayer | 2002-01-20 | 1 | -644/+157 |
* | mangle for win32 in postproc | Felix Bünemann | 2002-01-19 | 1 | -115/+115 |
* | only print last line warning if verbose is on | Michael Niedermayer | 2001-12-30 | 1 | -1/+1 |
* | output shifted by a few pixels on extreem scalings bugfix | Michael Niedermayer | 2001-12-27 | 1 | -3/+3 |
* | looks better | Johannes Feigl | 2001-12-25 | 1 | -4/+4 |
* | minor bugfixes (noone noticed them) | Michael Niedermayer | 2001-12-21 | 1 | -4/+6 |
* | print more info if -v | Michael Niedermayer | 2001-12-06 | 1 | -229/+163 |
* | dithering info wasnt displayed | Michael Niedermayer | 2001-12-06 | 1 | -4/+4 |
* | vertical cubic/linear scaling | Michael Niedermayer | 2001-12-06 | 1 | -304/+938 |
* | typo | Michael Niedermayer | 2001-12-03 | 1 | -1/+1 |
* | horizontal up/downscale linear & cubic | Michael Niedermayer | 2001-12-02 | 1 | -26/+351 |
* | sliced scaleing bugfix | Michael Niedermayer | 2001-11-29 | 1 | -18/+20 |
* | swscaler cleanup | Michael Niedermayer | 2001-11-29 | 1 | -106/+109 |
* | oops | Michael Niedermayer | 2001-11-26 | 1 | -0/+28 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 1 | -172/+18 |
* | .balign or we´ll align by 64kb on some architectures | Michael Niedermayer | 2001-11-10 | 1 | -6/+6 |
* | .align 16 | Michael Niedermayer | 2001-11-10 | 1 | -0/+6 |
* | gcc does optimize writes to non volatile variables away if it didnt know that... | Michael Niedermayer | 2001-11-06 | 1 | -4/+4 |
* | better dithering | Michael Niedermayer | 2001-11-06 | 1 | -42/+43 |
* | faster bgr24 output | Michael Niedermayer | 2001-11-06 | 1 | -3/+114 |
* | only 6 registers used | Michael Niedermayer | 2001-11-05 | 1 | -7/+10 |