| Commit message (Expand) | Author | Age | Files | Lines |
* | only print last line warning if verbose is on | Michael Niedermayer | 2001-12-30 | 1 | -1/+1 |
* | minor brightness/contrast bugfix / moved some global vars into ppMode | Michael Niedermayer | 2001-12-28 | 3 | -21/+29 |
* | customizeable deblocking (2 thresholds) | Michael Niedermayer | 2001-12-28 | 2 | -26/+59 |
* | output shifted by a few pixels on extreem scalings bugfix | Michael Niedermayer | 2001-12-27 | 1 | -3/+3 |
* | 101 | Michael Niedermayer | 2001-12-26 | 1 | -4/+5 |
* | new -pp options stuff (-npp ...) | Michael Niedermayer | 2001-12-26 | 2 | -18/+48 |
* | looks better | Johannes Feigl | 2001-12-25 | 1 | -4/+4 |
* | minor bugfixes (noone noticed them) | Michael Niedermayer | 2001-12-21 | 2 | -5/+7 |
* | rgb24toyv12 bugfix | Michael Niedermayer | 2001-12-20 | 2 | -6/+9 |
* | print more info if -v | Michael Niedermayer | 2001-12-06 | 2 | -233/+364 |
* | dithering info wasnt displayed | Michael Niedermayer | 2001-12-06 | 1 | -4/+4 |
* | vertical cubic/linear scaling | Michael Niedermayer | 2001-12-06 | 3 | -327/+994 |
* | typo | Michael Niedermayer | 2001-12-03 | 1 | -1/+1 |
* | horizontal up/downscale linear & cubic | Michael Niedermayer | 2001-12-02 | 3 | -28/+372 |
* | sliced scaleing bugfix | Michael Niedermayer | 2001-11-29 | 1 | -18/+20 |
* | swscaler cleanup | Michael Niedermayer | 2001-11-29 | 3 | -129/+125 |
* | faster brightness correcture in MMX2 | Michael Niedermayer | 2001-11-28 | 1 | -3/+34 |
* | compiletime pp-mode support (luminance = chrominance filters though) 1-2% fas... | Michael Niedermayer | 2001-11-27 | 2 | -1/+10 |
* | runtime cpu detection optional (compiles faster) | Michael Niedermayer | 2001-11-27 | 1 | -1/+44 |
* | runtime cpu detect optional (compiles faster) | Michael Niedermayer | 2001-11-27 | 1 | -6/+45 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 3 | -74/+118 |
* | oops | Michael Niedermayer | 2001-11-26 | 2 | -1/+28 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 2 | -857/+320 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-26 | 2 | -1824/+87 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-24 | 2 | -3865/+174 |
* | use fastmemcpy for chrominance if no chrominance filtering is done | Michael Niedermayer | 2001-11-24 | 2 | -18/+76 |
* | faster dering | Michael Niedermayer | 2001-11-24 | 2 | -114/+238 |
* | 1% speedup | Michael Niedermayer | 2001-11-20 | 2 | -92/+74 |
* | oops, too much cleanup ;) | Michael Niedermayer | 2001-11-20 | 2 | -0/+280 |
* | cleanup | Michael Niedermayer | 2001-11-20 | 2 | -1502/+96 |
* | faster mmx2 / 3dnow deblocking filter | Michael Niedermayer | 2001-11-19 | 2 | -16/+666 |
* | Move ignores in subdirs to their respective .cvsignore files. | Felix Bünemann | 2001-11-17 | 1 | -0/+1 |
* | postproc/ dir now respects --with-extraincdir | Gabucino | 2001-11-16 | 1 | -1/+1 |
* | temp denoiser: | Michael Niedermayer | 2001-11-14 | 2 | -12/+76 |
* | temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version | Michael Niedermayer | 2001-11-14 | 2 | -10/+588 |
* | temporal noise reducer in C (-pp 0x100000) | Michael Niedermayer | 2001-11-13 | 3 | -104/+429 |
* | uyvytoyv12 in MMX (untested) | Michael Niedermayer | 2001-11-11 | 2 | -6/+184 |
* | QP_store==null bugfix and no opendivx bugfix | Michael Niedermayer | 2001-11-11 | 2 | -0/+30 |
* | yuy2toyv12 bugfix | Michael Niedermayer | 2001-11-11 | 2 | -2/+8 |
* | uyvy->uv12 added | Arpi | 2001-11-10 | 2 | -0/+76 |
* | .balign or we´ll align by 64kb on some architectures | Michael Niedermayer | 2001-11-10 | 4 | -20/+20 |
* | .align 16 | Michael Niedermayer | 2001-11-10 | 4 | -0/+20 |
* | added missing #include <malloc.h> | Pierre Lombard | 2001-11-09 | 2 | -2/+2 |
* | bugfix | Michael Niedermayer | 2001-11-07 | 2 | -0/+6 |
* | rgb32tobgr32 now is documented ;) | Nick Kurshev | 2001-11-07 | 1 | -0/+1 |
* | rgb32tobgr32 / bgr32torgb32 | Michael Niedermayer | 2001-11-06 | 2 | -0/+108 |
* | gcc does optimize writes to non volatile variables away if it didnt know that... | Michael Niedermayer | 2001-11-06 | 4 | -12/+12 |
* | 15/16 bpp dithering | Michael Niedermayer | 2001-11-06 | 1 | -1/+40 |
* | better dithering | Michael Niedermayer | 2001-11-06 | 2 | -84/+86 |
* | Minor speedup of rgb32to24. (performance is not successful) | Nick Kurshev | 2001-11-06 | 2 | -26/+82 |