summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.h
Commit message (Expand)AuthorAgeFilesLines
* sws: make is{RGB,BGR}inInt functionsClément Bœsch2017-03-241-39/+43
* swscale: cosmetics in is{RGB,BGR}inIntClément Bœsch2017-03-201-10/+7
* swscale: remove unused is{RGB,BGR}inBytesClément Bœsch2017-03-201-19/+0
* swscale: use a (more correct) function for isPackedClément Bœsch2017-03-201-18/+3
* swscale: use a function for isAnyRGBClément Bœsch2017-03-201-7/+7
* swscale: use a function for isBayerClément Bœsch2017-03-201-14/+6
* swscale: use a function for isGrayClément Bœsch2017-03-201-17/+10
* lsws: Add GRAY10 conversion.Carl Eugen Hoyos2016-11-141-0/+2
* swscale: Add GRAY12Luca Barbato2016-11-101-0/+2
* swscale: Drop is9_OR_10BPS() use, its name is not correctMichael Niedermayer2016-11-101-3/+1
* Revert "PPC64: Add versions of functions in libswscale/input.c optimized for ...Ronald S. Bultje2016-07-111-1/+0
* PPC64: Add versions of functions in libswscale/input.c optimized for POWER8 V...Dan Parrot2016-06-301-0/+1
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-58/+58
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-58/+58
* | swscale/arm: add ff_hscale_8_to_15_neonMatthieu Bouron2016-04-091-0/+1
* | swscale: add bt2020 yuv2rgb coefficients.Ronald S. Bultje2016-04-011-1/+1
* | swscale: cleanup unused codePedro Arthur2016-03-311-9/+1
* | sws/aarch64: add ff_hscale_8_to_15_neonClément Bœsch2016-03-311-0/+1
* | fix some a/an typosLou Logan2016-03-281-1/+1
* | sws/aarch64: add {nv12,nv21,yuv420p,yuv422p}_to_{argb,rgba,abgr,rgba}_neonClément Bœsch2016-03-011-0/+1
* | swscale/vscale: Check that 2 tap filters are bilinear before using bilinear codeMichael Niedermayer2016-01-141-0/+1
* | swscale: Move Contexts used only in hscale.c into itMichael Niedermayer2016-01-141-15/+0
* | swscale: Move VScalerContext into vscale.cMichael Niedermayer2016-01-141-9/+0
* | swscale/yuv2rgb: Increase YUV2RGB table headroomMichael Niedermayer2016-01-141-2/+2
* | swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM outMichael Niedermayer2016-01-141-0/+1
* | swscale: rename sws_context_class to ff_sws_context_classAndreas Cadhalpun2015-10-291-1/+1
* | swscale: fix ticket #4881Pedro Arthur2015-10-131-1/+2
* | swscale: Forward colorspace updates to the 2nd cascaded context in case of al...Michael Niedermayer2015-09-101-0/+1
* | Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-081-3/+3
|\ \ | |/
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-071-2/+2
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-1/+2
* | swscale: re-enable gammaPedro Arthur2015-09-041-0/+3
* | swscale: refactor vertical scalerPedro Arthur2015-08-191-1/+19
* | swscale: Fixed typosPedro Arthur2015-08-181-2/+2
* | swscale: fixed compiler warningsPedro Arthur2015-08-181-0/+2
* | swscale: process horizontal lines in batchesPedro Arthur2015-08-181-1/+3
* | swscale: refactor horizontal scalingPedro Arthur2015-08-181-0/+100
* | swscale/alphablend: Support SWS_ALPHA_BLEND_CHECKERBOARDMichael Niedermayer2015-08-091-0/+1
* | swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-081-0/+12
* | swscale: Add sws_alloc_set_opts()Michael Niedermayer2015-08-081-0/+11
* | swscale: ayuv64le input supportPaul B Mahol2015-07-241-0/+2
* | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-231-0/+1
* | Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-231-1/+8
* | swscale: Add prefix to updateMMXDitherTables()Michael Niedermayer2015-02-271-1/+1
* | swscale: increase yuv2rgb table headroomMichael Niedermayer2014-12-161-1/+1
* | swscale: support internal scaler cascadesMichael Niedermayer2014-10-111-0/+10
* | swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruftJames Almer2014-10-051-8/+0
* | swscale/swscale_internal: fix ya16 -> rgbaMichael Niedermayer2014-08-051-0/+2
* | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-041-1/+3
|\ \ | |/
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-041-1/+3