| Commit message (Expand) | Author | Age | Files | Lines |
* | dering in c | Michael Niedermayer | 2001-10-26 | 2 | -22/+170 |
* | a few warning fixes (missing #include's) | Pierre Lombard | 2001-10-25 | 4 | -0/+8 |
* | 3dnow dering | Michael Niedermayer | 2001-10-25 | 2 | -20/+64 |
* | just a few "not implemented yet" removed | Michael Niedermayer | 2001-10-25 | 1 | -3/+3 |
* | dering in mmx2 | Michael Niedermayer | 2001-10-25 | 2 | -62/+302 |
* | downscale | Michael Niedermayer | 2001-10-25 | 2 | -558/+652 |
* | fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 vers... | Michael Niedermayer | 2001-10-25 | 2 | -74/+168 |
* | much better horizontal filters (transpose & use the vertical ones) :) | Michael Niedermayer | 2001-10-24 | 2 | -162/+452 |
* | Independed compilation of SUBDIRS | Nick Kurshev | 2001-10-24 | 1 | -0/+40 |
* | more speed | Michael Niedermayer | 2001-10-24 | 2 | -20/+112 |
* | more speed | Michael Niedermayer | 2001-10-23 | 2 | -126/+118 |
* | and another +2% speedup | Michael Niedermayer | 2001-10-23 | 2 | -56/+94 |
* | optimizations (+2% speedup) | Michael Niedermayer | 2001-10-23 | 2 | -58/+32 |
* | brightness / contrast fix/copy optimizations +2% speedup | Michael Niedermayer | 2001-10-23 | 2 | -42/+30 |
* | negative black bugfix | Michael Niedermayer | 2001-10-23 | 2 | -22/+20 |
* | auto brightness/ contrast bugfix | Michael Niedermayer | 2001-10-22 | 3 | -35/+498 |
* | BGR24 bugfix | Michael Niedermayer | 2001-10-21 | 2 | -10/+10 |
* | fixed alignment (static variables where sometimes not 8-byte aligned) | Michael Niedermayer | 2001-10-20 | 2 | -578/+1776 |
* | more logic behavior if the altenative deblock filters are used (turning a alt... | Michael Niedermayer | 2001-10-19 | 2 | -48/+36 |
* | first line bug fixed (happend if the image was scaled down or 1:1) | Michael Niedermayer | 2001-10-19 | 2 | -4/+14 |
* | PP_FUNNY_STRIDE disabled | Arpi | 2001-10-19 | 1 | -1/+1 |
* | added compiletime option to turn width%8==0 on | Michael Niedermayer | 2001-10-19 | 3 | -0/+11 |
* | fixed a bug in the tmp buffer | Michael Niedermayer | 2001-10-19 | 3 | -8/+103 |
* | horizontal scaling bugs fixed, should be mostly bugfree now | Michael Niedermayer | 2001-10-19 | 2 | -50/+56 |
* | xinc scaled by 16 instead of 8 | Arpi | 2001-10-19 | 2 | -4/+4 |
* | horizontal lines bugfix | Michael Niedermayer | 2001-10-19 | 2 | -8/+8 |
* | vertical lines bugfix | Michael Niedermayer | 2001-10-19 | 2 | -14/+24 |
* | (C) fixed | Arpi | 2001-10-19 | 2 | -2/+2 |
* | fixed a bug which caused horizontal lines | Michael Niedermayer | 2001-10-19 | 2 | -4/+4 |
* | increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix) | Michael Niedermayer | 2001-10-18 | 2 | -412/+542 |
* | fixed the height%8!=0 bug | Michael Niedermayer | 2001-10-17 | 3 | -552/+306 |
* | 24bpp support (untested) | Michael Niedermayer | 2001-10-17 | 2 | -4/+104 |
* | added (f)emms | Arpi | 2001-10-17 | 2 | -0/+14 |
* | bpp changed from bytespp to bitspp | Arpi | 2001-10-17 | 2 | -16/+16 |
* | fixed out of regs "bug" | Michael Niedermayer | 2001-10-17 | 2 | -12/+18 |
* | MMX & MMX2 optimizations (MMX2 is buggy and commented out) | Michael Niedermayer | 2001-10-17 | 2 | -72/+1126 |
* | quick fix for movies with a height which is not a multiple of 8 | Michael Niedermayer | 2001-10-17 | 2 | -2/+2 |
* | fix rgb/bgr for 15/16bpp | Felix Bünemann | 2001-10-17 | 2 | -8/+8 |
* | 16bpp code for atmos | Arpi | 2001-10-16 | 2 | -0/+20 |
* | minor cleanups | Michael Niedermayer | 2001-10-16 | 3 | -91/+164 |
* | header for swscale.c | Arpi | 2001-10-15 | 1 | -0/+12 |
* | software yv12->rgb scaler - separated from fsdga | Arpi | 2001-10-15 | 2 | -0/+248 |
* | rewrote the horizontal lowpass filter to fix a bug which caused a blocky look | Michael Niedermayer | 2001-10-15 | 3 | -69/+964 |
* | c++ fix | Arpi | 2001-10-14 | 2 | -2/+4 |
* | Cleanup: | Arpi | 2001-10-13 | 3 | -15/+26 |
* | small changes for mplayer integration: | Arpi | 2001-10-13 | 1 | -9/+8 |
* | small changes for mplayer integration: | Arpi | 2001-10-13 | 2 | -20/+106 |
* | fixed a sig4 bug an non mmx2 cpus (in case of more sig4 errors please send me... | Michael Niedermayer | 2001-10-13 | 2 | -34/+40 |
* | minor QP scaling & auto-contrast bugfix | Michael Niedermayer | 2001-10-13 | 2 | -14/+16 |
* | fixed a rounding bug thing in the X1 Filter | Michael Niedermayer | 2001-10-13 | 3 | -65/+508 |