| Commit message (Expand) | Author | Age | Files | Lines |
* | use fastmemcpy for chrominance if no chrominance filtering is done | Michael Niedermayer | 2001-11-24 | 2 | -18/+76 |
* | faster dering | Michael Niedermayer | 2001-11-24 | 2 | -114/+238 |
* | 1% speedup | Michael Niedermayer | 2001-11-20 | 2 | -92/+74 |
* | oops, too much cleanup ;) | Michael Niedermayer | 2001-11-20 | 2 | -0/+280 |
* | cleanup | Michael Niedermayer | 2001-11-20 | 2 | -1502/+96 |
* | faster mmx2 / 3dnow deblocking filter | Michael Niedermayer | 2001-11-19 | 2 | -16/+666 |
* | Move ignores in subdirs to their respective .cvsignore files. | Felix Bünemann | 2001-11-17 | 1 | -0/+1 |
* | postproc/ dir now respects --with-extraincdir | Gabucino | 2001-11-16 | 1 | -1/+1 |
* | temp denoiser: | Michael Niedermayer | 2001-11-14 | 2 | -12/+76 |
* | temp denoiser changes: (a-b)^2 instead of |a-b| and MMX2/3DNOW version | Michael Niedermayer | 2001-11-14 | 2 | -10/+588 |
* | temporal noise reducer in C (-pp 0x100000) | Michael Niedermayer | 2001-11-13 | 3 | -104/+429 |
* | uyvytoyv12 in MMX (untested) | Michael Niedermayer | 2001-11-11 | 2 | -6/+184 |
* | QP_store==null bugfix and no opendivx bugfix | Michael Niedermayer | 2001-11-11 | 2 | -0/+30 |
* | yuy2toyv12 bugfix | Michael Niedermayer | 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 Niedermayer | 2001-11-10 | 4 | -20/+20 |
* | .align 16 | Michael Niedermayer | 2001-11-10 | 4 | -0/+20 |
* | added missing #include <malloc.h> | Pierre Lombard | 2001-11-09 | 2 | -2/+2 |
* | bugfix | Michael Niedermayer | 2001-11-07 | 2 | -0/+6 |
* | rgb32tobgr32 now is documented ;) | Nick Kurshev | 2001-11-07 | 1 | -0/+1 |
* | rgb32tobgr32 / bgr32torgb32 | Michael Niedermayer | 2001-11-06 | 2 | -0/+108 |
* | gcc does optimize writes to non volatile variables away if it didnt know that... | Michael Niedermayer | 2001-11-06 | 4 | -12/+12 |
* | 15/16 bpp dithering | Michael Niedermayer | 2001-11-06 | 1 | -1/+40 |
* | better dithering | Michael Niedermayer | 2001-11-06 | 2 | -84/+86 |
* | Minor speedup of rgb32to24. (performance is not successful) | Nick Kurshev | 2001-11-06 | 2 | -26/+82 |
* | Remove a few obsolete header includes (fixes a compile error on solaris) | Jürgen Keil | 2001-11-06 | 1 | -7/+0 |
* | minor changes (fixed some warnings, added attribute aligned(8) stuff) | Michael Niedermayer | 2001-11-06 | 2 | -78/+92 |
* | MMX2, 3DNOW, MMX optimized rgb32(24)to16(15) stuff | Nick Kurshev | 2001-11-06 | 2 | -12/+362 |
* | optimized rgb24to16 stuff | Nick Kurshev | 2001-11-06 | 2 | -50/+86 |
* | mmx2 bgr24 stuff from swscale (slightly faster) | Michael Niedermayer | 2001-11-06 | 1 | -2/+53 |
* | rgb24to32 now is faster | Nick Kurshev | 2001-11-06 | 2 | -16/+112 |
* | vars are aligned by 8 now (even faster, yes they where not aligned correctly) | Michael Niedermayer | 2001-11-06 | 1 | -10/+10 |
* | 16bpp is 10% faster | Michael Niedermayer | 2001-11-06 | 1 | -22/+11 |
* | 15 bpp support | Michael Niedermayer | 2001-11-06 | 1 | -0/+88 |
* | common code moved to a #define | Michael Niedermayer | 2001-11-06 | 1 | -187/+227 |
* | Move yuv2rgb to postprocess | Nick Kurshev | 2001-11-06 | 7 | -3/+936 |
* | faster bgr24 output | Michael Niedermayer | 2001-11-06 | 2 | -6/+228 |
* | only 6 registers used | Michael Niedermayer | 2001-11-05 | 2 | -14/+20 |
* | unsigned stuff | Michael Niedermayer | 2001-11-05 | 3 | -10/+26 |
* | yuy2toyv12 fixed and speedup | Michael Niedermayer | 2001-11-05 | 3 | -125/+220 |
* | fixed yv12toyuy2 | Michael Niedermayer | 2001-11-05 | 3 | -88/+118 |
* | Forgot | Nick Kurshev | 2001-11-05 | 1 | -4/+4 |
* | Fixed rgb32(24)to15 stuff | Nick Kurshev | 2001-11-05 | 2 | -4/+4 |
* | Fixed rgb32(24)to16 stuff, rgb32(24)to15 is still broken | Nick Kurshev | 2001-11-05 | 2 | -24/+32 |
* | Well - old algorithms and new stuff rgb24to16(15) | Nick Kurshev | 2001-11-05 | 3 | -53/+106 |
* | More standards compilance | Nick Kurshev | 2001-11-05 | 3 | -36/+36 |
* | yuy2toyv12 in MMX | Michael Niedermayer | 2001-11-05 | 2 | -0/+110 |
* | yv12toyuy2 in MMX | Michael Niedermayer | 2001-11-05 | 3 | -50/+132 |
* | yv12 <-> yuy2 in C | Michael Niedermayer | 2001-11-05 | 3 | -0/+58 |
* | faster 15to16 bit rgb (the mmx routine is limited by memory speed so there is... | Michael Niedermayer | 2001-11-04 | 2 | -20/+42 |