53 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)

Author SHA1 Message Date
Michael Niedermayer 8422aa888b a tiny bit of cleanup 18 years ago
Michael Niedermayer bca11e75fb vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 18 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 18 years ago
Reimar Döffinger 065ee1ec32 fix variable type used via "m" asm constraint to match size used in asm. 19 years ago
Michael Niedermayer 46fe31a019 removing esp usage 19 years ago
Nicolas Plourde fac8012c3f add support for intel mac. mp3lib is not fixed yet. 19 years ago
Alan Curry b9a6fae930 don't call altivec_yuv2packedX() with a dstFormat that it doesn't support; 19 years ago
Diego Biurrun 660204c65c Update licensing information: The FSF changed postal address. 19 years ago
Reimar Döffinger 7f526efd17 Change unsigned->signed and int->long, this fits the asm code better on 64 19 years ago
Guillaume Poirier dc77ef7fea Re-enables the GCC-4 fix for AMD-64 only. Patch by cartman and poirierg 19 years ago
Guillaume Poirier 9cc768f64c Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others 20 years ago
Reimar Döffinger c35afa2f57 Another REG_d -> REG_D fix. 20 years ago
Guillaume Poirier 69cf0be2c3 Fixes GCC4 fix by using "g" instead of "mp" as some compilers misscompile 20 years ago
Guillaume Poirier 1a2f549126 10l. Previous GCC4 commit broke compilation with gcc-3.4 and maybe others ia-32 20 years ago
Guillaume Poirier bf0c1b62f8 GCC-4 fix for AMD-64 20 years ago
Michael Niedermayer 20ffdcf9c0 one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, netfarm it) 20 years ago
Alex Beregszaszi b7782b47c9 unused define 20 years ago
Ville Syrjälä 6118e52ea6 Improved NV12/NV21 support. 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
Michael Niedermayer a31de95620 altivec yuv->rgb converter 21 years ago
Romain Dolbeau 8c266f0cb7 AltiVec hScale, all size patch by (Romain Dolbeau <dolbeaur at club-internet dot fr>) 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
Michael Niedermayer 379a20360c rounding fixes 21 years ago
Gabucino 77a416e8aa many small typo and grammar fixes 21 years ago
Alex Beregszaszi 3ec3877781 killed an mp_msg occurance 22 years ago
Michael Niedermayer c9b99ea661 mplayer idependant (not really yet) swscale example 22 years ago
Michael Niedermayer 3e499f531a cleanup 22 years ago
Michael Niedermayer d4e242755f sws_ prefix, more seperation between internal & external swscaler API 22 years ago
Michael Niedermayer 5427e24291 yuv2rgb brightness/contrast/saturation/different colorspaces support finished 22 years ago
Michael Niedermayer 9902f4e2e4 1000l 22 years ago
Michael Niedermayer 4e61e21c32 bigendian bug (fixes?) 22 years ago
Michael Niedermayer e54d94ba4e cleanup 22 years ago
Michael Niedermayer 6542b44e2a cleanup 22 years ago
Michael Niedermayer 77a4965980 cleanup 22 years ago
Michael Niedermayer 7322a67c39 UYVY input 22 years ago
Dominik Mierzejewski c9f99fef4f warning patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>) 22 years ago
Michael Niedermayer 25593e29f2 mmx yuy2 output 22 years ago
Michael Niedermayer 46de8b7334 yuy2 output support 22 years ago
Michael Niedermayer df1b2c141b fixing y422p output 22 years ago
Michael Niedermayer 937683784d fixing sinc filter (seems the problem was caused by rounding in pmulhw -> solution use shorter filter, its long and slow enough anyway) 23 years ago
Michael Niedermayer f5b58629fe last line messed up in Y800 bugfix 23 years ago
Michael Niedermayer cf7d1c1a73 use unified yuv2rgb init 23 years ago
Michael Niedermayer 5ac80202c8 killing globals 23 years ago
Michael Niedermayer 5859233b70 100l (non mmx versions didnt compile) 23 years ago
Michael Niedermayer e616aa936e yvu9 support (other planar yuv formats with other chroma subsamplings should be trivial to add, if they had a IMGFMT) 23 years ago
Michael Niedermayer 3f7bb50cdd cleanup 23 years ago
Michael Niedermayer c7a810cc25 selftest support 23 years ago