summaryrefslogtreecommitdiff
path: root/postproc
Commit message (Expand)AuthorAgeFilesLines
...
* 15/16 bit dithering in C (5% slower, can be disabled by comenting #define DIT...Michael Niedermayer2002-01-213-45/+224
* copyright(swscaler) = GPLMichael Niedermayer2002-01-213-13/+52
* a few filters (should be removed/merged when arpis videofilter stuff is finis...Michael Niedermayer2002-01-212-27/+95
* general convolution filtering of the source pictureMichael Niedermayer2002-01-213-116/+408
* add manglingFelix Bünemann2002-01-202-26/+27
* 101Michael Niedermayer2002-01-201-3/+5
* removed global vars so that multiple swscalers can be usedMichael Niedermayer2002-01-203-737/+920
* Added reverting support for -pp and -npp optionsAlban Bedel2002-01-191-6/+33
* fix mangling with runtime cpu detectionFelix Bünemann2002-01-191-2/+2
* mangle for win32 in postprocFelix Bünemann2002-01-194-180/+182
* dont print -npp parser debug info if only -vMichael Niedermayer2002-01-131-5/+20
* fixed -npp help ... i think i need more sleep ;)Michael Niedermayer2002-01-041-7/+7
* -npp helpMichael Niedermayer2002-01-041-37/+43
* -npp fq:<quantizer>Michael Niedermayer2002-01-032-6/+30
* only print last line warning if verbose is onMichael Niedermayer2001-12-301-1/+1
* minor brightness/contrast bugfix / moved some global vars into ppModeMichael Niedermayer2001-12-283-21/+29
* customizeable deblocking (2 thresholds)Michael Niedermayer2001-12-282-26/+59
* output shifted by a few pixels on extreem scalings bugfixMichael Niedermayer2001-12-271-3/+3
* 101Michael Niedermayer2001-12-261-4/+5
* new -pp options stuff (-npp ...)Michael Niedermayer2001-12-262-18/+48
* looks betterJohannes Feigl2001-12-251-4/+4
* minor bugfixes (noone noticed them)Michael Niedermayer2001-12-212-5/+7
* rgb24toyv12 bugfixMichael Niedermayer2001-12-202-6/+9
* print more info if -vMichael Niedermayer2001-12-062-233/+364
* dithering info wasnt displayedMichael Niedermayer2001-12-061-4/+4
* vertical cubic/linear scalingMichael Niedermayer2001-12-063-327/+994
* typoMichael Niedermayer2001-12-031-1/+1
* horizontal up/downscale linear & cubicMichael Niedermayer2001-12-023-28/+372
* sliced scaleing bugfixMichael Niedermayer2001-11-291-18/+20
* swscaler cleanupMichael Niedermayer2001-11-293-129/+125
* faster brightness correcture in MMX2Michael Niedermayer2001-11-281-3/+34
* compiletime pp-mode support (luminance = chrominance filters though) 1-2% fas...Michael Niedermayer2001-11-272-1/+10
* runtime cpu detection optional (compiles faster)Michael Niedermayer2001-11-271-1/+44
* runtime cpu detect optional (compiles faster)Michael Niedermayer2001-11-271-6/+45
* runtime cpu detectionMichael Niedermayer2001-11-263-74/+118
* oopsMichael Niedermayer2001-11-262-1/+28
* runtime cpu detectionMichael Niedermayer2001-11-262-857/+320
* runtime cpu detectionMichael Niedermayer2001-11-262-1824/+87
* runtime cpu detectionMichael Niedermayer2001-11-242-3865/+174
* use fastmemcpy for chrominance if no chrominance filtering is doneMichael Niedermayer2001-11-242-18/+76
* faster deringMichael Niedermayer2001-11-242-114/+238
* 1% speedupMichael Niedermayer2001-11-202-92/+74
* oops, too much cleanup ;)Michael Niedermayer2001-11-202-0/+280
* cleanupMichael Niedermayer2001-11-202-1502/+96
* faster mmx2 / 3dnow deblocking filterMichael Niedermayer2001-11-192-16/+666
* Move ignores in subdirs to their respective .cvsignore files.Felix Bünemann2001-11-171-0/+1
* postproc/ dir now respects --with-extraincdirGabucino2001-11-161-1/+1
* temp denoiser:Michael Niedermayer2001-11-142-12/+76
* temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW versionMichael Niedermayer2001-11-142-10/+588
* temporal noise reducer in C (-pp 0x100000)Michael Niedermayer2001-11-133-104/+429