summaryrefslogtreecommitdiffstats
path: root/postproc/postprocess_template.c
Commit message (Expand)AuthorAgeFilesLines
* faster brightness correcture in MMX2michael2001-11-281-3/+34
* compiletime pp-mode support (luminance = chrominance filters though) 1-2% fas...michael2001-11-271-1/+4
* runtime cpu detectionmichael2001-11-241-771/+57
* use fastmemcpy for chrominance if no chrominance filtering is donemichael2001-11-241-9/+38
* faster deringmichael2001-11-241-57/+119
* 1% speedupmichael2001-11-201-46/+37
* oops, too much cleanup ;)michael2001-11-201-0/+140
* cleanupmichael2001-11-201-751/+48
* faster mmx2 / 3dnow deblocking filtermichael2001-11-191-8/+333
* temp denoiser:michael2001-11-141-6/+38
* temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW versionmichael2001-11-141-5/+294
* temporal noise reducer in C (-pp 0x100000)michael2001-11-131-49/+208
* QP_store==null bugfix and no opendivx bugfixmichael2001-11-111-0/+15
* added missing #include <malloc.h>pl2001-11-091-1/+1
* gcc does optimize writes to non volatile variables away if it didnt know that...michael2001-11-061-2/+2
* minor changes (fixed some warnings, added attribute aligned(8) stuff)michael2001-11-061-39/+46
* deinterlace bugfixmichael2001-10-311-20/+112
* c speedup (x1, rk1 filters)michael2001-10-311-15/+15
* minor speedupmichael2001-10-301-12/+27
* faster deringmichael2001-10-261-9/+13
* dering in cmichael2001-10-261-11/+85
* a few warning fixes (missing #include's)pl2001-10-251-0/+3
* 3dnow deringmichael2001-10-251-10/+32
* dering in mmx2michael2001-10-251-31/+151
* fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 vers...michael2001-10-251-37/+84
* much better horizontal filters (transpose & use the vertical ones) :)michael2001-10-241-81/+226
* more speedmichael2001-10-241-10/+56
* more speedmichael2001-10-231-63/+59
* and another +2% speedupmichael2001-10-231-28/+47
* optimizations (+2% speedup)michael2001-10-231-29/+16
* brightness / contrast fix/copy optimizations +2% speedupmichael2001-10-231-21/+15
* negative black bugfixmichael2001-10-231-11/+10
* auto brightness/ contrast bugfixmichael2001-10-221-17/+235
* more logic behavior if the altenative deblock filters are used (turning a alt...michael2001-10-191-24/+18
* added compiletime option to turn width%8==0 onmichael2001-10-191-0/+4
* fixed a bug in the tmp buffermichael2001-10-191-4/+50
* fixed the height%8!=0 bugmichael2001-10-171-275/+152
* quick fix for movies with a height which is not a multiple of 8michael2001-10-171-1/+1
* minor cleanupsmichael2001-10-161-43/+80
* rewrote the horizontal lowpass filter to fix a bug which caused a blocky lookmichael2001-10-151-24/+475
* c++ fixarpi2001-10-141-1/+2
* Cleanup:arpi2001-10-131-0/+10
* small changes for mplayer integration:arpi2001-10-131-10/+53
* fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me...michael2001-10-131-17/+20
* minor QP scaling & auto-contrast bugfixmichael2001-10-131-7/+8
* fixed a rounding bug thing in the X1 Filtermichael2001-10-131-25/+247
* final changes to convert to Cmichael2001-10-111-2/+2
* bugfixes: last 3 lines not brightness/contrast correctedmichael2001-10-111-79/+265
* fixed a bug in the horizontal default filterarpi2001-10-101-100/+371
* new postprocess code by Michael Niedermayer (michaelni@gmx.at)arpi2001-10-101-0/+1551