summaryrefslogtreecommitdiff
path: root/libswscale/swscale_unscaled.c
Commit message (Expand)AuthorAgeFilesLines
* libswscale: force a minimum size of the slide for bayer sourcesChema Gonzalez2022-10-141-0/+1
* all: Replace if (ARCH_FOO) checks by #if ARCH_FOOAndreas Rheinhardt2022-06-151-6/+7
* sws: add a new scaling APIAnton Khirnov2021-09-061-0/+2
* avutil/internal, swresample/audioconvert: Remove cpu.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* sws: rename SwsContext.swscale to convert_unscaledAnton Khirnov2021-07-031-34/+34
* swscale/swscale_unscaled: don't use the optimized bgr24toYV12 unscaled conver...Limin Wang2021-06-061-1/+2
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-0/+1
* libswscale: avoid UB nullptr-with-offset.Jeremy Leconte2020-12-241-3/+1
* swscale: do not drop half of bits from 16bit bayer formatsPaul B Mahol2020-08-081-0/+51
* libswscale: add output support for AV_PIX_FMT_GBRAPF32Mark Reid2020-05-051-0/+33
* swscale/swscale_unscaled: add AV_PIX_FMT_GBRAP10 for LE and BE conversion wra...Limin Wang2019-12-101-0/+2
* libswscale/swscale_unscaled.c: remove redundant codeTing Fu2019-12-061-2/+0
* swscale/swscale_unscaled: fix gbrap10be md5 different on big endian systemLimin Wang2019-11-011-0/+1
* swscale: Add support for NV24 and NV42Philip Langdale2019-05-121-0/+51
* swscale/swscale_unscaled: Fix chroma slice heightMichael Niedermayer2019-03-281-4/+4
* swscale/swscale_unscaled: fixed the issue that when width/height is not 2-mul...Dong, Jerry2019-03-281-4/+4
* swscale/swscale_unscaled : rename packed_16bpc_bswapMartin Vignali2018-10-241-2/+2
* swscale/unscaled : add grayf32 le to beMartin Vignali2018-10-241-0/+8
* swscale/swscale_unscaled: add gbrap -> packed rgb pathPaul B Mahol2018-09-091-0/+88
* libswscale: Adds conversions from/to float gray format.Sergey Lavrushkin2018-08-141-2/+52
* swscale: add gray14 supportPaul B Mahol2018-05-051-0/+1
* swscale: Introduce a helper to identify semi-planar formatsPhilip Langdale2018-03-031-6/+1
* swscale: Add p016 output support and generalise yuv420p1x to p010Philip Langdale2018-03-021-10/+25
* swscale: use dithering in DITHER_COPY only if not set -sws_dither noneMateusz2017-10-251-1/+19
* swscale: more accurate DITHER_COPY macro for full and limited rangeMateusz2017-10-231-35/+38
* lsws/rgb2rgb: Add unscaled 48bit to 64bit rgb conversion.Carl Eugen Hoyos2017-08-241-0/+17
* libswscale: add gray9 supportPaul B Mahol2017-08-071-0/+1
* swscale: add P016 input supportPhilip Langdale2017-02-011-1/+3
* lsws: Add GRAY10 conversion.Carl Eugen Hoyos2016-11-141-0/+1
* swscale: Add GRAY12Luca Barbato2016-11-101-0/+1
* swscale: add unscaled conversion from yuv420p to p010Timo Rothenpieler2016-09-061-0/+57
* swscale/swscale_unscaled: Try to fix bayer_to_yv12_wrapper() with slicesMichael Niedermayer2016-09-031-4/+4
* swscale/swscale_unscaled: Try to fix Rgb16ToPlanarRgb16Wrapper() with slicesMichael Niedermayer2016-09-031-0/+8
* swscale: add unscaled copy from yuv420p10 to p010Timo Rothenpieler2016-09-031-0/+44
* swscale/swscale_unscaled: Fix packed_16bpc_bswap() with slicesMichael Niedermayer2016-09-021-0/+1
* swscale: fix crash with swscale-test when using slicesPedro Arthur2016-06-101-2/+2
* sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neonClément Bœsch2016-03-011-0/+2
* Add GBRAP12 pixel formatKieran Kunhya2016-02-241-0/+3
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-3/+3
* swscale: add P010 input supportHendrik Leppkes2016-01-261-1/+3
* swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper()Michael Niedermayer2016-01-171-1/+6
* swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper()Michael Niedermayer2016-01-171-1/+6
* swscale/arm: add ff_nv{12,21}_to_{argb,rgba,abgr,bgra}_neonMatthieu Bouron2015-11-231-2/+2
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-2/+2
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-5/+5
|\
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-6/+6
| * libswscale: fix compiler warnings enumerated type mixed with another typeHimangi Saraogi2015-03-151-1/+1
* | swscale: ayuv64le input supportPaul B Mahol2015-07-241-0/+1
* | swscale/swscale_unscaled: Fix rounding difference with RGBA output between li...Michael Niedermayer2015-06-291-0/+5
* | swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-061-0/+2