| Commit message (Expand) | Author | Age | Files | Lines |
* | faster brightness correcture in MMX2 | michael | 2001-11-28 | 1 | -3/+34 |
* | compiletime pp-mode support (luminance = chrominance filters though) 1-2% fas... | michael | 2001-11-27 | 2 | -1/+10 |
* | runtime cpu detection optional (compiles faster) | michael | 2001-11-27 | 1 | -1/+44 |
* | runtime cpu detect optional (compiles faster) | michael | 2001-11-27 | 1 | -6/+45 |
* | runtime cpu detection | michael | 2001-11-26 | 3 | -74/+118 |
* | oops | michael | 2001-11-26 | 2 | -1/+28 |
* | runtime cpu detection | michael | 2001-11-26 | 2 | -857/+320 |
* | runtime cpu detection | michael | 2001-11-26 | 2 | -1824/+87 |
* | runtime cpu detection | michael | 2001-11-24 | 2 | -3865/+174 |
* | use fastmemcpy for chrominance if no chrominance filtering is done | michael | 2001-11-24 | 2 | -18/+76 |
* | faster dering | michael | 2001-11-24 | 2 | -114/+238 |
* | 1% speedup | michael | 2001-11-20 | 2 | -92/+74 |
* | oops, too much cleanup ;) | michael | 2001-11-20 | 2 | -0/+280 |
* | cleanup | michael | 2001-11-20 | 2 | -1502/+96 |
* | faster mmx2 / 3dnow deblocking filter | michael | 2001-11-19 | 2 | -16/+666 |
* | Move ignores in subdirs to their respective .cvsignore files. | atmos4 | 2001-11-17 | 1 | -0/+1 |
* | postproc/ dir now respects --with-extraincdir | gabucino | 2001-11-16 | 1 | -1/+1 |
* | temp denoiser: | michael | 2001-11-14 | 2 | -12/+76 |
* | temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version | michael | 2001-11-14 | 2 | -10/+588 |
* | temporal noise reducer in C (-pp 0x100000) | michael | 2001-11-13 | 3 | -104/+429 |
* | uyvytoyv12 in MMX (untested) | michael | 2001-11-11 | 2 | -6/+184 |
* | QP_store==null bugfix and no opendivx bugfix | michael | 2001-11-11 | 2 | -0/+30 |
* | yuy2toyv12 bugfix | michael | 2001-11-11 | 2 | -2/+8 |
* | uyvy->uv12 added | arpi | 2001-11-10 | 2 | -0/+76 |
* | .balign or we´ll align by 64kb on some architectures | michael | 2001-11-10 | 4 | -20/+20 |
* | .align 16 | michael | 2001-11-10 | 4 | -0/+20 |
* | added missing #include <malloc.h> | pl | 2001-11-09 | 2 | -2/+2 |
* | bugfix | michael | 2001-11-07 | 2 | -0/+6 |
* | rgb32tobgr32 now is documented ;) | nick | 2001-11-07 | 1 | -0/+1 |
* | rgb32tobgr32 / bgr32torgb32 | michael | 2001-11-06 | 2 | -0/+108 |
* | gcc does optimize writes to non volatile variables away if it didnt know that... | michael | 2001-11-06 | 4 | -12/+12 |
* | 15/16 bpp dithering | michael | 2001-11-06 | 1 | -1/+40 |
* | better dithering | michael | 2001-11-06 | 2 | -84/+86 |
* | Minor speedup of rgb32to24. (performance is not successful) | nick | 2001-11-06 | 2 | -26/+82 |
* | Remove a few obsolete header includes (fixes a compile error on solaris) | jkeil | 2001-11-06 | 1 | -7/+0 |
* | minor changes (fixed some warnings, added attribute aligned(8) stuff) | michael | 2001-11-06 | 2 | -78/+92 |
* | MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff | nick | 2001-11-06 | 2 | -12/+362 |
* | optimized rgb24to16 stuff | nick | 2001-11-06 | 2 | -50/+86 |
* | mmx2 bgr24 stuff from swscale (slightly faster) | michael | 2001-11-06 | 1 | -2/+53 |
* | rgb24to32 now is faster | nick | 2001-11-06 | 2 | -16/+112 |
* | vars are aligned by 8 now (even faster, yes they where not aligned correctly) | michael | 2001-11-06 | 1 | -10/+10 |
* | 16bpp is 10% faster | michael | 2001-11-06 | 1 | -22/+11 |
* | 15 bpp support | michael | 2001-11-06 | 1 | -0/+88 |
* | common code moved to a #define | michael | 2001-11-06 | 1 | -187/+227 |
* | Move yuv2rgb to postprocess | nick | 2001-11-06 | 7 | -3/+936 |
* | faster bgr24 output | michael | 2001-11-06 | 2 | -6/+228 |
* | only 6 registers used | michael | 2001-11-05 | 2 | -14/+20 |
* | unsigned stuff | michael | 2001-11-05 | 3 | -10/+26 |
* | yuy2toyv12 fixed and speedup | michael | 2001-11-05 | 3 | -125/+220 |
* | fixed yv12toyuy2 | michael | 2001-11-05 | 3 | -88/+118 |
* | Forgot | nick | 2001-11-05 | 1 | -4/+4 |
* | Fixed rgb32(24)to15 stuff | nick | 2001-11-05 | 2 | -4/+4 |
* | Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken | nick | 2001-11-05 | 2 | -24/+32 |
* | Well - old algorithms and new stuff rgb24to16(15) | nick | 2001-11-05 | 3 | -53/+106 |
* | More standards compilance | nick | 2001-11-05 | 3 | -36/+36 |
* | yuy2toyv12 in MMX | michael | 2001-11-05 | 2 | -0/+110 |
* | yv12toyuy2 in MMX | michael | 2001-11-05 | 3 | -50/+132 |
* | yv12 <-> yuy2 in C | michael | 2001-11-05 | 3 | -0/+58 |
* | faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is... | michael | 2001-11-04 | 2 | -20/+42 |
* | palette to bgr24 | michael | 2001-11-04 | 3 | -3/+45 |
* | bgr32to16, bgr32to15 (needed for palette stuff) | michael | 2001-11-04 | 3 | -3/+124 |
* | green line fix for dstw%8!=0 | michael | 2001-11-04 | 2 | -8/+22 |
* | using const modifier | nick | 2001-11-04 | 3 | -21/+21 |
* | fixed warnings | michael | 2001-11-04 | 2 | -54/+96 |
* | faster bgr15/16 | michael | 2001-11-04 | 2 | -100/+56 |
* | right green line bugfix for width not %8==0 (untested -vo vesa doesnt work) | michael | 2001-11-02 | 2 | -2/+24 |
* | deinterlace bugfix | michael | 2001-10-31 | 2 | -40/+224 |
* | c speedup (x1, rk1 filters) | michael | 2001-10-31 | 2 | -30/+30 |
* | c speedup | michael | 2001-10-31 | 2 | -34/+38 |
* | 15/16bit in C speedup | michael | 2001-10-31 | 2 | -60/+100 |
* | c optimizations | michael | 2001-10-30 | 2 | -48/+150 |
* | c optimizations | michael | 2001-10-30 | 2 | -34/+136 |
* | c optimizations (array is faster than pointer) (16bpp variants tested and 2% ... | michael | 2001-10-30 | 2 | -36/+18 |
* | minor speedup | michael | 2001-10-30 | 2 | -24/+54 |
* | interpolate chrominance for every second line in the 1:1 vertical scale function | michael | 2001-10-30 | 2 | -82/+306 |
* | bugfixes | michael | 2001-10-30 | 2 | -14/+18 |
* | cosmetic | nick | 2001-10-30 | 2 | -2/+2 |
* | fixed a warning | michael | 2001-10-29 | 2 | -0/+2 |
* | No longer required | nick | 2001-10-29 | 1 | -1/+0 |
* | Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compile | nick | 2001-10-29 | 2 | -90/+108 |
* | cant compile on non x86 bugfix | michael | 2001-10-29 | 2 | -0/+4 |
* | patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass... | michael | 2001-10-29 | 2 | -4/+10 |
* | tell the c compiler that the memory changed | michael | 2001-10-28 | 2 | -0/+16 |
* | 3dnow prefetch & sfence | michael | 2001-10-28 | 2 | -52/+22 |
* | yv12 to yv12 scaler | michael | 2001-10-28 | 3 | -46/+85 |
* | 32to24: MMX, MMX2, 3DNOW optimization | nick | 2001-10-28 | 2 | -2/+84 |
* | More elegant solution | nick | 2001-10-28 | 2 | -74/+10 |
* | preprocessor cleanup | nick | 2001-10-28 | 2 | -2/+2 |
* | sfence | nick | 2001-10-28 | 2 | -0/+14 |
* | More accurate prefetching | nick | 2001-10-28 | 2 | -12/+6 |
* | mmx, mmx2, 3dnow optimized 24to32 | nick | 2001-10-28 | 2 | -4/+72 |
* | mmx optimized 24to32 | nick | 2001-10-28 | 2 | -4/+56 |
* | forgot, sorry | nick | 2001-10-28 | 1 | -0/+1 |
* | Prev ver could work only on x86 | nick | 2001-10-28 | 2 | -10/+10 |
* | vo_vesa: more rgb2rgb support | nick | 2001-10-28 | 3 | -1/+108 |
* | vo_vesa: more rgb2rgb support | nick | 2001-10-28 | 3 | -1/+36 |
* | vo_vesa: rgb2rgb support | nick | 2001-10-28 | 4 | -1/+49 |
* | yuv2rgb bugfix | michael | 2001-10-28 | 2 | -62/+62 |
* | faster dering | michael | 2001-10-26 | 2 | -18/+26 |
* | dering in c | michael | 2001-10-26 | 2 | -22/+170 |
* | a few warning fixes (missing #include's) | pl | 2001-10-25 | 4 | -0/+8 |
* | 3dnow dering | michael | 2001-10-25 | 2 | -20/+64 |
* | just a few "not implemented yet" removed | michael | 2001-10-25 | 1 | -3/+3 |
* | dering in mmx2 | michael | 2001-10-25 | 2 | -62/+302 |
* | downscale | michael | 2001-10-25 | 2 | -558/+652 |
* | fixed difference with -vo md5 between doVertDefFilter() C and MMX / MMX2 vers... | michael | 2001-10-25 | 2 | -74/+168 |
* | much better horizontal filters (transpose & use the vertical ones) :) | michael | 2001-10-24 | 2 | -162/+452 |
* | Independed compilation of SUBDIRS | nick | 2001-10-24 | 1 | -0/+40 |
* | more speed | michael | 2001-10-24 | 2 | -20/+112 |
* | more speed | michael | 2001-10-23 | 2 | -126/+118 |
* | and another +2% speedup | michael | 2001-10-23 | 2 | -56/+94 |
* | optimizations (+2% speedup) | michael | 2001-10-23 | 2 | -58/+32 |
* | brightness / contrast fix/copy optimizations +2% speedup | michael | 2001-10-23 | 2 | -42/+30 |
* | negative black bugfix | michael | 2001-10-23 | 2 | -22/+20 |
* | auto brightness/ contrast bugfix | michael | 2001-10-22 | 3 | -35/+498 |
* | BGR24 bugfix | michael | 2001-10-21 | 2 | -10/+10 |
* | fixed alignment (static variables where sometimes not 8-byte aligned) | michael | 2001-10-20 | 2 | -578/+1776 |
* | more logic behavior if the altenative deblock filters are used (turning a alt... | michael | 2001-10-19 | 2 | -48/+36 |
* | first line bug fixed (happend if the image was scaled down or 1:1) | michael | 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 | 2001-10-19 | 3 | -0/+11 |
* | fixed a bug in the tmp buffer | michael | 2001-10-19 | 3 | -8/+103 |
* | horizontal scaling bugs fixed, should be mostly bugfree now | michael | 2001-10-19 | 2 | -50/+56 |
* | xinc scaled by 16 instead of 8 | arpi | 2001-10-19 | 2 | -4/+4 |
* | horizontal lines bugfix | michael | 2001-10-19 | 2 | -8/+8 |
* | vertical lines bugfix | michael | 2001-10-19 | 2 | -14/+24 |
* | (C) fixed | arpi | 2001-10-19 | 2 | -2/+2 |
* | fixed a bug which caused horizontal lines | michael | 2001-10-19 | 2 | -4/+4 |
* | increased precission of s_xinc s_xinc2 (needed for the mmx2 bugfix) | michael | 2001-10-18 | 2 | -412/+542 |
* | fixed the height%8!=0 bug | michael | 2001-10-17 | 3 | -552/+306 |
* | 24bpp support (untested) | michael | 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 | 2001-10-17 | 2 | -12/+18 |
* | MMX & MMX2 optimizations (MMX2 is buggy and commented out) | michael | 2001-10-17 | 2 | -72/+1126 |
* | quick fix for movies with a height which is not a multiple of 8 | michael | 2001-10-17 | 2 | -2/+2 |
* | fix rgb/bgr for 15/16bpp | atmos4 | 2001-10-17 | 2 | -8/+8 |
* | 16bpp code for atmos | arpi | 2001-10-16 | 2 | -0/+20 |
* | minor cleanups | michael | 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 | 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 | 2001-10-13 | 2 | -34/+40 |
* | minor QP scaling & auto-contrast bugfix | michael | 2001-10-13 | 2 | -14/+16 |
* | fixed a rounding bug thing in the X1 Filter | michael | 2001-10-13 | 3 | -65/+508 |
* | final changes to convert to C | michael | 2001-10-11 | 3 | -13/+13 |
* | bugfixes: last 3 lines not brightness/contrast corrected | michael | 2001-10-11 | 3 | -159/+539 |
* | fixed a bug in the horizontal default filter | arpi | 2001-10-10 | 3 | -202/+769 |
* | new postprocess code by Michael Niedermayer (michaelni@gmx.at) | arpi | 2001-10-10 | 3 | -0/+3159 |