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