aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/postprocess_template.c
Commit message (Expand)AuthorAge
* C implementation of the median deinterlacer (seems to be the only oneGravatar rfelker2003-01-23
* YUV 411/422/444 support for ppGravatar michael2003-01-05
* 10l another int i missing (without ^M)Gravatar faust32002-12-30
* 10l (int i)Gravatar michael2002-12-30
* cleaning corners of green dirt ;)Gravatar michael2002-12-29
* warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)Gravatar michael2002-11-23
* using fewer registers ... to workaround somethingGravatar michael2002-10-31
* change qscale type to int8 and fix qscale orderingGravatar michael2002-10-30
* cleanupGravatar michael2002-10-29
* better deblocking filterGravatar michael2002-10-29
* using fewer registers (fixes compilation bug hopefully)Gravatar michael2002-10-29
* fix compilation on non-x86 with gcc 2.95Gravatar colin2002-10-29
* postprocessing cleanup:Gravatar michael2002-10-28
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Gravatar arpi2002-09-01
* 1000lGravatar michael2002-08-08
* 3dnow temporal denoiser bugfix by RĂ©mi Guyomarch <rguyom@pobox.com>Gravatar michael2002-05-05
* x1 deblocking filter bugfixGravatar michael2002-04-22
* top row bugfixGravatar michael2002-01-29
* minor QP bugfixGravatar michael2002-01-28
* fix mangling with runtime cpu detectionGravatar atmos42002-01-19
* mangle for win32 in postprocGravatar atmos42002-01-19
* minor brightness/contrast bugfix / moved some global vars into ppModeGravatar michael2001-12-28
* customizeable deblocking (2 thresholds)Gravatar michael2001-12-28
* faster brightness correcture in MMX2Gravatar michael2001-11-28
* compiletime pp-mode support (luminance = chrominance filters though) 1-2% fas...Gravatar michael2001-11-27
* runtime cpu detectionGravatar michael2001-11-24
* use fastmemcpy for chrominance if no chrominance filtering is doneGravatar michael2001-11-24
* faster deringGravatar michael2001-11-24
* 1% speedupGravatar michael2001-11-20
* oops, too much cleanup ;)Gravatar michael2001-11-20
* cleanupGravatar michael2001-11-20
* faster mmx2 / 3dnow deblocking filterGravatar michael2001-11-19
* temp denoiser:Gravatar michael2001-11-14
* temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW versionGravatar michael2001-11-14
* temporal noise reducer in C (-pp 0x100000)Gravatar michael2001-11-13
* QP_store==null bugfix and no opendivx bugfixGravatar michael2001-11-11
* added missing #include <malloc.h>Gravatar pl2001-11-09
* gcc does optimize writes to non volatile variables away if it didnt know that...Gravatar michael2001-11-06
* minor changes (fixed some warnings, added attribute aligned(8) stuff)Gravatar michael2001-11-06
* deinterlace bugfixGravatar michael2001-10-31
* c speedup (x1, rk1 filters)Gravatar michael2001-10-31
* minor speedupGravatar michael2001-10-30
* faster deringGravatar michael2001-10-26
* dering in cGravatar michael2001-10-26
* a few warning fixes (missing #include's)Gravatar pl2001-10-25
* 3dnow deringGravatar michael2001-10-25
* dering in mmx2Gravatar michael2001-10-25
* fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 vers...Gravatar michael2001-10-25
* much better horizontal filters (transpose & use the vertical ones) :)Gravatar michael2001-10-24
* more speedGravatar michael2001-10-24