summaryrefslogtreecommitdiff
path: root/postproc/postprocess.c
Commit message (Collapse)AuthorAge
* applied 64bit patch from Ulrich Hecht <uli at suse dot de>Alex Beregszaszi2002-05-23
| | | | Originally committed as revision 6165 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Added reverting support for -pp and -npp optionsAlban Bedel2002-01-19
| | | | Originally committed as revision 4258 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
* dont print -npp parser debug info if only -vMichael Niedermayer2002-01-13
| | | | | | print "using pp filters ..." if -v Originally committed as revision 4144 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed -npp help ... i think i need more sleep ;)Michael Niedermayer2002-01-04
| | | | Originally committed as revision 3988 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -npp helpMichael Niedermayer2002-01-04
| | | | Originally committed as revision 3977 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* -npp fq:<quantizer>Michael Niedermayer2002-01-03
| | | | | | | force quantizer (for these lq movies which where reencoded at high bitrates) (c) 2002 Originally committed as revision 3965 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
* 101Michael Niedermayer2001-12-26
| | | | Originally committed as revision 3780 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* new -pp options stuff (-npp ...)Michael Niedermayer2001-12-26
| | | | | | see line527@postproc/postprocess.c ;) for the documentation of the format Originally committed as revision 3772 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* runtime cpu detect optional (compiles faster)Michael Niedermayer2001-11-27
| | | | Originally committed as revision 3152 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