]> git.sesse.net Git - ffmpeg/history - postproc
general convolution filtering of the source picture
[ffmpeg] / postproc /
2001-10-30 Michael Niedermayerminor speedup
2001-10-30 Michael Niedermayerinterpolate chrominance for every second line in the...
2001-10-30 Michael Niedermayerbugfixes
2001-10-30 Nick Kurshevcosmetic
2001-10-29 Michael Niedermayerfixed a warning
2001-10-29 Nick KurshevNo longer required
2001-10-29 Nick KurshevFinish mmx2, 3dnow optimiz. 15to16 should be tested...
2001-10-29 Michael Niedermayercant compile on non x86 bugfix
2001-10-29 Michael Niedermayerpatch from Martin Decky <deckm1am@ss1000.ms.mff.cuni...
2001-10-28 Michael Niedermayertell the c compiler that the memory changed
2001-10-28 Michael Niedermayer3dnow prefetch & sfence
2001-10-28 Michael Niedermayeryv12 to yv12 scaler
2001-10-28 Nick Kurshev32to24: MMX, MMX2, 3DNOW optimization
2001-10-28 Nick KurshevMore elegant solution
2001-10-28 Nick Kurshevpreprocessor cleanup
2001-10-28 Nick Kurshevsfence
2001-10-28 Nick KurshevMore accurate prefetching
2001-10-28 Nick Kurshevmmx, mmx2, 3dnow optimized 24to32
2001-10-28 Nick Kurshevmmx optimized 24to32
2001-10-28 Nick Kurshevforgot, sorry
2001-10-28 Nick KurshevPrev ver could work only on x86
2001-10-28 Nick Kurshevvo_vesa: more rgb2rgb support
2001-10-28 Nick Kurshevvo_vesa: more rgb2rgb support
2001-10-28 Nick Kurshevvo_vesa: rgb2rgb support
2001-10-28 Michael Niedermayeryuv2rgb bugfix
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 Niedermayerjust a few "not implemented yet" removed
2001-10-25 Michael Niedermayerdering in mmx2
2001-10-25 Michael Niedermayerdownscale
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 Nick KurshevIndepended compilation of SUBDIRS
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-21 Michael NiedermayerBGR24 bugfix
2001-10-20 Michael Niedermayerfixed alignment (static variables where sometimes not...
2001-10-19 Michael Niedermayermore logic behavior if the altenative deblock filters...
2001-10-19 Michael Niedermayerfirst line bug fixed (happend if the image was scaled...
2001-10-19 ArpiPP_FUNNY_STRIDE disabled
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-19 Michael Niedermayerhorizontal scaling bugs fixed, should be mostly bugfree now
2001-10-19 Arpixinc scaled by 16 instead of 8
2001-10-19 Michael Niedermayerhorizontal lines bugfix
2001-10-19 Michael Niedermayervertical lines bugfix
2001-10-19 Arpi(C) fixed
2001-10-19 Michael Niedermayerfixed a bug which caused horizontal lines
2001-10-18 Michael Niedermayerincreased precission of s_xinc s_xinc2 (needed for...
2001-10-17 Michael Niedermayerfixed the height%8!=0 bug
2001-10-17 Michael Niedermayer24bpp support (untested)
2001-10-17 Arpiadded (f)emms
2001-10-17 Arpibpp changed from bytespp to bitspp
2001-10-17 Michael Niedermayerfixed out of regs "bug"
2001-10-17 Michael NiedermayerMMX & MMX2 optimizations (MMX2 is buggy and commented...
2001-10-17 Michael Niedermayerquick fix for movies with a height which is not a multi...
2001-10-17 Felix Bünemannfix rgb/bgr for 15/16bpp
2001-10-16 Arpi16bpp code for atmos
2001-10-16 Michael Niedermayerminor cleanups
2001-10-15 Arpiheader for swscale.c
2001-10-15 Arpisoftware yv12->rgb scaler - separated from fsdga
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 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...