161 Commits (465c9fdeebe32de6de0d68a869d971e704e95704)

Author SHA1 Message Date
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
Michael Niedermayer 20da77449d negative stride and h_size-=8 fix 18 years ago
Michael Niedermayer 18064f5cf3 BGR/RGB4 byte formats as input 18 years ago
Michael Niedermayer e28630fc70 pal8 input 18 years ago
Luca Barbato 94d122e96e stray fflush spotted by Aurel 18 years ago
Luca Barbato 66e9de3891 Make example and test build and link correctly 18 years ago
Luca Barbato da095a23a1 av_logify 18 years ago
Diego Biurrun 91f2de5e18 Simplify conditional compilation handling. 18 years ago
Luca Abeni 2d529db50f Pass a context to av_log(), when possible 18 years ago
Diego Biurrun 2c86a5786a Fix license headers and FSF postal address. 18 years ago
Diego Biurrun 10ef990d96 cosmetics: typo pallete --> palette 18 years ago
Luca Abeni d28ef27031 deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale() 18 years ago
Luca Abeni 703b56fb5d Add "support for both orderings of the slices (top->down / bottom->up)" 18 years ago
Luca Abeni 0dea6433fd replace some av_malloc();memset(...,0,...) sequences with av_mallocz() 18 years ago
Luca Abeni b2afecbe02 change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or clip() 18 years ago
Luca Abeni 789237cad0 Mark some variables as possibly unused to avoid warnings 18 years ago
Luca Abeni 628bc5e862 Add some explicit casts to avoid "assignment from incompatible pointer type" 18 years ago
Luca Abeni 44060a7391 Add some other casts, to remove void pointers arithmetic 18 years ago
Luca Abeni 7d19628b14 Add some explicit casts to avoid some warnings 18 years ago
Luca Abeni 9effd94abc Remove some void pointers arithmetic 18 years ago
Luca Abeni d32d303568 Clarify that yuv2rgb_init.c cannot be used under LGPL 18 years ago