Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup | Michael Niedermayer | 2003-02-24 | 1 | -13/+6 |
* | sws_ prefix, more seperation between internal & external swscaler API | Michael Niedermayer | 2003-02-23 | 1 | -1/+6 |
* | yuv2rgb brightness/contrast/saturation/different colorspaces support finished | Michael Niedermayer | 2003-02-21 | 1 | -4/+3 |
* | 1000l | Michael Niedermayer | 2003-02-15 | 1 | -1/+1 |
* | bigendian bug (fixes?) | Michael Niedermayer | 2003-02-15 | 1 | -74/+34 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 1 | -96/+130 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 1 | -182/+159 |
* | cleanup | Michael Niedermayer | 2003-02-13 | 1 | -74/+111 |
* | UYVY input | Michael Niedermayer | 2003-01-23 | 1 | -0/+74 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Dominik Mierzejewski | 2002-11-23 | 1 | -0/+2 |
* | mmx yuy2 output | Michael Niedermayer | 2002-10-13 | 1 | -15/+153 |
* | yuy2 output support | Michael Niedermayer | 2002-10-13 | 1 | -3/+3 |
* | fixing y422p output | Michael Niedermayer | 2002-09-09 | 1 | -2/+4 |
* | 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 |