aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc
Commit message (Expand)AuthorAge
* auto brightness/ contrast bugfixGravatar michael2001-10-22
* BGR24 bugfixGravatar michael2001-10-21
* fixed alignment (static variables where sometimes not 8-byte aligned)Gravatar michael2001-10-20
* more logic behavior if the altenative deblock filters are used (turning a alt...Gravatar michael2001-10-19
* first line bug fixed (happend if the image was scaled down or 1:1)Gravatar michael2001-10-19
* PP_FUNNY_STRIDE disabledGravatar arpi2001-10-19
* added compiletime option to turn width%8==0 onGravatar michael2001-10-19
* fixed a bug in the tmp bufferGravatar michael2001-10-19
* horizontal scaling bugs fixed, should be mostly bugfree nowGravatar michael2001-10-19
* xinc scaled by 16 instead of 8Gravatar arpi2001-10-19
* horizontal lines bugfixGravatar michael2001-10-19
* vertical lines bugfixGravatar michael2001-10-19
* (C) fixedGravatar arpi2001-10-19
* fixed a bug which caused horizontal linesGravatar michael2001-10-19
* increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix)Gravatar michael2001-10-18
* fixed the height%8!=0 bugGravatar michael2001-10-17
* 24bpp support (untested)Gravatar michael2001-10-17
* added (f)emmsGravatar arpi2001-10-17
* bpp changed from bytespp to bitsppGravatar arpi2001-10-17
* fixed out of regs "bug"Gravatar michael2001-10-17
* MMX & MMX2 optimizations (MMX2 is buggy and commented out)Gravatar michael2001-10-17
* quick fix for movies with a height which is not a multiple of 8Gravatar michael2001-10-17
* fix rgb/bgr for 15/16bppGravatar atmos42001-10-17
* 16bpp code for atmosGravatar arpi2001-10-16
* minor cleanupsGravatar michael2001-10-16
* header for swscale.cGravatar arpi2001-10-15
* software yv12->rgb scaler - separated from fsdgaGravatar arpi2001-10-15
* rewrote the horizontal lowpass filter to fix a bug which caused a blocky lookGravatar michael2001-10-15
* c++ fixGravatar arpi2001-10-14
* Cleanup:Gravatar arpi2001-10-13
* small changes for mplayer integration:Gravatar arpi2001-10-13
* small changes for mplayer integration:Gravatar arpi2001-10-13
* fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me...Gravatar michael2001-10-13
* minor QP scaling & auto-contrast bugfixGravatar michael2001-10-13
* fixed a rounding bug thing in the X1 FilterGravatar michael2001-10-13
* final changes to convert to CGravatar michael2001-10-11
* bugfixes: last 3 lines not brightness/contrast correctedGravatar michael2001-10-11
* fixed a bug in the horizontal default filterGravatar arpi2001-10-10
* new postprocess code by Michael Niedermayer (michaelni@gmx.at)Gravatar arpi2001-10-10