aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc/postprocess.c
Commit message (Expand)AuthorAge
* Added reverting support for -pp and -npp optionsGravatar albeu2002-01-19
* mangle for win32 in postprocGravatar atmos42002-01-19
* dont print -npp parser debug info if only -vGravatar michael2002-01-13
* fixed -npp help ... i think i need more sleep ;)Gravatar michael2002-01-04
* -npp helpGravatar michael2002-01-04
* -npp fq:<quantizer>Gravatar michael2002-01-03
* minor brightness/contrast bugfix / moved some global vars into ppModeGravatar michael2001-12-28
* customizeable deblocking (2 thresholds)Gravatar michael2001-12-28
* 101Gravatar michael2001-12-26
* new -pp options stuff (-npp ...)Gravatar michael2001-12-26
* runtime cpu detect optional (compiles faster)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
* more speedGravatar michael2001-10-23
* and another +2% speedupGravatar michael2001-10-23
* optimizations (+2% speedup)Gravatar michael2001-10-23
* brightness / contrast fix/copy optimizations +2% speedupGravatar michael2001-10-23
* negative black bugfixGravatar michael2001-10-23
* auto brightness/ contrast bugfixGravatar michael2001-10-22
* more logic behavior if the altenative deblock filters are used (turning a alt...Gravatar michael2001-10-19
* added compiletime option to turn width%8==0 onGravatar michael2001-10-19
* fixed a bug in the tmp bufferGravatar michael2001-10-19
* fixed the height%8!=0 bugGravatar michael2001-10-17
* quick fix for movies with a height which is not a multiple of 8Gravatar michael2001-10-17
* minor cleanupsGravatar michael2001-10-16
* rewrote the horizontal lowpass filter to fix a bug which caused a blocky lookGravatar michael2001-10-15
* c++ fixGravatar arpi2001-10-14