summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
* swscale: rename sws_rgb2rgb_init to ff_sws_rgb2rgb_initAndreas Cadhalpun2015-10-29
* swscale: rename sws_context_class to ff_sws_context_classAndreas Cadhalpun2015-10-29
* all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde2015-10-04
* swscale: Forward colorspace updates to the 2nd cascaded context in case of al...Michael Niedermayer2015-09-10
* swscale/utils: Forward luma range to the cascaded context for alphablendingMichael Niedermayer2015-09-10
* swscale/utils: handle gray+alpha formats like gray for luma rangesMichael Niedermayer2015-09-10
* swscale/utils: If the source has no alpha then disable alpha blendawayMichael Niedermayer2015-09-10
* Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes2015-09-08
* Merge commit '2268db2cd052674fde55c7d48b7a5098ce89b4ba'Hendrik Leppkes2015-09-08
|\
| * lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fieldsVittorio Giovara2015-09-07
* | swscale: re-enable gammaPedro Arthur2015-09-04
* | swscale/utils: If cascaded contexts are used forward sws_setColorspaceDetails...Michael Niedermayer2015-08-31
* | swscale/utils: Split scaling if possible and yuv->yuv with different matrixes...Michael Niedermayer2015-08-31
* | swscale: refactor horizontal scalingPedro Arthur2015-08-18
* | swscale/alphablend: Support chroma subsamplingMichael Niedermayer2015-08-09
* | swscale/alphablend: support packed pixel formatsMichael Niedermayer2015-08-09
* | swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer2015-08-08
* | swscale: Add sws_alloc_set_opts()Michael Niedermayer2015-08-08
* | swscale: ayuv64le output supportPaul B Mahol2015-07-24
* | swscale: ayuv64le input supportPaul B Mahol2015-07-24
* | swscale/utils: Clear pix buffersMichael Niedermayer2015-07-15
* | swscale: implement YA8 outputPaul B Mahol2015-07-02
* | swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer2015-06-17
* | Mark vectors as NAN instead of dereferencing NULL pointers on malloc failureMichael Niedermayer2015-06-12
* | swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer2015-06-12
* | swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-06
* | swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-23
* | Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-23
* | Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'Michael Niedermayer2015-03-22
|\|
| * swscale: Check memory allocationFederico Tomassetti2015-03-21
* | swscale/utils: Fix undefined shift in initFilter()Michael Niedermayer2015-03-11
* | swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer2015-02-27
* | swscale/utils: add asserts to check filterposMichael Niedermayer2015-02-24
* | swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer2015-02-24
* | Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915'Michael Niedermayer2015-02-17
|\|
| * swscale: Check memory allocationsFederico Tomassetti2015-02-17
* | swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer2015-02-05
* | Merge commit '928061670e873e816daa14827853b7e11221ff5f'Michael Niedermayer2015-01-15
|\|
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-14
* | swscale: Pass through chroma positions in sws_getCachedContextKieran Kunhya2014-12-26
* | swscale/utils: support bayer input + scaling, and bayer input + any supported...Michael Niedermayer2014-11-12
* | swscale: support internal scaler cascadesMichael Niedermayer2014-10-11
* | swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruftJames Almer2014-10-05
* | swscale: Allow chroma samples to be above and to the left of luma samplesMichael Niedermayer2014-09-21
* | Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e'Michael Niedermayer2014-08-07
|\|
| * swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-07
* | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-04
|\|
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-04
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-04
|\|
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04