summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'aa37d2bf4505afc106e2a23c44afc722bb204a8e'Clément Bœsch2017-03-191-9/+1
|\
| * swscale: Kill non-compiling disabled cruftDiego Biurrun2016-08-171-7/+0
| * swscale: Add proper ff_ prefix to init functionsDiego Biurrun2016-07-161-1/+1
| * swscale: Rename sws_context_class to ff_sws_context_classAndreas Cadhalpun2016-07-161-1/+1
| * swscale: add P010 input supportHendrik Leppkes2016-07-021-0/+2
| * asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-281-11/+11
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-5/+5
* | swscale: add P016 input supportPhilip Langdale2017-02-011-0/+2
* | swscale: add gbr(a)p16 output supportPaul B Mahol2016-12-011-4/+4
* | lsws: Add GRAY10 conversion.Carl Eugen Hoyos2016-11-141-0/+2
* | swscale: Add GRAY12Luca Barbato2016-11-101-0/+2
* | swscale: Add GBRAP10 outputMichael Niedermayer2016-11-101-2/+2
* | swscale: Add the GBRAP12 outputLuca Barbato2016-11-101-2/+2
* | swscale: add support for P010LE/BE outputTimo Rothenpieler2016-08-311-2/+2
* | swscale: add input support for gbrap10 pixel formatPaul B Mahol2016-06-101-0/+6
* | sws/aarch64: add ff_yuv2planeX_8_neonClément Bœsch2016-04-111-1/+2
* | swscale/utils: Remove unused variableMichael Niedermayer2016-04-071-1/+1
* | sws/aarch64: restore ff_hscale_8_to_15_neon()Clément Bœsch2016-04-051-1/+1
* | swscale: cleanup unused codePedro Arthur2016-03-311-76/+2
* | swscale: Deprecate vector functions which are unused outside swscaleMichael Niedermayer2016-03-311-0/+46
* | sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch2016-03-311-1/+3
* | Add GBRAP12 pixel formatKieran Kunhya2016-02-241-0/+6
* | swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer2016-02-241-0/+1
* | avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-5/+5
* | swscale: add P010 input supportHendrik Leppkes2016-01-261-0/+2
* | swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer2016-01-141-4/+18
* | swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer2016-01-041-0/+6
* | swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer2015-12-241-0/+3
* | swscale/utils: replace pow by exp2Ganesh Ajjanagadde2015-12-081-1/+2
* | swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer2015-12-041-1/+1
* | swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_initAndreas Cadhalpun2015-10-291-1/+1
* | swscale: rename sws_context_class to ff_sws_context_classAndreas Cadhalpun2015-10-291-1/+1
* | all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde2015-10-041-0/+1
* | swscale: Forward colorspace updates to the 2nd cascaded context in case of al...Michael Niedermayer2015-09-101-2/+3
* | swscale/utils: Forward luma range to the cascaded context for alphablendingMichael Niedermayer2015-09-101-3/+10
* | swscale/utils: handle gray+alpha formats like gray for luma rangesMichael Niedermayer2015-09-101-0/+3
* | swscale/utils: If the source has no alpha then disable alpha blendawayMichael Niedermayer2015-09-101-0/+4
* | Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-081-1/+1
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-2/+2
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-2/+2
* | swscale: re-enable gammaPedro Arthur2015-09-041-0/+9
* | swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails...Michael Niedermayer2015-08-311-3/+6
* | swscale/utils: Split scaling if possible and yuv->yuv with different matrixes...Michael Niedermayer2015-08-311-1/+66
* | swscale: refactor horizontal scalingPedro Arthur2015-08-181-1/+2
* | swscale/alphablend: Support chroma subsamplingMichael Niedermayer2015-08-091-15/+15
* | swscale/alphablend: support packed pixel formatsMichael Niedermayer2015-08-091-11/+11
* | swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-081-0/+101
* | swscale: Add sws_alloc_set_opts()Michael Niedermayer2015-08-081-4/+19
* | swscale: ayuv64le output supportPaul B Mahol2015-07-241-1/+1
* | swscale: ayuv64le input supportPaul B Mahol2015-07-241-0/+1
OpenPOWER on IntegriCloud