| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump | Anton Khirnov | 2021-01-01 | 1 | -0/+1 |
* | swscale: do not drop half of bits from 16bit bayer formats | Paul B Mahol | 2020-08-08 | 1 | -0/+7 |
* | swscale: cosmetic fixes | Nelson Gomez | 2020-06-14 | 1 | -1/+2 |
* | swscale: make yuv2interleavedX more asm-friendly | Nelson Gomez | 2020-06-14 | 1 | -2/+3 |
* | libswscale: add output support for AV_PIX_FMT_GBRAPF32 | Mark Reid | 2020-05-05 | 1 | -0/+36 |
* | swscale/swscale: remove useless code | Ruiling Song | 2020-04-03 | 1 | -4/+1 |
* | swscale/ppc: Move VSX-using code to its own file | Lauri Kasanen | 2018-12-04 | 1 | -0/+1 |
* | libswscale: Adds conversions from/to float gray format. | Sergey Lavrushkin | 2018-08-14 | 1 | -0/+9 |
* | avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL | wm4 | 2018-04-03 | 1 | -3/+11 |
* | swscale: Introduce a helper to identify semi-planar formats | Philip Langdale | 2018-03-03 | 1 | -0/+11 |
* | Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013' | Clément Bœsch | 2017-04-26 | 1 | -5/+1 |
|\ |
|
| * | ppc: Centralize compiler-specific altivec.h #include handling in one place | Diego Biurrun | 2016-12-14 | 1 | -4/+1 |
| * | swscale: Add GRAY12 | Luca Barbato | 2016-11-07 | 1 | -0/+2 |
| * | swscale: Rename is9_OR_10 to match what it does | Luca Barbato | 2016-09-27 | 1 | -1/+1 |
| * | swscale: Update bitdepth range check | Luca Barbato | 2016-09-27 | 1 | -1/+1 |
| * | swscale: Kill non-compiling disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -6/+0 |
| * | swscale: Rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun | 2016-07-16 | 1 | -1/+1 |
* | | sws: make is{RGB,BGR}inInt functions | Clément Bœsch | 2017-03-24 | 1 | -39/+43 |
* | | swscale: cosmetics in is{RGB,BGR}inInt | Clément Bœsch | 2017-03-20 | 1 | -10/+7 |
* | | swscale: remove unused is{RGB,BGR}inBytes | Clément Bœsch | 2017-03-20 | 1 | -19/+0 |
* | | swscale: use a (more correct) function for isPacked | Clément Bœsch | 2017-03-20 | 1 | -18/+3 |
* | | swscale: use a function for isAnyRGB | Clément Bœsch | 2017-03-20 | 1 | -7/+7 |
* | | swscale: use a function for isBayer | Clément Bœsch | 2017-03-20 | 1 | -14/+6 |
* | | swscale: use a function for isGray | Clément Bœsch | 2017-03-20 | 1 | -17/+10 |
* | | lsws: Add GRAY10 conversion. | Carl Eugen Hoyos | 2016-11-14 | 1 | -0/+2 |
* | | swscale: Add GRAY12 | Luca Barbato | 2016-11-10 | 1 | -0/+2 |
* | | swscale: Drop is9_OR_10BPS() use, its name is not correct | Michael Niedermayer | 2016-11-10 | 1 | -3/+1 |
* | | Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ... | Ronald S. Bultje | 2016-07-11 | 1 | -1/+0 |
* | | PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V... | Dan Parrot | 2016-06-30 | 1 | -0/+1 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -58/+58 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -58/+58 |
* | | swscale/arm: add ff_hscale_8_to_15_neon | Matthieu Bouron | 2016-04-09 | 1 | -0/+1 |
* | | swscale: add bt2020 yuv2rgb coefficients. | Ronald S. Bultje | 2016-04-01 | 1 | -1/+1 |
* | | swscale: cleanup unused code | Pedro Arthur | 2016-03-31 | 1 | -9/+1 |
* | | sws/aarch64: add ff_hscale_8_to_15_neon | Clément Bœsch | 2016-03-31 | 1 | -0/+1 |
* | | fix some a/an typos | Lou Logan | 2016-03-28 | 1 | -1/+1 |
* | | sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neon | Clément Bœsch | 2016-03-01 | 1 | -0/+1 |
* | | swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code | Michael Niedermayer | 2016-01-14 | 1 | -0/+1 |
* | | swscale: Move Contexts used only in hscale.c into it | Michael Niedermayer | 2016-01-14 | 1 | -15/+0 |
* | | swscale: Move VScalerContext into vscale.c | Michael Niedermayer | 2016-01-14 | 1 | -9/+0 |
* | | swscale/yuv2rgb: Increase YUV2RGB table headroom | Michael Niedermayer | 2016-01-14 | 1 | -2/+2 |
* | | swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out | Michael Niedermayer | 2016-01-14 | 1 | -0/+1 |
* | | swscale: rename sws_context_class to ff_sws_context_class | Andreas Cadhalpun | 2015-10-29 | 1 | -1/+1 |
* | | swscale: fix ticket #4881 | Pedro Arthur | 2015-10-13 | 1 | -1/+2 |
* | | swscale: Forward colorspace updates to the 2nd cascaded context in case of al... | Michael Niedermayer | 2015-09-10 | 1 | -0/+1 |
* | | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba' | Hendrik Leppkes | 2015-09-08 | 1 | -3/+3 |
|\| |
|
| * | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 1 | -2/+2 |
| * | libswscale: GBRAP input & output and GBRAP16 input support | Paul B Mahol | 2015-01-14 | 1 | -1/+2 |
* | | swscale: re-enable gamma | Pedro Arthur | 2015-09-04 | 1 | -0/+3 |
* | | swscale: refactor vertical scaler | Pedro Arthur | 2015-08-19 | 1 | -1/+19 |