summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* lsws: duplicate ff_log2_tabJames Almer2014-08-12
* Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer2014-08-10
|\
| * Bump major versions of all libraries.Anton Khirnov2014-08-09
* | Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer2014-08-09
|\|
| * Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-09
* | Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e'Michael Niedermayer2014-08-07
|\|
| * swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-07
* | swscale/swscale_internal: fix ya16 -> rgbaMichael Niedermayer2014-08-05
* | swscale/swscale_unscaled: fix ya16 inputMichael Niedermayer2014-08-05
* | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-04
|\|
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-04
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-04
|\|
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* | Merge commit '5420099cab1e915b191cceccec4364f54cec6e52'Michael Niedermayer2014-08-04
|\|
| * swscale: correctly pad destination buffer in rgb conversionKostya Shishkov2014-08-04
* | 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