summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
* Remove obsolete version.h inclusionsAndreas Rheinhardt2022-02-24
* libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly2022-02-17
* swscale: introduce isSwappedChromarcombs2022-01-04
* swscale: introduce isDataInHighBitsrcombs2022-01-04
* libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly2021-12-15
* swscale/swscale_internal: Avoid unsigned for slice parametersMichael Niedermayer2021-09-30
* swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt2021-09-19
* libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt2021-09-19
* sws: implement slice threadingAnton Khirnov2021-09-06
* sws: add a new scaling APIAnton Khirnov2021-09-06
* sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov2021-07-03
* sws: separate the calls to scaled vs unscaled conversionAnton Khirnov2021-07-03
* sws: do not reallocate scratch buffers for each sliceAnton Khirnov2021-07-03
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol2020-08-08
* swscale: cosmetic fixesNelson Gomez2020-06-14
* swscale: make yuv2interleavedX more asm-friendlyNelson Gomez2020-06-14
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-05
* swscale/swscale: remove useless codeRuiling Song2020-04-03
* swscale/ppc: Move VSX-using code to its own fileLauri Kasanen2018-12-04
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-14
* avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm42018-04-03
* swscale: Introduce a helper to identify semi-planar formatsPhilip Langdale2018-03-03
* Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch2017-04-26
|\
| * ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun2016-12-14
| * swscale: Add GRAY12Luca Barbato2016-11-07
| * swscale: Rename is9_OR_10 to match what it doesLuca Barbato2016-09-27
| * swscale: Update bitdepth range checkLuca Barbato2016-09-27
| * swscale: Kill non-compiling disabled cruftDiego Biurrun2016-08-17
| * swscale: Rename sws_context_class to ff_sws_context_classAndreas Cadhalpun2016-07-16
* | sws: make is{RGB,BGR}inInt functionsClément Bœsch2017-03-24
* | swscale: cosmetics in is{RGB,BGR}inIntClément Bœsch2017-03-20
* | swscale: remove unused is{RGB,BGR}inBytesClément Bœsch2017-03-20
* | swscale: use a (more correct) function for isPackedClément Bœsch2017-03-20
* | swscale: use a function for isAnyRGBClément Bœsch2017-03-20
* | swscale: use a function for isBayerClément Bœsch2017-03-20
* | swscale: use a function for isGrayClément Bœsch2017-03-20
* | lsws: Add GRAY10 conversion.Carl Eugen Hoyos2016-11-14
* | swscale: Add GRAY12Luca Barbato2016-11-10
* | swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer2016-11-10
* | Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...Ronald S. Bultje2016-07-11
* | PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...Dan Parrot2016-06-30
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron2016-04-09
* | swscale: add bt2020 yuv2rgb coefficients.Ronald S. Bultje2016-04-01
* | swscale: cleanup unused codePedro Arthur2016-03-31
* | sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch2016-03-31
* | fix some a/an typosLou Logan2016-03-28