Age | Commit message (Expand) | Author |
2018-12-04 | swscale/ppc: Move VSX-using code to its own file | Lauri Kasanen |
2018-08-14 | libswscale: Adds conversions from/to float gray format. | Sergey Lavrushkin |
2018-04-03 | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 |
2018-03-03 | swscale: Introduce a helper to identify semi-planar formats | Philip Langdale |
2017-04-26 | Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013' | Clément Bœsch |
2017-03-24 | sws: make is{RGB,BGR}inInt functions | Clément Bœsch |
2017-03-20 | swscale: cosmetics in is{RGB,BGR}inInt | Clément Bœsch |
2017-03-20 | swscale: remove unused is{RGB,BGR}inBytes | Clément Bœsch |
2017-03-20 | swscale: use a (more correct) function for isPacked | Clément Bœsch |
2017-03-20 | swscale: use a function for isAnyRGB | Clément Bœsch |
2017-03-20 | swscale: use a function for isBayer | Clément Bœsch |
2017-03-20 | swscale: use a function for isGray | Clément Bœsch |
2016-12-14 | ppc: Centralize compiler-specific altivec.h #include handling in one place | Diego Biurrun |
2016-11-14 | lsws: Add GRAY10 conversion. | Carl Eugen Hoyos |
2016-11-10 | swscale: Add GRAY12 | Luca Barbato |
2016-11-10 | swscale: Drop is9_OR_10BPS() use, its name is not correct | Michael Niedermayer |
2016-11-07 | swscale: Add GRAY12 | Luca Barbato |
2016-09-27 | swscale: Rename is9_OR_10 to match what it does | Luca Barbato |
2016-09-27 | swscale: Update bitdepth range check | Luca Barbato |
2016-08-17 | swscale: Kill non-compiling disabled cruft | Diego Biurrun |
2016-07-16 | swscale: Rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun |
2016-07-11 | Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ... | Ronald S. Bultje |
2016-06-30 | PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V... | Dan Parrot |
2016-06-21 | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch |
2016-05-04 | cosmetics: Fix spelling mistakes | Vittorio Giovara |
2016-04-09 | swscale/arm: add ff_hscale_8_to_15_neon | Matthieu Bouron |
2016-04-01 | swscale: add bt2020 yuv2rgb coefficients. | Ronald S. Bultje |
2016-03-31 | swscale: cleanup unused code | Pedro Arthur |
2016-03-31 | sws/aarch64: add ff_hscale_8_to_15_neon | Clément Bœsch |
2016-03-28 | fix some a/an typos | Lou Logan |
2016-03-01 | sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon | Clément Bœsch |
2016-01-14 | swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code | Michael Niedermayer |
2016-01-14 | swscale: Move Contexts used only in hscale.c into it | Michael Niedermayer |
2016-01-14 | swscale: Move VScalerContext into vscale.c | Michael Niedermayer |
2016-01-14 | swscale/yuv2rgb: Increase YUV2RGB table headroom | Michael Niedermayer |
2016-01-14 | swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out | Michael Niedermayer |
2015-10-29 | swscale: rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun |
2015-10-13 | swscale: fix ticket #4881 | Pedro Arthur |
2015-09-10 | swscale: Forward colorspace updates to the 2nd cascaded context in case of al... | Michael Niedermayer |
2015-09-08 | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes |
2015-09-07 | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara |
2015-09-04 | swscale: re-enable gamma | Pedro Arthur |
2015-08-19 | swscale: refactor vertical scaler | Pedro Arthur |
2015-08-18 | swscale: Fixed typos | Pedro Arthur |
2015-08-18 | swscale: fixed compiler warnings | Pedro Arthur |
2015-08-18 | swscale: process horizontal lines in batches | Pedro Arthur |
2015-08-18 | swscale: refactor horizontal scaling | Pedro Arthur |
2015-08-09 | swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARD | Michael Niedermayer |
2015-08-08 | swscale: Implement alphablendaway for planar 4:4:4 formats | Michael Niedermayer |
2015-08-08 | swscale: Add sws_alloc_set_opts() | Michael Niedermayer |