Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moving postprocess to ffmpeg/libavcodec | Michael Niedermayer | 2003-02-14 | 1 | -3127/+0 |
* | C implementation of the median deinterlacer (seems to be the only one | D Richard Felker III | 2003-01-23 | 1 | -10/+15 |
* | YUV 411/422/444 support for pp | Michael Niedermayer | 2003-01-05 | 1 | -4/+7 |
* | 10l another int i missing (without ^M) | Sascha Sommer | 2002-12-30 | 1 | -0/+1 |
* | 10l (int i) | Michael Niedermayer | 2002-12-30 | 1 | -1/+2 |
* | cleaning corners of green dirt ;) | Michael Niedermayer | 2002-12-29 | 1 | -2/+18 |
* | warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) | Dominik Mierzejewski | 2002-11-23 | 1 | -1/+4 |
* | using fewer registers ... to workaround something | Michael Niedermayer | 2002-10-31 | 1 | -18/+17 |
* | change qscale type to int8 and fix qscale ordering | Michael Niedermayer | 2002-10-30 | 1 | -2/+2 |
* | cleanup | Michael Niedermayer | 2002-10-29 | 1 | -1/+1 |
* | better deblocking filter | Michael Niedermayer | 2002-10-29 | 1 | -34/+43 |
* | using fewer registers (fixes compilation bug hopefully) | Michael Niedermayer | 2002-10-29 | 1 | -5/+6 |
* | fix compilation on non-x86 with gcc 2.95 | Colin Leroy | 2002-10-29 | 1 | -0/+2 |
* | postprocessing cleanup: | Michael Niedermayer | 2002-10-28 | 1 | -523/+431 |
* | warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org> | Arpi | 2002-09-01 | 1 | -0/+2 |
* | 1000l | Michael Niedermayer | 2002-08-08 | 1 | -1/+1 |
* | 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com> | Michael Niedermayer | 2002-05-05 | 1 | -8/+8 |
* | x1 deblocking filter bugfix | Michael Niedermayer | 2002-04-22 | 1 | -4/+5 |
* | top row bugfix | Michael Niedermayer | 2002-01-29 | 1 | -8/+31 |
* | minor QP bugfix | Michael Niedermayer | 2002-01-28 | 1 | -9/+9 |
* | fix mangling with runtime cpu detection | Felix Bünemann | 2002-01-19 | 1 | -2/+2 |
* | mangle for win32 in postproc | Felix Bünemann | 2002-01-19 | 1 | -65/+65 |
* | minor brightness/contrast bugfix / moved some global vars into ppMode | Michael Niedermayer | 2001-12-28 | 1 | -6/+15 |
* | customizeable deblocking (2 thresholds) | Michael Niedermayer | 2001-12-28 | 1 | -10/+10 |
* | 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 | 1 | -1/+4 |
* | runtime cpu detection | Michael Niedermayer | 2001-11-24 | 1 | -771/+57 |
* | use fastmemcpy for chrominance if no chrominance filtering is done | Michael Niedermayer | 2001-11-24 | 1 | -9/+38 |
* | faster dering | Michael Niedermayer | 2001-11-24 | 1 | -57/+119 |
* | 1% speedup | Michael Niedermayer | 2001-11-20 | 1 | -46/+37 |
* | oops, too much cleanup ;) | Michael Niedermayer | 2001-11-20 | 1 | -0/+140 |
* | cleanup | Michael Niedermayer | 2001-11-20 | 1 | -751/+48 |
* | faster mmx2 / 3dnow deblocking filter | Michael Niedermayer | 2001-11-19 | 1 | -8/+333 |
* | temp denoiser: | Michael Niedermayer | 2001-11-14 | 1 | -6/+38 |
* | temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version | Michael Niedermayer | 2001-11-14 | 1 | -5/+294 |
* | temporal noise reducer in C (-pp 0x100000) | Michael Niedermayer | 2001-11-13 | 1 | -49/+208 |
* | QP_store==null bugfix and no opendivx bugfix | Michael Niedermayer | 2001-11-11 | 1 | -0/+15 |
* | added missing #include <malloc.h> | Pierre Lombard | 2001-11-09 | 1 | -1/+1 |
* | gcc does optimize writes to non volatile variables away if it didnt know that... | Michael Niedermayer | 2001-11-06 | 1 | -2/+2 |
* | minor changes (fixed some warnings, added attribute aligned(8) stuff) | Michael Niedermayer | 2001-11-06 | 1 | -39/+46 |
* | deinterlace bugfix | Michael Niedermayer | 2001-10-31 | 1 | -20/+112 |
* | c speedup (x1, rk1 filters) | Michael Niedermayer | 2001-10-31 | 1 | -15/+15 |
* | minor speedup | Michael Niedermayer | 2001-10-30 | 1 | -12/+27 |
* | faster dering | Michael Niedermayer | 2001-10-26 | 1 | -9/+13 |
* | dering in c | Michael Niedermayer | 2001-10-26 | 1 | -11/+85 |
* | a few warning fixes (missing #include's) | Pierre Lombard | 2001-10-25 | 1 | -0/+3 |
* | 3dnow dering | Michael Niedermayer | 2001-10-25 | 1 | -10/+32 |
* | dering in mmx2 | Michael Niedermayer | 2001-10-25 | 1 | -31/+151 |
* | fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 vers... | Michael Niedermayer | 2001-10-25 | 1 | -37/+84 |
* | much better horizontal filters (transpose & use the vertical ones) :) | Michael Niedermayer | 2001-10-24 | 1 | -81/+226 |