| Commit message (Expand) | Author | Age | Files | Lines |
* | sws: document color range >8bit oddity | Michael Niedermayer | 2014-05-21 | 1 | -0/+2 |
* | swscale/utils: Add check that ensures that the hardcoded struct offsets are v... | Michael Niedermayer | 2014-05-14 | 2 | -0/+3 |
* | Merge commit '449511740f06a4675b0066730fa45cdb764ffafc' | Michael Niedermayer | 2014-05-13 | 1 | -1/+0 |
|\ |
|
| * | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -1/+0 |
* | | inline asm: fix arrays as named constraints. | Matt Oliver | 2014-05-07 | 1 | -1/+1 |
* | | swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array() | Michael Niedermayer | 2014-05-04 | 1 | -13/+13 |
* | | Merge commit '3a177a9cca924e097265b32f9282814f6b653e08' | Michael Niedermayer | 2014-05-03 | 1 | -1/+1 |
|\| |
|
| * | swscale: Fix an undefined behaviour | Luca Barbato | 2014-05-03 | 1 | -1/+1 |
| * | swscale: Set alpha to opaque for internal palettes. | Justin Ruggles | 2014-04-12 | 1 | -5/+5 |
| * | swscale: fix some undefined signed left shifts | Justin Ruggles | 2014-04-12 | 1 | -2/+2 |
* | | sws: dont use the optimized 410->420 unscaled conversion when height%4 | Michael Niedermayer | 2014-04-30 | 1 | -1/+1 |
* | | Fix teh typos | Michael Niedermayer | 2014-04-27 | 1 | -1/+1 |
* | | Fix compilation with !HAVE_6REGS. | Carl Eugen Hoyos | 2014-04-19 | 2 | -6/+12 |
* | | swscale/swscale: fix srcStride/srcSlice typo | Michael Niedermayer | 2014-04-16 | 1 | -1/+1 |
* | | swscale/utils: fix changing src/dst range after initializing the context | Michael Niedermayer | 2014-04-15 | 1 | -0/+6 |
* | | swscale/utils: move handling of unscaled case to the end of init function | Michael Niedermayer | 2014-04-14 | 1 | -14/+14 |
* | | swscale: factor ff_sws_init_range_convert() out | Michael Niedermayer | 2014-04-14 | 2 | -21/+28 |
* | | swscale/swscale: clear to/from convert pointers when they used. | Michael Niedermayer | 2014-04-14 | 1 | -0/+2 |
* | | Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad' | Michael Niedermayer | 2014-04-13 | 2 | -3/+2 |
|\| |
|
| * | swscale: fix an implementation-defined unsigned-to-signed conversion | Justin Ruggles | 2014-04-12 | 1 | -2/+2 |
* | | sws: fix warning about RGB_PACK24_B_OPERANDS redefinition | Lukasz Marek | 2014-04-10 | 1 | -0/+2 |
* | | swscale/input: replace assert() by av_assert1() | Michael Niedermayer | 2014-04-09 | 1 | -1/+1 |
* | | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3' | Michael Niedermayer | 2014-04-09 | 4 | -2/+30 |
|\| |
|
| * | swscale: support converting YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 3 | -1/+28 |
* | | swscale/utils: scale filter_size in warning so that it can be used as max for... | Michael Niedermayer | 2014-04-09 | 1 | -1/+2 |
* | | swscale/utils: dont print message about filter size when the cause is a mallo... | Michael Niedermayer | 2014-04-09 | 1 | -1/+3 |
* | | swscale/swscale_internal: remove obsolete warning | Michael Niedermayer | 2014-04-08 | 1 | -1/+1 |
* | | swscale/swscale_internal: make the offset strings update themselfs when the M... | Michael Niedermayer | 2014-04-08 | 1 | -12/+12 |
* | | swscale/x86/swscale_template: loose hardcoded dstw_offset | Michael Niedermayer | 2014-04-08 | 1 | -41/+37 |
* | | swscale: add full bgra64 support | Michael Niedermayer | 2014-04-02 | 4 | -24/+77 |
* | | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68' | Michael Niedermayer | 2014-04-02 | 2 | -4/+6 |
|\| |
|
| * | swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64 | Janne Grunau | 2014-04-02 | 2 | -4/+6 |
* | | Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f' | Michael Niedermayer | 2014-03-26 | 3 | -0/+12 |
|\| |
|
| * | Add missing headers to make template files compile (more) standalone | Diego Biurrun | 2014-03-26 | 3 | -0/+12 |
* | | Do not set swscale sizeFactor to -1. | Carl Eugen Hoyos | 2014-03-25 | 1 | -1/+1 |
* | | swscale: add two spatially stable dithering methods | Øyvind Kolås | 2014-03-25 | 4 | -23/+74 |
* | | swscale/swscale: fix integer overflow | Michael Niedermayer | 2014-03-24 | 1 | -2/+3 |
* | | Add APIchanges entry and bump libswscale micro version for making gray16 full... | Carl Eugen Hoyos | 2014-03-19 | 1 | -1/+1 |
* | | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 3 | -0/+32 |
* | | swscale/utils: Fix color range of gray16 | Carl Eugen Hoyos | 2014-03-18 | 1 | -0/+2 |
* | | Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30' | Michael Niedermayer | 2014-03-17 | 1 | -4/+4 |
|\| |
|
| * | RGBA64 pixel formats | Jean First | 2014-03-16 | 2 | -0/+8 |
* | | Add missing external declarations. | Matt Oliver | 2014-03-17 | 1 | -0/+4 |
* | | swscale/x86/swscale: remove unused constants | Michael Niedermayer | 2014-03-17 | 1 | -4/+0 |
* | | swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3() | Michael Niedermayer | 2014-03-15 | 1 | -1/+2 |
* | | Merge commit 'da785231ea0b82b5c2526babbb2871c935b21a87' | Michael Niedermayer | 2014-03-14 | 1 | -16/+2 |
|\| |
|
| * | bfin: Refactor duplicated assembly-related macros | Diego Biurrun | 2014-03-13 | 1 | -16/+2 |
* | | Merge commit 'e99af2a3b1660b4f328335149980064692097cad' | Michael Niedermayer | 2014-03-14 | 2 | -17/+9 |
|\| |
|
| * | bfin: Refactor duplicated l1_text/l1_data_B macros | Diego Biurrun | 2014-03-13 | 2 | -17/+9 |
* | | Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143' | Michael Niedermayer | 2014-03-13 | 4 | -219/+0 |
|\| |
|