37 Commits (ad426590d8b713757cbd47c9e18d16f7375c3a21)

Author SHA1 Message Date
Diego Biurrun a680708d2d The function names of [rgb|bgr]1[56]to[UV|Y] had rgb<->bgr flipped. 17 years ago
Diego Biurrun b19bcbaa78 license header consistency cosmetics 18 years ago
Diego Biurrun ddda6fcddc comment grammar fixes 18 years ago
Ivo van Poorten fa88429489 remove the need of one extra shift in rgb16ToUV 18 years ago
Ivo van Poorten f96829d2d0 Fix rgb15ToUV. Correct order of components and use one shift less. 18 years ago
Diego Biurrun 2da0d70d5e cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
Michael Niedermayer fa65e2f63a improve horizontal chroma resolution with pal 18 years ago
Michael Niedermayer 21c08a3f1c convert palette to yuv instead of converting each pixel after pal->rgb 18 years ago
Diego Biurrun 911406f2c4 typo 18 years ago
Reimar Döffinger 9340a99588 Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr 18 years ago
Reimar Döffinger adcec46a83 Add av_ prefix to clip functions 18 years ago
Michael Niedermayer 18064f5cf3 BGR/RGB4 byte formats as input 18 years ago
Michael Niedermayer e28630fc70 pal8 input 18 years ago
Luca Abeni 2d529db50f Pass a context to av_log(), when possible 18 years ago
Luca Abeni b2afecbe02 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
Luca Abeni 7d19628b14 Add some explicit casts to avoid some warnings 18 years ago
Luca Abeni 0683a5c558 Fix compilation of non-MMX code with gcc 2.95 18 years ago
Reimar Döffinger e96da13bc7 Change "p" asm constraints to "g", since "p" was a no longer necessary hack to 18 years ago
Luca Abeni 807e0c6645 Clarify that some of the non-SIMD code is now LGPLed. 18 years ago
Michael Niedermayer 6264a515d0 forgotten 2 converters (yeah svn up, svn di svn ci isnt enough i should actually look at the code after svn up not just the diff ...) 18 years ago
Michael Niedermayer c2271987f8 fixing the lamest bug in swscale, all the rgb/bgr->* code did 2x2 downsampling for chroma, it should just be 2x1 (the rest of the code also belived its 2x1 ...) 18 years ago
Nigel Pearson d904b5fc66 Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS 18 years ago
Luca Abeni a43fb6b37e Add support for conversions from the rgb565 and rgb555 formats 18 years ago
Diego Biurrun 3d6a30d948 Use common define for x86_32 and x86_64. 18 years ago
Kostya Shishkov 4884b9e50d 16-bit grayscale support 18 years ago
Diego Biurrun d026b45e73 Change license headers to say 'FFmpeg' instead of 'this program'. 18 years ago
Diego Biurrun f8d6112850 Fix unused variable warning when compiling with MMX disabled. 18 years ago
Luca Abeni e9e12f0e11 Remove the dependency of libswscale on img_format.h 18 years ago
Michael Niedermayer d1a7ae1a37 make the C code of the swscaler which i wrote LGPL 18 years ago
Uoti Urpala 91d0bda26d Fix compilation with -no-PIC and without -fomit-frame-pointer (used by 19 years ago
Jason Tackaberry 83c89c7885 -fPIC support for libswscale 19 years ago
Diego Biurrun 4bff9ef9d0 Replace asmalign.h hack by ASMALIGN cpp macros from config.h. 19 years ago
Luca Abeni 6f209cb549 Replace MIN() and MAX() with FFMIN() and FFMAX() 19 years ago
Michael Niedermayer 8422aa888b a tiny bit of cleanup 19 years ago
Michael Niedermayer bca11e75fb vertical scaler with accurate rounding, some people on doom9 can see +-1 errors 19 years ago
Luca Abeni 73435f006b Move postproc ---> libswscale 19 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 20 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