| Commit message (Expand) | Author | Age | Files | Lines |
* | Support all 4 of ARGB/RGBA/BGRA/ABGR unscaled conversions, with more | Alan Curry | 2006-03-13 | 1 | -12/+16 |
* | Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem that | Alan Curry | 2006-02-24 | 1 | -6/+6 |
* | Just a comment update, replacing a FIXME to reflect the new expectation of | Alan Curry | 2006-02-18 | 1 | -1/+2 |
* | don't call altivec_yuv2packedX() with a dstFormat that it doesn't support; | Alan Curry | 2006-02-18 | 1 | -7/+12 |
* | Fix vec_clip for gcc's that don't handle (vector signed short){16} according | Alan Curry | 2006-02-17 | 1 | -16/+14 |
* | ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>) | Alan Curry | 2006-02-16 | 1 | -2/+2 |
* | make swscale-example compile patch by (Alan Curry <pacman TheWorld com>) | Alan Curry | 2006-02-16 | 1 | -5/+5 |
* | Remove obsolete big-endian FIXMEs. | Diego Biurrun | 2006-02-13 | 1 | -6/+0 |
* | Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just | Alan Curry | 2006-02-11 | 3 | -26/+28 |
* | cosmetics: indentation fixes | Diego Biurrun | 2006-02-11 | 1 | -47/+47 |
* | Fix big-endian color permutation problems. | Alan Curry | 2006-02-11 | 2 | -11/+46 |
* | Patch by Stefan Huehner / stefan % huehner ! org \ | Stefan Huehner | 2006-02-09 | 1 | -1/+1 |
* | Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each | Alan Curry | 2006-02-09 | 1 | -3/+3 |
* | altivec_yuv2packedX() ignores the requested output format and unconditionally | Alan Curry | 2006-02-08 | 1 | -2/+32 |
* | AltiVec operations need to have memory aligned on 16-byte boundaries. | Alan Curry | 2006-02-08 | 2 | -5/+10 |
* | vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect | Alan Curry | 2006-02-08 | 1 | -4/+4 |
* | change sws sharpen filter a little | Michael Niedermayer | 2006-02-04 | 1 | -29/+18 |
* | Make clean/distclean behave uniformly in all directories. | Diego Biurrun | 2006-01-27 | 1 | -2/+2 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-13 | 7 | -7/+7 |
* | Unify include paths, -I.. is in CFLAGS. | Diego Biurrun | 2005-11-14 | 8 | -20/+20 |
* | 100l -- mismatched type after changing sizes to type long! | D Richard Felker III | 2005-10-17 | 1 | -1/+1 |
* | Change unsigned->signed and int->long, this fits the asm code better on 64 | Reimar Döffinger | 2005-10-12 | 4 | -236/+237 |
* | Reduce unnecessary swscaler verbosity. | Diego Biurrun | 2005-09-06 | 1 | -1/+1 |
* | Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg | Guillaume Poirier | 2005-07-12 | 1 | -0/+6 |
* | Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others | Guillaume Poirier | 2005-06-30 | 1 | -1/+1 |
* | Another REG_d -> REG_D fix. | Reimar Döffinger | 2005-06-28 | 1 | -1/+1 |
* | width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>) | Michael Niedermayer | 2005-06-27 | 1 | -0/+10 |
* | Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile | Guillaume Poirier | 2005-06-24 | 1 | -1/+1 |
* | 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32 | Guillaume Poirier | 2005-06-19 | 1 | -1/+1 |
* | GCC-4 fix for AMD-64 | Guillaume Poirier | 2005-06-18 | 1 | -4/+4 |
* | one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa... | Michael Niedermayer | 2005-06-02 | 1 | -3/+8 |
* | Should fix altivec detection for g3 system. | Nicolas Plourde | 2005-05-20 | 1 | -4/+5 |
* | unused define | Alex Beregszaszi | 2005-04-29 | 1 | -6/+0 |
* | fix palette8tobgr32/palette8torgb32 on big endian | Nicolas Plourde | 2005-04-27 | 1 | -0/+13 |
* | check for negative strides before memcpy | Jindřich Makovička | 2005-04-24 | 1 | -4/+4 |
* | support for both orderings of the slices (top->down / bottom->up) | Jindřich Makovička | 2005-04-24 | 2 | -4/+29 |
* | Fixes rgb32to16 conversion for I think all platforms since the int8 | Rene Rebe | 2005-03-22 | 1 | -4/+2 |
* | 100l, forgot to change an ifdef on last commit | Reimar Döffinger | 2005-02-23 | 1 | -1/+1 |
* | fix for MAP_ANON vs. MAP_ANONYMOUS fix... | Reimar Döffinger | 2005-02-22 | 1 | -1/+4 |
* | Improved NV12/NV21 support. | Ville Syrjälä | 2005-02-16 | 2 | -6/+97 |
* | FreeBSD fix | Bohdan Horst | 2005-02-14 | 1 | -0/+1 |
* | Compile fix on non-x86 | Reimar Döffinger | 2005-02-01 | 1 | -0/+2 |
* | makes funnyCode pages executable (for CPU with NX bit) | Aurelien Jacobs | 2005-01-31 | 2 | -2/+24 |
* | fix few x86_64 registers handling | Aurelien Jacobs | 2005-01-21 | 2 | -6/+34 |
* | 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_ | Reimar Döffinger | 2005-01-19 | 1 | -2/+2 |
* | 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch | Aurelien Jacobs | 2004-10-22 | 1 | -6/+6 |
* | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 | Aurelien Jacobs | 2004-10-21 | 7 | -672/+683 |
* | postproc/yuv2rgb_altivec.c compile fix | Luca Barbato | 2004-10-05 | 3 | -96/+238 |
* | lot of bigendian fixes | Alex Beregszaszi | 2004-09-21 | 1 | -0/+34 |
* | passing an array or double precission parameters for the scaling function, in... | Michael Niedermayer | 2004-09-18 | 3 | -20/+27 |