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
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
2016-03-31swscale: cleanup unused codePedro Arthur
2016-03-31sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch
2016-03-29fix some a/an typosLou Logan
2016-03-01sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neonClément Bœsch
2016-01-14swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer
2016-01-14swscale: Move Contexts used only in hscale.c into itMichael Niedermayer
2016-01-14swscale: Move VScalerContext into vscale.cMichael Niedermayer
2016-01-14swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer
2016-01-14swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer
2015-10-30swscale: rename sws_context_class to ff_sws_context_classAndreas Cadhalpun
2015-10-13swscale: fix ticket #4881Pedro Arthur
2015-09-10swscale: Forward colorspace updates to the 2nd cascaded context in case of al...Michael Niedermayer
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-09-05swscale: re-enable gammaPedro Arthur
2015-08-19swscale: refactor vertical scalerPedro Arthur
2015-08-18swscale: Fixed typosPedro Arthur
2015-08-18swscale: fixed compiler warningsPedro Arthur
2015-08-18swscale: process horizontal lines in batchesPedro Arthur
2015-08-18swscale: refactor horizontal scalingPedro Arthur