Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-10swscale/la: Optimize hscale functions with lasx.Hao Chen
2022-08-19swscale/input: add rgbaf16 input supportTimo Rothenpieler
2022-08-19swscale: add opaque parameter to input functionsTimo Rothenpieler
2022-02-24Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt
2022-02-24Remove obsolete version.h inclusionsAndreas Rheinhardt
2022-02-17libswscale: Check and propagate memory allocation errors from ff_shuffle_filt...Alan Kelly
2022-01-05swscale: introduce isSwappedChromarcombs
2022-01-05swscale: introduce isDataInHighBitsrcombs
2021-12-16libswscale: Adds ff_hscale8to15_4_avx2 and ff_hscale8to15_X4_avx2 for all fil...Alan Kelly
2021-09-30swscale/swscale_internal: Avoid unsigned for slice parametersMichael Niedermayer
2021-09-20swscale/swscale: Fix races when using unaligned strides/dataAndreas Rheinhardt
2021-09-20libswscale/options: Add parent_log_context_offset to AVClassAndreas Rheinhardt
2021-09-06sws: implement slice threadingAnton Khirnov
2021-09-06sws: add a new scaling APIAnton Khirnov
2021-07-03sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov
2021-07-03sws: separate the calls to scaled vs unscaled conversionAnton Khirnov
2021-07-03sws: do not reallocate scratch buffers for each sliceAnton Khirnov
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-08-08swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol
2020-06-14swscale: cosmetic fixesNelson Gomez
2020-06-14swscale: make yuv2interleavedX more asm-friendlyNelson Gomez
2020-05-05libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid
2020-04-03swscale/swscale: remove useless codeRuiling Song
2018-12-04swscale/ppc: Move VSX-using code to its own fileLauri Kasanen
2018-08-14libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin
2018-04-03avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPALwm4
2018-03-04swscale: Introduce a helper to identify semi-planar formatsPhilip Langdale
2017-04-26Merge commit 'ea7ee4b4e381e0fa731458de0cbf740430eeb013'Clément Bœsch
2017-03-24sws: make is{RGB,BGR}inInt functionsClément Bœsch
2017-03-20swscale: cosmetics in is{RGB,BGR}inIntClément Bœsch
2017-03-20swscale: remove unused is{RGB,BGR}inBytesClément Bœsch
2017-03-20swscale: use a (more correct) function for isPackedClément Bœsch
2017-03-20swscale: use a function for isAnyRGBClément Bœsch
2017-03-20swscale: use a function for isBayerClément Bœsch
2017-03-20swscale: use a function for isGrayClément Bœsch
2016-12-14ppc: Centralize compiler-specific altivec.h #include handling in one placeDiego Biurrun
2016-11-14lsws: Add GRAY10 conversion.Carl Eugen Hoyos
2016-11-10swscale: Add GRAY12Luca Barbato
2016-11-10swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer
2016-11-08swscale: Add GRAY12Luca Barbato
2016-09-27swscale: Rename is9_OR_10 to match what it doesLuca Barbato
2016-09-27swscale: Update bitdepth range checkLuca Barbato
2016-08-17swscale: Kill non-compiling disabled cruftDiego Biurrun
2016-07-16swscale: Rename sws_context_class to ff_sws_context_classAndreas Cadhalpun
2016-07-11Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...Ronald S. Bultje
2016-06-30PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...Dan Parrot
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2016-04-09swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron
2016-04-01swscale: add bt2020 yuv2rgb coefficients.Ronald S. Bultje