summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale/utils: fix rgb -> fullrange yuvMichael Niedermayer2014-07-19
* swscale/utils: remove unused defineMichael Niedermayer2014-07-19
* swscale/x86/hscale_fast_bilinear_simd: add inline asm guardsMichael Niedermayer2014-07-19
* sws: move inline asm hscale to MMX_OBJSMichael Niedermayer2014-07-19
* sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer2014-07-19
* sws: Move fast bilinear C code into seperate fileMichael Niedermayer2014-07-19
* swscale/swscale_internal: add needed version.hMichael Niedermayer2014-07-19
* swscale/x86/rgb2rgb_template: fix 1 byte overread in yuyvtoyuv420 and uyvytoy...Michael Niedermayer2014-07-13
* fix spelling errorsAndreas Cadhalpun2014-07-12
* swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the paddingMichael Niedermayer2014-06-22
* swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the paddingMichael Niedermayer2014-06-22
* s86/scale: Do not return the result of a (void) function from a void function.Carl Eugen Hoyos2014-06-19
* swscale/swscale: replace potentially slow % by &Michael Niedermayer2014-06-18
* swscale/input: fix harmless integer overflowMichael Niedermayer2014-06-16
* swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis2014-06-13
* x86/scale: fix xmm register count for hscale*_sse2James Almer2014-06-09
* Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer2014-06-02
|\
| * Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-02
* | sws: document color range >8bit oddityMichael Niedermayer2014-05-21
* | swscale/utils: Add check that ensures that the hardcoded struct offsets are v...Michael Niedermayer2014-05-14
* | Merge commit '449511740f06a4675b0066730fa45cdb764ffafc'Michael Niedermayer2014-05-13
|\|
| * build: handle library dependencies in configureJanne Grunau2014-05-13
* | inline asm: fix arrays as named constraints.Matt Oliver2014-05-07
* | swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array()Michael Niedermayer2014-05-04
* | Merge commit '3a177a9cca924e097265b32f9282814f6b653e08'Michael Niedermayer2014-05-03
|\|
| * swscale: Fix an undefined behaviourLuca Barbato2014-05-03
| * swscale: Set alpha to opaque for internal palettes.Justin Ruggles2014-04-12
| * swscale: fix some undefined signed left shiftsJustin Ruggles2014-04-12
* | sws: dont use the optimized 410->420 unscaled conversion when height%4Michael Niedermayer2014-04-30
* | Fix teh typosMichael Niedermayer2014-04-27
* | Fix compilation with !HAVE_6REGS.Carl Eugen Hoyos2014-04-19
* | swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer2014-04-16
* | swscale/utils: fix changing src/dst range after initializing the contextMichael Niedermayer2014-04-15
* | swscale/utils: move handling of unscaled case to the end of init functionMichael Niedermayer2014-04-14
* | swscale: factor ff_sws_init_range_convert() outMichael Niedermayer2014-04-14
* | swscale/swscale: clear to/from convert pointers when they used.Michael Niedermayer2014-04-14
* | Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'Michael Niedermayer2014-04-13
|\|
| * swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles2014-04-12
* | sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek2014-04-10
* | swscale/input: replace assert() by av_assert1()Michael Niedermayer2014-04-09
* | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer2014-04-09
|\|
| * swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-07
* | swscale/utils: scale filter_size in warning so that it can be used as max for...Michael Niedermayer2014-04-09
* | swscale/utils: dont print message about filter size when the cause is a mallo...Michael Niedermayer2014-04-09
* | swscale/swscale_internal: remove obsolete warningMichael Niedermayer2014-04-08
* | swscale/swscale_internal: make the offset strings update themselfs when the M...Michael Niedermayer2014-04-08
* | swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer2014-04-08
* | swscale: add full bgra64 supportMichael Niedermayer2014-04-02
* | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68'Michael Niedermayer2014-04-02
|\|
| * swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-02