86 Commits (72d6b61074ae581cb9841510e0c8d3d330f982d8)

Author SHA1 Message Date
Keiji Costantini 49f2339cbf Remove in_asm_used_var_warning_killer() 17 years ago
Diego Biurrun 83da2c6f26 Use full path for #includes from another directory. 17 years ago
Alexander Strange 86593486b4 Fix 64 bit shared library compilation with MMX2 by properly using PIC mangling. 17 years ago
Diego Biurrun c5fec7d76c Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. 17 years ago
Zuxy Meng 5a352b14e7 Fix a typo that causes an assertion to always fail. 17 years ago
Diego Biurrun a6f6b237e2 typos 17 years ago
Diego Biurrun 06de58d2a8 typo 17 years ago
Panagiotis Issaris 635a8cd27d Make av_class a pointer to const. 17 years ago
Diego Biurrun 3f0bc115f1 Remove redundant swScaler: output from places where av_log() 17 years ago
Baptiste Coudurier 8055ede6c7 change sws_format_name to return const char*, supress many warnings 17 years ago
Baptiste Coudurier 4b0c30b79c remove redundant SwScaler text since av_log uses AVClass context 17 years ago
Michael Niedermayer 56adc69501 One more (forgotten) fix for fixing sws_flags. 17 years ago
Michael Niedermayer 8b2fce0d3f Turn ancient V offset numerical constants into named ones. 17 years ago
Carl Eugen Hoyos 0cb2559445 Discard two symbols from libswscale. 17 years ago
Stefano Sabatini 0d6fd5ec13 More explicit unsupported pixel format error messages. 17 years ago
Carl Eugen Hoyos ae797914dd Make dither4 & dither8 const. 17 years ago
Reimar Döffinger 5802683a97 Make some assembler constants global instead of declaring them multiple times. 17 years ago
Reimar Döffinger d334c7c237 Use DECLARE_ASM_CONST where possible in libswscale code 17 years ago
Reimar Döffinger c14731d8da Fix typo in comment 17 years ago
Benoit Fouet 1b0a4572f4 Change (a == NULL) condition to (!a) and (a != NULL) condition to (a). 17 years ago
Benoit Fouet 30c48a0af4 Cosmetics: whitespaces 17 years ago
Benoit Fouet e5091488a5 Remove non cosmetic spaces inside parentheses. 17 years ago
Benoit Fouet b8db4e22de Description: remove superfluous parentheses. 17 years ago
KO Myung-Hun 337a2a4530 Check param in sws_getCachedContext(). 17 years ago
Diego Biurrun 56b69633dd comment typo fixes 17 years ago
Peter Schlaile 5efaf00029 Make sure strides have positive values before converting. 17 years ago
Diego Biurrun 721d5e3b95 Revert wrong ARCH_BFIN --> HAVE_BFIN change. 17 years ago
Aurelien Jacobs 79973335d3 add support for yuva420p colorspace (yuv420p + alpha) 17 years ago
Marc Hoffman 49488d12bf renaming ARCH_BFIN to HAVE_BFIN 17 years ago
Diego Biurrun bd7c6fd50c typo 18 years ago
Andreas Öman 9ba7fe6dcb use YUV440P in swscale 18 years ago
Diego Biurrun b19bcbaa78 license header consistency cosmetics 18 years ago
Marc Hoffman 1ebbfe159f integrating ff_bfin_get_unscaled_swscale into the system 18 years ago
Diego Biurrun 86bdf3fd3d misc spelling fixes 18 years ago
Carl Eugen Hoyos 2db27aadcb rename attribute_unused to av_unused as it is declared in common.h 18 years ago
Diego Biurrun 4d7b302c0d Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h. 18 years ago
Ivo van Poorten d61845e8ae ffmpeg -sws_flags command line option to set swscaler flags 18 years ago
Marc Hoffman d3f3eea92d Blackfin optimized YUV420 to RGB CSC Color Space Converters. 18 years ago
Ivo van Poorten 9d9de37d81 cosmetics; one test per line for all isXXX(x) macros 18 years ago
Benoit Fouet c4ca31d0a8 cosmetics: indentation after previous patch 18 years ago
Benoit Fouet 068b0f4f29 test if color conv fonction exists prior to using it 18 years ago
Diego Biurrun 221b804f34 cosmetics attack, part II: 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
Carl Eugen Hoyos 94bd08b069 Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24 18 years ago
Michael Niedermayer edf97a75f9 fix full range (jpeg yuv) chroma 18 years ago
Karl H. Beckers 6cbac7ed3a Add PIX_FMT_PAL8 to isPacked(). 18 years ago
Michael Niedermayer dd9bdeb9f3 a small step toward 4 plane support 18 years ago