aboutsummaryrefslogtreecommitdiffhomepage
path: root/postproc
Commit message (Expand)AuthorAge
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-14
* 100l -- mismatched type after changing sizes to type long!Gravatar rfelker2005-10-17
* Change unsigned->signed and int->long, this fits the asm code better on 64Gravatar reimar2005-10-12
* Reduce unnecessary swscaler verbosity.Gravatar diego2005-09-06
* Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poiriergGravatar gpoirier2005-07-12
* Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe othersGravatar gpoirier2005-06-30
* Another REG_d -> REG_D fix.Gravatar reimar2005-06-28
* width % 16 != 0 workaround by (Nicolas Plourde: nicolas plourde, gmail com>)Gravatar michael2005-06-27
* Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompileGravatar gpoirier2005-06-24
* 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32Gravatar gpoirier2005-06-19
* GCC-4 fix for AMD-64Gravatar gpoirier2005-06-18
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfa...Gravatar michael2005-06-02
* Should fix altivec detection for g3 system.Gravatar nplourde2005-05-20
* unused defineGravatar alex2005-04-29
* fix palette8tobgr32/palette8torgb32 on big endianGravatar nplourde2005-04-27
* check for negative strides before memcpyGravatar henry2005-04-24
* support for both orderings of the slices (top->down / bottom->up)Gravatar henry2005-04-24
* Fixes rgb32to16 conversion for I think all platforms since the int8Gravatar diego2005-03-22
* 100l, forgot to change an ifdef on last commitGravatar reimar2005-02-23
* fix for MAP_ANON vs. MAP_ANONYMOUS fix...Gravatar reimar2005-02-22
* Improved NV12/NV21 support.Gravatar syrjala2005-02-16
* FreeBSD fixGravatar nexus2005-02-14
* Compile fix on non-x86Gravatar reimar2005-02-01
* makes funnyCode pages executable (for CPU with NX bit)Gravatar aurel2005-01-31
* fix few x86_64 registers handlingGravatar aurel2005-01-21
* 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_Gravatar reimar2005-01-19
* 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patchGravatar aurel2004-10-22
* adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64Gravatar aurel2004-10-21
* postproc/yuv2rgb_altivec.c compile fixGravatar michael2004-10-05
* lot of bigendian fixesGravatar alex2004-09-21
* passing an array or double precission parameters for the scaling function, in...Gravatar michael2004-09-18
* width instead of chromWidth causing segfault in some casesGravatar reimar2004-08-10
* fix altivec.h inclusion (vector keyword in structure)Gravatar alex2004-07-17
* simplify the initGravatar alex2004-07-17
* some fixesGravatar alex2004-07-17
* Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at iris...Gravatar michael2004-07-06
* altivec yuv->rgb converterGravatar michael2004-06-27
* bigendian fixGravatar alex2004-06-25
* ranlib cleanup by Dan ChristiansenGravatar alex2004-06-24
* small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at i...Gravatar michael2004-06-04
* bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>)Gravatar michael2004-05-02
* this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as suchGravatar rfelker2004-05-01
* attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>)Gravatar michael2004-04-26
* AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet ...Gravatar michael2004-04-06
* make gcc happy under hurdGravatar alex2004-04-05
* altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>)Gravatar michael2004-03-14
* AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (R...Gravatar michael2004-03-11
* correct C init tablesGravatar alex2003-12-27
* 1000lGravatar michael2003-11-06
* -sws 0 && -ssf chs fixedGravatar michael2003-11-04