]> git.sesse.net Git - ffmpeg/history - postproc/postprocess_template.c
warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
[ffmpeg] / postproc / postprocess_template.c
2002-11-23 Dominik Mierzejewskiwarning patch by (Dominik Mierzejewski <dominik at...
2002-10-31 Michael Niedermayerusing fewer registers ... to workaround something
2002-10-30 Michael Niedermayerchange qscale type to int8 and fix qscale ordering
2002-10-29 Michael Niedermayercleanup
2002-10-29 Michael Niedermayerbetter deblocking filter
2002-10-29 Michael Niedermayerusing fewer registers (fixes compilation bug hopefully)
2002-10-29 Colin Leroyfix compilation on non-x86 with gcc 2.95
2002-10-28 Michael Niedermayerpostprocessing cleanup:
2002-09-01 Arpiwarning fixes by Dominik Mierzejewski <dominik@rangers...
2002-08-08 Michael Niedermayer1000l
2002-05-05 Michael Niedermayer3dnow temporal denoiser bugfix by Rémi Guyomarch <rguyo...
2002-04-22 Michael Niedermayerx1 deblocking filter bugfix
2002-01-29 Michael Niedermayertop row bugfix
2002-01-28 Michael Niedermayerminor QP bugfix
2002-01-19 Felix Bünemannfix mangling with runtime cpu detection
2002-01-19 Felix Bünemannmangle for win32 in postproc
2001-12-28 Michael Niedermayerminor brightness/contrast bugfix / moved some global...
2001-12-28 Michael Niedermayercustomizeable deblocking (2 thresholds)
2001-11-28 Michael Niedermayerfaster brightness correcture in MMX2
2001-11-27 Michael Niedermayercompiletime pp-mode support (luminance = chrominance...
2001-11-24 Michael Niedermayerruntime cpu detection
2001-11-24 Michael Niedermayeruse fastmemcpy for chrominance if no chrominance filter...
2001-11-24 Michael Niedermayerfaster dering
2001-11-20 Michael Niedermayer1% speedup
2001-11-20 Michael Niedermayeroops, too much cleanup ;)
2001-11-20 Michael Niedermayercleanup
2001-11-19 Michael Niedermayerfaster mmx2 / 3dnow deblocking filter
2001-11-14 Michael Niedermayertemp denoiser:
2001-11-14 Michael Niedermayertemp denoiser changes: (a-b)^2 instead of |a-b| and...
2001-11-13 Michael Niedermayertemporal noise reducer in C (-pp 0x100000)
2001-11-11 Michael NiedermayerQP_store==null bugfix and no opendivx bugfix
2001-11-09 Pierre Lombardadded missing #include <malloc.h>
2001-11-06 Michael Niedermayergcc does optimize writes to non volatile variables...
2001-11-06 Michael Niedermayerminor changes (fixed some warnings, added attribute...
2001-10-31 Michael Niedermayerdeinterlace bugfix
2001-10-31 Michael Niedermayerc speedup (x1, rk1 filters)
2001-10-30 Michael Niedermayerminor speedup
2001-10-26 Michael Niedermayerfaster dering
2001-10-26 Michael Niedermayerdering in c
2001-10-25 Pierre Lombarda few warning fixes (missing #include's)
2001-10-25 Michael Niedermayer3dnow dering
2001-10-25 Michael Niedermayerdering in mmx2
2001-10-25 Michael Niedermayerfixed difference with -vo md5 between doVertDefFilter...
2001-10-24 Michael Niedermayermuch better horizontal filters (transpose & use the...
2001-10-24 Michael Niedermayermore speed
2001-10-23 Michael Niedermayermore speed
2001-10-23 Michael Niedermayerand another +2% speedup
2001-10-23 Michael Niedermayeroptimizations (+2% speedup)
2001-10-23 Michael Niedermayerbrightness / contrast fix/copy optimizations +2% speedup
2001-10-23 Michael Niedermayernegative black bugfix
2001-10-22 Michael Niedermayerauto brightness/ contrast bugfix
2001-10-19 Michael Niedermayermore logic behavior if the altenative deblock filters...
2001-10-19 Michael Niedermayeradded compiletime option to turn width%8==0 on
2001-10-19 Michael Niedermayerfixed a bug in the tmp buffer
2001-10-17 Michael Niedermayerfixed the height%8!=0 bug
2001-10-17 Michael Niedermayerquick fix for movies with a height which is not a multi...
2001-10-16 Michael Niedermayerminor cleanups
2001-10-15 Michael Niedermayerrewrote the horizontal lowpass filter to fix a bug...
2001-10-14 Arpic++ fix
2001-10-13 ArpiCleanup:
2001-10-13 Arpismall changes for mplayer integration:
2001-10-13 Michael Niedermayerfixed a sig4 bug an non mmx2 cpus (in case of more...
2001-10-13 Michael Niedermayerminor QP scaling & auto-contrast bugfix
2001-10-13 Michael Niedermayerfixed a rounding bug thing in the X1 Filter
2001-10-11 Michael Niedermayerfinal changes to convert to C
2001-10-11 Michael Niedermayerbugfixes: last 3 lines not brightness/contrast corrected
2001-10-10 Arpifixed a bug in the horizontal default filter
2001-10-10 Arpinew postprocess code by Michael Niedermayer (michaelni...