| Commit message (Expand) | Author | Age | Files | Lines |
* | Patch from Packman (OpenSuse - packages) to silence rpmlint. | Manfred Tremmel | 2011-04-25 | 1 | -0/+2 |
* | consolidate .gitignore patters into a single file | Janne Grunau | 2011-01-18 | 1 | -2/+0 |
* | convert svn:ignore properties to .gitignore files | Janne Grunau | 2011-01-17 | 1 | -0/+2 |
* | Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone. | Diego Biurrun | 2010-05-30 | 2 | -2/+2 |
* | Remove GPL-licensed YUV to RGB MMX routines. | Diego Biurrun | 2010-05-30 | 2 | -572/+0 |
* | 13% faster yuv420 to rgb15 mmx. | Loren Merritt | 2010-05-19 | 2 | -21/+19 |
* | 40% faster yuv420 to rgb24 mmx. | Loren Merritt | 2010-05-19 | 1 | -72/+71 |
* | alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routines | Diego Biurrun | 2010-05-04 | 2 | -0/+467 |
* | Const correctness for src pointer. Remove all constness related warnings in | Zuxy Meng | 2010-01-15 | 1 | -13/+13 |
* | /nop is illegal with Apple's older version of gas, this was fixed elsewhere | David Conrad | 2010-01-12 | 1 | -1/+1 |
* | Make sure that sfence is used after any non temporal stores. | Zuxy Meng | 2010-01-12 | 1 | -2/+2 |
* | Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included for | Zuxy Meng | 2010-01-11 | 1 | -0/+1 |
* | MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it just | Zuxy Meng | 2010-01-09 | 2 | -98/+118 |
* | Remove const to avoid a bunch of GCC warnings against discarded qualifiers and | Zuxy Meng | 2010-01-07 | 1 | -2/+2 |
* | Cosmetics: | Ramiro Polla | 2009-08-16 | 2 | -16/+23 |
* | BGR32 MMX special convertor. | Peter Schlaile | 2009-08-14 | 2 | -21/+85 |
* | Move yuv2rgb code to subdirs. | Ramiro Polla | 2009-03-26 | 2 | -0/+573 |