| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/utils: fix rgb -> fullrange yuv | Michael Niedermayer | 2014-07-19 | 1 | -1/+1 |
* | swscale/utils: remove unused define | Michael Niedermayer | 2014-07-19 | 1 | -2/+0 |
* | swscale/x86/hscale_fast_bilinear_simd: add inline asm guards | Michael Niedermayer | 2014-07-19 | 1 | -0/+2 |
* | sws: move inline asm hscale to MMX_OBJS | Michael Niedermayer | 2014-07-19 | 1 | -2/+3 |
* | sws/x86: split mmxext fast bilinear scaler out | Michael Niedermayer | 2014-07-19 | 5 | -363/+389 |
* | sws: Move fast bilinear C code into seperate file | Michael Niedermayer | 2014-07-19 | 4 | -37/+65 |
* | swscale/swscale_internal: add needed version.h | Michael Niedermayer | 2014-07-19 | 1 | -0/+2 |
* | swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy... | Michael Niedermayer | 2014-07-13 | 1 | -2/+40 |
* | fix spelling errors | Andreas Cadhalpun | 2014-07-12 | 1 | -1/+1 |
* | swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding | Michael Niedermayer | 2014-06-22 | 1 | -1/+19 |
* | swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the padding | Michael Niedermayer | 2014-06-22 | 1 | -0/+26 |
* | s86/scale: Do not return the result of a (void) function from a void function. | Carl Eugen Hoyos | 2014-06-19 | 1 | -1/+2 |
* | swscale/swscale: replace potentially slow % by & | Michael Niedermayer | 2014-06-18 | 1 | -6/+6 |
* | swscale/input: fix harmless integer overflow | Michael Niedermayer | 2014-06-16 | 1 | -2/+2 |
* | swscale: Allow the max filter size to be set at compile time | Derek Buitenhuis | 2014-06-13 | 2 | -2/+2 |
* | x86/scale: fix xmm register count for hscale*_sse2 | James Almer | 2014-06-09 | 1 | -1/+1 |
* | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73' | Michael Niedermayer | 2014-06-02 | 9 | -904/+5 |
|\ |
|
| * | Remove all Blackfin architecture optimizations | Diego Biurrun | 2014-06-02 | 9 | -903/+5 |
* | | 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 |