summaryrefslogtreecommitdiff
path: root/postproc/postprocess_template.c
Commit message (Expand)AuthorAge
* warning fixes by Dominik Mierzejewski <dominik@rangers.eu.org>Arpi2002-09-01
* 1000lMichael Niedermayer2002-08-08
* 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com>Michael Niedermayer2002-05-05
* x1 deblocking filter bugfixMichael Niedermayer2002-04-22
* top row bugfixMichael Niedermayer2002-01-29
* minor QP bugfixMichael Niedermayer2002-01-28
* fix mangling with runtime cpu detectionFelix Bünemann2002-01-19
* mangle for win32 in postprocFelix Bünemann2002-01-19
* minor brightness/contrast bugfix / moved some global vars into ppModeMichael Niedermayer2001-12-28
* customizeable deblocking (2 thresholds)Michael Niedermayer2001-12-28
* faster brightness correcture in MMX2Michael Niedermayer2001-11-28
* compiletime pp-mode support (luminance = chrominance filters though) 1-2% fas...Michael Niedermayer2001-11-27
* runtime cpu detectionMichael Niedermayer2001-11-24
* use fastmemcpy for chrominance if no chrominance filtering is doneMichael Niedermayer2001-11-24
* faster deringMichael Niedermayer2001-11-24
* 1% speedupMichael Niedermayer2001-11-20
* oops, too much cleanup ;)Michael Niedermayer2001-11-20
* cleanupMichael Niedermayer2001-11-20
* faster mmx2 / 3dnow deblocking filterMichael Niedermayer2001-11-19
* temp denoiser:Michael Niedermayer2001-11-14
* temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW versionMichael Niedermayer2001-11-14
* temporal noise reducer in C (-pp 0x100000)Michael Niedermayer2001-11-13
* QP_store==null bugfix and no opendivx bugfixMichael Niedermayer2001-11-11
* added missing #include <malloc.h>Pierre Lombard2001-11-09
* gcc does optimize writes to non volatile variables away if it didnt know that...Michael Niedermayer2001-11-06
* minor changes (fixed some warnings, added attribute aligned(8) stuff)Michael Niedermayer2001-11-06
* deinterlace bugfixMichael Niedermayer2001-10-31
* c speedup (x1, rk1 filters)Michael Niedermayer2001-10-31
* minor speedupMichael Niedermayer2001-10-30
* faster deringMichael Niedermayer2001-10-26
* dering in cMichael Niedermayer2001-10-26
* a few warning fixes (missing #include's)Pierre Lombard2001-10-25
* 3dnow deringMichael Niedermayer2001-10-25
* dering in mmx2Michael Niedermayer2001-10-25
* fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 vers...Michael Niedermayer2001-10-25
* much better horizontal filters (transpose & use the vertical ones) :)Michael Niedermayer2001-10-24
* more speedMichael Niedermayer2001-10-24
* more speedMichael Niedermayer2001-10-23
* and another +2% speedupMichael Niedermayer2001-10-23
* optimizations (+2% speedup)Michael Niedermayer2001-10-23
* brightness / contrast fix/copy optimizations +2% speedupMichael Niedermayer2001-10-23
* negative black bugfixMichael Niedermayer2001-10-23
* auto brightness/ contrast bugfixMichael Niedermayer2001-10-22
* more logic behavior if the altenative deblock filters are used (turning a alt...Michael Niedermayer2001-10-19
* added compiletime option to turn width%8==0 onMichael Niedermayer2001-10-19
* fixed a bug in the tmp bufferMichael Niedermayer2001-10-19
* fixed the height%8!=0 bugMichael Niedermayer2001-10-17
* quick fix for movies with a height which is not a multiple of 8Michael Niedermayer2001-10-17
* minor cleanupsMichael Niedermayer2001-10-16
* rewrote the horizontal lowpass filter to fix a bug which caused a blocky lookMichael Niedermayer2001-10-15