aboutsummaryrefslogtreecommitdiff
path: root/postproc
AgeCommit message (Expand)Author
2006-02-24Fix rgb32tobgr16, rgb32to15, and rgb32tobgr15. All had the same problem thatAlan Curry
2006-02-18Just a comment update, replacing a FIXME to reflect the new expectation ofAlan Curry
2006-02-18don't call altivec_yuv2packedX() with a dstFormat that it doesn't support;Alan Curry
2006-02-17Fix vec_clip for gcc's that don't handle (vector signed short){16} accordingAlan Curry
2006-02-16ng the fix for vCCoeffsBank patch by (Alan Curry <pacman TheWorld com>)Alan Curry
2006-02-16make swscale-example compile patch by (Alan Curry <pacman TheWorld com>)Alan Curry
2006-02-13Remove obsolete big-endian FIXMEs.Diego Biurrun
2006-02-11Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in justAlan Curry
2006-02-11cosmetics: indentation fixesDiego Biurrun
2006-02-11Fix big-endian color permutation problems.Alan Curry
2006-02-09Patch by Stefan Huehner / stefan % huehner ! org \Stefan Huehner
2006-02-09Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 eachAlan Curry
2006-02-08altivec_yuv2packedX() ignores the requested output format and unconditionallyAlan Curry
2006-02-08AltiVec operations need to have memory aligned on 16-byte boundaries.Alan Curry
2006-02-08vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrectAlan Curry
2006-02-04change sws sharpen filter a littleMichael Niedermayer
2006-01-27Make clean/distclean behave uniformly in all directories.Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-11-14Unify include paths, -I.. is in CFLAGS.Diego Biurrun
2005-10-17100l -- mismatched type after changing sizes to type long!D Richard Felker III
2005-10-12Change unsigned->signed and int->long, this fits the asm code better on 64Reimar Döffinger
2005-09-06Reduce unnecessary swscaler verbosity.Diego Biurrun
2005-07-12Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poiriergGuillaume Poirier
2005-06-30Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe othersGuillaume Poirier
2005-06-28Another REG_d -> REG_D fix.Reimar Döffinger
2005-06-27width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)Michael Niedermayer
2005-06-24Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompileGuillaume Poirier
2005-06-1910l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32Guillaume Poirier
2005-06-18GCC-4 fix for AMD-64Guillaume Poirier
2005-06-02one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa...Michael Niedermayer
2005-05-20Should fix altivec detection for g3 system.Nicolas Plourde
2005-04-29unused defineAlex Beregszaszi
2005-04-27fix palette8tobgr32/palette8torgb32 on big endianNicolas Plourde
2005-04-24check for negative strides before memcpyJindřich Makovička
2005-04-24support for both orderings of the slices (top->down / bottom->up)Jindřich Makovička
2005-03-22Fixes rgb32to16 conversion for I think all platforms since the int8Rene Rebe
2005-02-23100l, forgot to change an ifdef on last commitReimar Döffinger
2005-02-22fix for MAP_ANON vs. MAP_ANONYMOUS fix...Reimar Döffinger
2005-02-16Improved NV12/NV21 support.Ville Syrjälä
2005-02-14FreeBSD fixBohdan Horst
2005-02-01Compile fix on non-x86Reimar Döffinger
2005-01-31makes funnyCode pages executable (for CPU with NX bit)Aurelien Jacobs
2005-01-21fix few x86_64 registers handlingAurelien Jacobs
2005-01-19100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_Reimar Döffinger
2004-10-2210000l : fix a crash on x86 due to an horrible mistake in my x86_64 patchAurelien Jacobs
2004-10-21adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Aurelien Jacobs
2004-10-05postproc/yuv2rgb_altivec.c compile fixLuca Barbato
2004-09-21lot of bigendian fixesAlex Beregszaszi
2004-09-18passing an array or double precission parameters for the scaling function, in...Michael Niedermayer
2004-08-10width instead of chromWidth causing segfault in some casesReimar Döffinger