46 Commits (88a50f6c929abdd450c8269a49d26dcd1b4a219a)

Author SHA1 Message Date
Diego Biurrun 4cf16bbed5 cosmetics: comment typo fixes 17 years ago
Baptiste Coudurier 4b0c30b79c remove redundant SwScaler text since av_log uses AVClass context 17 years ago
Michael Niedermayer 8b2fce0d3f Turn ancient V offset numerical constants into named ones. 17 years ago
Reimar Döffinger f018bc1000 __asm __volatile -> asm volatile part 3 17 years ago
Carl Eugen Hoyos 0cb2559445 Discard two symbols from libswscale. 17 years ago
Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 17 years ago
Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago
Diego Biurrun bc279024c2 Comment some #endif directives. 17 years ago
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