Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | palette to bgr24 | Michael Niedermayer | 2001-11-04 | 3 | -3/+45 | |
* | bgr32to16, bgr32to15 (needed for palette stuff) | Michael Niedermayer | 2001-11-04 | 3 | -3/+124 | |
* | green line fix for dstw%8!=0 | Michael Niedermayer | 2001-11-04 | 2 | -8/+22 | |
* | using const modifier | Nick Kurshev | 2001-11-04 | 3 | -21/+21 | |
* | fixed warnings | Michael Niedermayer | 2001-11-04 | 2 | -54/+96 | |
* | faster bgr15/16 | Michael Niedermayer | 2001-11-04 | 2 | -100/+56 | |
* | right green line bugfix for width not %8==0 (untested -vo vesa doesnt work) | Michael Niedermayer | 2001-11-02 | 2 | -2/+24 | |
* | deinterlace bugfix | Michael Niedermayer | 2001-10-31 | 2 | -40/+224 | |
* | c speedup (x1, rk1 filters) | Michael Niedermayer | 2001-10-31 | 2 | -30/+30 | |
* | c speedup | Michael Niedermayer | 2001-10-31 | 2 | -34/+38 | |
* | 15/16bit in C speedup | Michael Niedermayer | 2001-10-31 | 2 | -60/+100 | |
* | c optimizations | Michael Niedermayer | 2001-10-30 | 2 | -48/+150 | |
* | c optimizations | Michael Niedermayer | 2001-10-30 | 2 | -34/+136 | |
* | c optimizations (array is faster than pointer) (16bpp variants tested and 2% ... | Michael Niedermayer | 2001-10-30 | 2 | -36/+18 | |
* | minor speedup | Michael Niedermayer | 2001-10-30 | 2 | -24/+54 | |
* | interpolate chrominance for every second line in the 1:1 vertical scale function | Michael Niedermayer | 2001-10-30 | 2 | -82/+306 | |
* | bugfixes | Michael Niedermayer | 2001-10-30 | 2 | -14/+18 | |
* | cosmetic | Nick Kurshev | 2001-10-30 | 2 | -2/+2 | |
* | fixed a warning | Michael Niedermayer | 2001-10-29 | 2 | -0/+2 | |
* | No longer required | Nick Kurshev | 2001-10-29 | 1 | -1/+0 | |
* | Finish mmx2, 3dnow optimiz. 15to16 should be tested. Better fix of can't compile | Nick Kurshev | 2001-10-29 | 2 | -90/+108 | |
* | cant compile on non x86 bugfix | Michael Niedermayer | 2001-10-29 | 2 | -0/+4 | |
* | patch from Martin Decky <deckm1am@ss1000.ms.mff.cuni.cz> applied and unnecass... | Michael Niedermayer | 2001-10-29 | 2 | -4/+10 | |
* | tell the c compiler that the memory changed | Michael Niedermayer | 2001-10-28 | 2 | -0/+16 | |
* | 3dnow prefetch & sfence | Michael Niedermayer | 2001-10-28 | 2 | -52/+22 |