summaryrefslogtreecommitdiff
path: root/libswscale/swscale_unscaled.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '928061670e873e816daa14827853b7e11221ff5f'Michael Niedermayer2015-01-151-2/+4
|\ \ | |/
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-0/+23
* | Merge commit '33c827f632f95ffe3399b695a5a0d47b366b6e20'Michael Niedermayer2014-12-061-3/+3
|\ \ | |/
| * swscale: Properly scale YUVDerek Buitenhuis2014-12-051-12/+35
* | swscale/swscale_unscaled: fix ya16 inputMichael Niedermayer2014-08-051-1/+1
* | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-041-0/+1
|\ \ | |/
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-041-0/+1
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-2/+2
|\ \ | |/
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-2/+2
* | Merge commit '5420099cab1e915b191cceccec4364f54cec6e52'Michael Niedermayer2014-08-041-1/+1
|\ \ | |/
| * swscale: correctly pad destination buffer in rgb conversionKostya Shishkov2014-08-041-1/+1
* | Merge commit '880e2aa23645ed9871c66ee1cbd00f93c72d2d73'Michael Niedermayer2014-06-021-2/+0
|\ \ | |/
| * Remove all Blackfin architecture optimizationsDiego Biurrun2014-06-021-2/+0
| * swscale: Set alpha to opaque for internal palettes.Justin Ruggles2014-04-121-5/+5
| * swscale: fix some undefined signed left shiftsJustin Ruggles2014-04-121-2/+2
* | sws: dont use the optimized 410->420 unscaled conversion when height%4Michael Niedermayer2014-04-301-1/+1
* | Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'Michael Niedermayer2014-04-131-1/+0
|\ \ | |/
| * swscale: fix an implementation-defined unsigned-to-signed conversionJustin Ruggles2014-04-121-2/+2
* | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68'Michael Niedermayer2014-04-021-0/+2
|\ \ | |/
| * swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-021-0/+2
| * swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-211-0/+26
| * swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer2014-01-211-2/+2
* | libswscale: bayer to rgb24 & yv12 colorspace convertersPeter Ross2014-02-231-1/+170
* | swscale: disable ARM code until its build failure with clang/iphone is fixedMichael Niedermayer2014-01-121-2/+2
* | Revert "swscale: disable ARM code until its build failure with clang/iphone i...Michael Niedermayer2014-01-121-2/+2
* | Unscaled 16bit packed RGB to planar GBR converter.Carl Eugen Hoyos2014-01-101-0/+198
* | swscale: disable ARM code until its build failure with clang/iphone is fixedMichael Niedermayer2014-01-081-2/+2
* | swscale: NEON optimized unscaled rgba to nv12 conversionYu Xiaolei2013-12-161-0/+3
* | swscale: fix used stride in planarToNv12Wrapper()Michael Niedermayer2013-11-191-2/+2
* | swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2013-11-191-0/+26