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-10-14libswscale: force a minimum size of the slide for bayer sourcesChema Gonzalez
2022-06-15all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt
2021-09-06sws: add a new scaling APIAnton Khirnov
2021-07-22avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt
2021-07-03sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov
2021-06-06swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver...Limin Wang
2021-01-01lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov
2020-12-24libswscale: avoid UB nullptr-with-offset.Jeremy Leconte
2020-08-08swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol
2020-05-05libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid
2019-12-10swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wra...Limin Wang
2019-12-06libswscale/swscale_unscaled.c: remove redundant codeTing Fu
2019-11-01swscale/swscale_unscaled: fix gbrap10be md5 different on big endian systemLimin Wang
2019-05-12swscale: Add support for NV24 and NV42Philip Langdale
2019-03-29swscale/swscale_unscaled: Fix chroma slice heightMichael Niedermayer
2019-03-28swscale/swscale_unscaled: fixed the issue that when width/height is not 2-mul...Dong, Jerry
2018-10-24swscale/swscale_unscaled : rename packed_16bpc_bswapMartin Vignali
2018-10-24swscale/unscaled : add grayf32 le to beMartin Vignali
2018-09-09swscale/swscale_unscaled: add gbrap -> packed rgb pathPaul B Mahol
2018-08-14libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin
2018-05-05swscale: add gray14 supportPaul B Mahol
2018-03-04swscale: Introduce a helper to identify semi-planar formatsPhilip Langdale
2018-03-03swscale: Add p016 output support and generalise yuv420p1x to p010Philip Langdale
2017-10-25swscale: use dithering in DITHER_COPY only if not set -sws_dither noneMateusz
2017-10-24swscale: more accurate DITHER_COPY macro for full and limited rangeMateusz
2017-08-24lsws/rgb2rgb: Add unscaled 48bit to 64bit rgb conversion.Carl Eugen Hoyos
2017-08-07libswscale: add gray9 supportPaul B Mahol
2017-02-02swscale: add P016 input supportPhilip Langdale
2016-11-14lsws: Add GRAY10 conversion.Carl Eugen Hoyos
2016-11-10swscale: Add GRAY12Luca Barbato
2016-09-06swscale: add unscaled conversion from yuv420p to p010Timo Rothenpieler
2016-09-03swscale/swscale_unscaled: Try to fix bayer_to_yv12_wrapper() with slicesMichael Niedermayer
2016-09-03swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slicesMichael Niedermayer
2016-09-03swscale: add unscaled copy from yuv420p10 to p010Timo Rothenpieler
2016-09-02swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slicesMichael Niedermayer
2016-06-10swscale: fix crash with swscale-test when using slicesPedro Arthur
2016-03-01sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neonClément Bœsch
2016-02-24Add GBRAP12 pixel formatKieran Kunhya
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
2016-01-26swscale: add P010 input supportHendrik Leppkes
2016-01-17swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()Michael Niedermayer
2016-01-17swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()Michael Niedermayer
2015-11-23swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neonMatthieu Bouron
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-09-08Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes
2015-09-07lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara
2015-07-24swscale: ayuv64le input supportPaul B Mahol
2015-06-29swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer
2015-05-06swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje
2015-03-15libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi