131 Commits (99545457bf1175d55e4eaa2c061dbf0faeb661ec)

Author SHA1 Message Date
Reimar Döffinger a444671542 Missing libswscale part of TARGET_ -> HAVE_ change 18 years ago
Reimar Döffinger 6e6203fb1c Copile fix: missing libswscale part of ffmpeg r9322 TARGET_ARCH -> ARCH change. 18 years ago
Diego Biurrun 86bdf3fd3d misc spelling fixes 18 years ago
Reimar Döffinger 1a18eaf760 Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8 18 years ago
Marc Hoffman 22a11d578e correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line 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 bf4a90fcc3 Blackfin optimized uyvytoyv12 routine. the implementation includes chroma averaging. 18 years ago
Diego Biurrun 9f17e13bfc Remove extern C declarations for C++. 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
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
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 2da0d70d5e cosmetics attack, part IV: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 428098165d cosmetics attack, part III: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun ce505b8523 cosmetics: Fix stray wrongly indented line. 18 years ago
Diego Biurrun 221b804f34 cosmetics attack, part II: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 6e42e6c4b4 cosmetics attack, part I: Remove all tabs and prettyprint/reindent the code. 18 years ago
Diego Biurrun 1da87823db cosmetics: Replace manual tab indentation by \n\t as in the rest of the file. 18 years ago
Diego Biurrun 6a4970abd1 cosmetics: Remove trailing whitespace. 18 years ago
Diego Biurrun c36bd2866a Don't declare -lm as a dependency of swscale-example. 18 years ago
Marc Hoffman 26cdb9a2aa Remove large automatics from stack. 18 years ago
Ivo van Poorten 3052ddb2a8 preserve alpha channel when converting rgb32 to bgr32 in plain C 18 years ago
Ivo van Poorten 19b202f9d1 fix red_15mask and green_15mask. the previous values were wrong and caused 18 years ago
Ivo van Poorten 0c4c70e5ef test widths all down to one. this tests whether the scalers correctly switch 18 years ago
Ivo van Poorten 35a9994977 skip MMX code in rgb24tobgr24 if the size of the input is smaller than the 18 years ago
Ivo van Poorten 3983057065 skip MMX code in rgb32to16 if the size of the input is smaller than the 18 years ago
Ivo van Poorten b2117ceed0 skip MMX code in rgb32to15 if the size of the input is smaller than the 18 years ago
Ivo van Poorten 935f50c82c slightly faster rgb32tobgr32; avoid one add and one cmp 18 years ago
Ivo van Poorten b38d487466 New implementation of rgb32tobgr32 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
Ivo van Poorten 3a74415d59 cosmetics, expand all tabs to four spaces. 18 years ago
Ivo van Poorten 2a80b21d38 Replace huge switch statement by a lookup table. 18 years ago
Ivo van Poorten ea70817379 cosmetics after last commit; remove superfluous braces 18 years ago
Ivo van Poorten df170b81d9 Remove code duplication in sws_rgb2rgb_init. 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
Marc Hoffman 8ec491e3fd Handle proper compilation on Mac OS X. 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
Michael Niedermayer 0c84001325 copy src to prevent the user supplied argumet from being changed 18 years ago
Reimar Döffinger 9340a99588 Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr 18 years ago
Diego Biurrun 2bfdde2435 Remove useless conditional. 18 years ago
Reimar Döffinger adcec46a83 Add av_ prefix to clip functions 18 years ago
Diego Biurrun 606f68bd10 cosmetics: typo fixes, usefuLL --> useful and aswell --> as well 18 years ago