399 Commits (3b5ffe7a399a8ff8a600a31ba9b4348e5d2e8b86)

Author SHA1 Message Date
Alex Beregszaszi b7782b47c9 unused define 20 years ago
Nicolas Plourde f8c1d62d74 fix palette8tobgr32/palette8torgb32 on big endian 20 years ago
Jindřich Makovička 12e1166234 check for negative strides before memcpy 20 years ago
Jindřich Makovička e63ac25d05 support for both orderings of the slices (top->down / bottom->up) 20 years ago
Rene Rebe d07355da77 Fixes rgb32to16 conversion for I think all platforms since the int8 20 years ago
Reimar Döffinger 0ce5275d78 100l, forgot to change an ifdef on last commit 20 years ago
Reimar Döffinger 113ef149fd fix for MAP_ANON vs. MAP_ANONYMOUS fix... 20 years ago
Ville Syrjälä 6118e52ea6 Improved NV12/NV21 support. 20 years ago
Bohdan Horst 171d7d788a FreeBSD fix 20 years ago
Reimar Döffinger 790409c949 Compile fix on non-x86 20 years ago
Aurelien Jacobs 38d5c282cd makes funnyCode pages executable (for CPU with NX bit) 20 years ago
Aurelien Jacobs 6d606c4f5b fix few x86_64 registers handling 20 years ago
Reimar Döffinger b6663a5573 100l, fix broken AMD64 patch. To whoever applied it: Did you actually _try_ 20 years ago
Aurelien Jacobs a7b42d28da 10000l : fix a crash on x86 due to an horrible mistake in my x86_64 patch 20 years ago
Aurelien Jacobs 6e1c66bc06 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 20 years ago
Luca Barbato 582552fb56 postproc/yuv2rgb_altivec.c compile fix 20 years ago
Alex Beregszaszi 6cb38650e8 lot of bigendian fixes 20 years ago
Michael Niedermayer 66d1cdb672 passing an array or double precission parameters for the scaling function, instead of missusing a few bits of the flags 20 years ago
Reimar Döffinger 4ccbc7d5a9 width instead of chromWidth causing segfault in some cases 20 years ago
Alex Beregszaszi f2015f0c50 fix altivec.h inclusion (vector keyword in structure) 20 years ago
Alex Beregszaszi 95d45b1e64 simplify the init 20 years ago
Alex Beregszaszi 84fdd6421f some fixes 20 years ago
Romain Dolbeau b71cf33c9b Altivec unscaled YV12 -> packed YUV patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer a31de95620 altivec yuv->rgb converter 21 years ago
Alex Beregszaszi 57c4d4051e bigendian fix 21 years ago
Alex Beregszaszi 5ea951b74e ranlib cleanup by Dan Christiansen 21 years ago
Michael Niedermayer 0d56feac94 small linux/altivec compile fix in postproc/ by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Michael Niedermayer da7f8893e3 bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
D Richard Felker III ae4cffd9fc this isn't actually stupid, but it's not valid C and gcc 3.5 rejects it as such 21 years ago
Matthieu Castet db7a2e0d17 attribute_used patch by (matthieu castet <castet.matthieu at free dot fr>) 21 years ago
Romain Dolbeau 8c266f0cb7 AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) 21 years ago
Alex Beregszaszi 6b6242a205 make gcc happy under hurd 21 years ago
Magnus Damm 35fe5cc53f altivec swscale under Linux patch by (Magnus Damm <damm at opensource dot se>) 21 years ago
Romain Dolbeau a2faa40192 AltiVec support in postproc/ + altivec optimizations for yuv2yuvX patch by (Romain Dolbeau <dolbeau at irisa dot fr>) 21 years ago
Alex Beregszaszi 2c293402b0 correct C init tables 21 years ago
Michael Niedermayer 468887480c 1000l 21 years ago
Michael Niedermayer ec62c38fd5 -sws 0 && -ssf chs fixed 21 years ago
Michael Niedermayer 8bae9ddc91 10l (forgot that the dstW offset is hardcoded in the asm) 21 years ago
Michael Niedermayer c4f1e443e7 minimum slice size fix (fixes 422P 1 line per slice, used by huffyuv) 21 years ago
Michael Niedermayer ff49072013 dither scaling coefficients so they add up to 1.0 21 years ago
Michael Niedermayer 379a20360c rounding fixes 21 years ago
Michael Niedermayer 7ac25f2d00 yv12->uyvy MMX 21 years ago
Michael Niedermayer abdcd3379a 1E10l 21 years ago
Michael Niedermayer 2549c2bc00 10l 21 years ago
Alex Beregszaszi caeaabe7d0 uyvy output support in swscaler 21 years ago
Ken Mandelberg 236699830d Fixed the brokeness and also bgr32 should work now. Patch by Ken Mandelberg <km@mathcs.emory.edu> 21 years ago
Gabucino 77a416e8aa many small typo and grammar fixes 21 years ago
Michael Niedermayer 54324550b8 srcSliceY % 4 != 0 fix 21 years ago
Pierre Lombard 3f4185517f reversed for cause of code obsolescence 21 years ago
Pierre Lombard b9ebf325c6 printf() requires stdio.h 21 years ago