summaryrefslogtreecommitdiff
path: root/postproc/postprocess_template.c
Commit message (Collapse)AuthorAge
* 3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyom@pobox.com>Michael Niedermayer2002-05-05
| | | | Originally committed as revision 5981 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* x1 deblocking filter bugfixMichael Niedermayer2002-04-22
| | | | Originally committed as revision 5788 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* top row bugfixMichael Niedermayer2002-01-29
| | | | Originally committed as revision 4404 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor QP bugfixMichael Niedermayer2002-01-28
| | | | Originally committed as revision 4400 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix mangling with runtime cpu detectionFelix Bünemann2002-01-19
| | | | Originally committed as revision 4254 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* mangle for win32 in postprocFelix Bünemann2002-01-19
| | | | Originally committed as revision 4249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor brightness/contrast bugfix / moved some global vars into ppModeMichael Niedermayer2001-12-28
| | | | | | non mmx compilation bugfix Originally committed as revision 3833 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* customizeable deblocking (2 thresholds)Michael Niedermayer2001-12-28
| | | | | | chrominance & luminance filtering is the default now if -npp ...:y isnt specified (lumi only was only used for the deinterlacers and that was wrong anyway) Originally committed as revision 3818 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster brightness correcture in MMX2Michael Niedermayer2001-11-28
| | | | Originally committed as revision 3172 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* compiletime pp-mode support (luminance = chrominance filters though) 1-2% ↵Michael Niedermayer2001-11-27
| | | | | | faster with -benchmark -vo null -nosound Originally committed as revision 3155 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* runtime cpu detectionMichael Niedermayer2001-11-24
| | | | Originally committed as revision 3100 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use fastmemcpy for chrominance if no chrominance filtering is doneMichael Niedermayer2001-11-24
| | | | Originally committed as revision 3095 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster deringMichael Niedermayer2001-11-24
| | | | Originally committed as revision 3094 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 1% speedupMichael Niedermayer2001-11-20
| | | | Originally committed as revision 3038 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* oops, too much cleanup ;)Michael Niedermayer2001-11-20
| | | | Originally committed as revision 3033 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* cleanupMichael Niedermayer2001-11-20
| | | | | | | precopy fewer lines from src to dst if possible speedup (due to cleanup of blockcopy) Originally committed as revision 3032 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster mmx2 / 3dnow deblocking filterMichael Niedermayer2001-11-19
| | | | | | brightness_debug (draws luminance histogram & autodetected white/black level) Originally committed as revision 3014 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* temp denoiser:Michael Niedermayer2001-11-14
| | | | | | | bugfix? averageing noise over the surrounding blocks Originally committed as revision 2900 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW versionMichael Niedermayer2001-11-14
| | | | Originally committed as revision 2896 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* temporal noise reducer in C (-pp 0x100000)Michael Niedermayer2001-11-13
| | | | | | setting the thresholds from the commandline requires postprocess2() / getPpModeByNameAndQuality() (someone could perhaps modify mplayer so that they are beiing used, iam too lazy for it ;) Originally committed as revision 2861 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* QP_store==null bugfix and no opendivx bugfixMichael Niedermayer2001-11-11
| | | | Originally committed as revision 2809 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* added missing #include <malloc.h>Pierre Lombard2001-11-09
| | | | | | | #include "config.h" moved as 1st #include since it defines HAVE_foo_h for later conditional inclusions Originally committed as revision 2776 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* gcc does optimize writes to non volatile variables away if it didnt know ↵Michael Niedermayer2001-11-06
| | | | | | that they were read in between Originally committed as revision 2751 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor changes (fixed some warnings, added attribute aligned(8) stuff)Michael Niedermayer2001-11-06
| | | | Originally committed as revision 2743 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* deinterlace bugfixMichael Niedermayer2001-10-31
| | | | Originally committed as revision 2596 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* c speedup (x1, rk1 filters)Michael Niedermayer2001-10-31
| | | | Originally committed as revision 2587 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor speedupMichael Niedermayer2001-10-30
| | | | | | cleanup Originally committed as revision 2571 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* faster deringMichael Niedermayer2001-10-26
| | | | Originally committed as revision 2479 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dering in cMichael Niedermayer2001-10-26
| | | | | | dering bugfix Originally committed as revision 2478 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* a few warning fixes (missing #include's)Pierre Lombard2001-10-25
| | | | Originally committed as revision 2477 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 3dnow deringMichael Niedermayer2001-10-25
| | | | Originally committed as revision 2476 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* dering in mmx2Michael Niedermayer2001-10-25
| | | | Originally committed as revision 2474 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 ↵Michael Niedermayer2001-10-25
| | | | | | | | | versions fixed some warnings fixed the cant compile on non x86 systems (i didnt apply the patch from Oliver Schoenbrunner <oliver.schoenbrunner@jku.at> because it used ARCH_X86 instead of HAVE_MMX) Originally committed as revision 2462 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* much better horizontal filters (transpose & use the vertical ones) :)Michael Niedermayer2001-10-24
| | | | | | | bugfix bugs? Originally committed as revision 2455 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more speedMichael Niedermayer2001-10-24
| | | | Originally committed as revision 2438 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more speedMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2429 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* and another +2% speedupMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* optimizations (+2% speedup)Michael Niedermayer2001-10-23
| | | | Originally committed as revision 2414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* brightness / contrast fix/copy optimizations +2% speedupMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* negative black bugfixMichael Niedermayer2001-10-23
| | | | Originally committed as revision 2395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* auto brightness/ contrast bugfixMichael Niedermayer2001-10-22
| | | | | | getPPModeByNameAndQuality Originally committed as revision 2390 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* more logic behavior if the altenative deblock filters are used (turning a ↵Michael Niedermayer2001-10-19
| | | | | | alt filter on without turning the deblock filter on uses the alt filter instead of using no filter now) Originally committed as revision 2301 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* added compiletime option to turn width%8==0 onMichael Niedermayer2001-10-19
| | | | Originally committed as revision 2287 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed a bug in the tmp bufferMichael Niedermayer2001-10-19
| | | | | | | fixed the color range for yuv fixed the width %8!=0 bug (another 1% speed loss) Originally committed as revision 2286 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed the height%8!=0 bugMichael Niedermayer2001-10-17
| | | | | | | | simplified a few things removed last row variants of the deinterlace filters, they are not needed anymore added cubic interpolating deinterlacer Originally committed as revision 2247 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* quick fix for movies with a height which is not a multiple of 8Michael Niedermayer2001-10-17
| | | | Originally committed as revision 2232 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* minor cleanupsMichael Niedermayer2001-10-16
| | | | | | | median deinterlace in MMX fixed typos Originally committed as revision 2222 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* rewrote the horizontal lowpass filter to fix a bug which caused a blocky lookMichael Niedermayer2001-10-15
| | | | | | | added deinterlace filters (linear interpolate, linear blend, median) minor cleanups (removed some outcommented stuff) Originally committed as revision 2204 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* c++ fixArpi2001-10-14
| | | | Originally committed as revision 2196 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Cleanup:Arpi2001-10-13
| | | | | | | - TIMEING && MORE_TIMEING disabled by default - private stuff moved to postprocess.c to avoid possible conflicts Originally committed as revision 2190 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc