summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* swscale/utils: Fix chrSrcHSubSample for GBRAP16Michael Niedermayer2016-02-241-0/+1
* swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() callsMichael Niedermayer2016-01-151-4/+18
* swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny ...Michael Niedermayer2016-01-151-0/+6
* swscale/utils: Fix intermediate format for cascaded alpha downscalingMichael Niedermayer2016-01-151-0/+3
* swscale/utils: Fix for runtime error: left shift of negative value -1Michael Niedermayer2015-12-061-1/+1
* 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
* swscale/utils: Clear pix buffersMichael Niedermayer2015-07-151-3/+3
* swscale: implement YA8 outputPaul B Mahol2015-07-021-1/+1
* swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer2015-06-171-0/+8
* Mark vectors as NAN instead of dereferencing NULL pointers on malloc failureMichael Niedermayer2015-06-121-0/+38
* swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer2015-06-121-0/+1
* swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje2015-05-061-0/+4
* swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer2015-04-231-13/+9
* Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur2015-04-231-0/+76
* Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'Michael Niedermayer2015-03-221-8/+14
|\
| * swscale: Check memory allocationFederico Tomassetti2015-03-211-8/+14
* | swscale/utils: Fix undefined shift in initFilter()Michael Niedermayer2015-03-111-1/+1
* | swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer2015-02-271-1/+1
* | swscale/utils: add asserts to check filterposMichael Niedermayer2015-02-241-0/+7
* | swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer2015-02-241-5/+15
* | Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915'Michael Niedermayer2015-02-171-0/+9
|\ \ | |/
| * swscale: Check memory allocationsFederico Tomassetti2015-02-171-0/+9
* | swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer2015-02-051-2/+3
* | Merge commit '928061670e873e816daa14827853b7e11221ff5f'Michael Niedermayer2015-01-151-2/+2
|\ \ | |/
| * libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol2015-01-141-0/+3
* | swscale: Pass through chroma positions in sws_getCachedContextKieran Kunhya2014-12-261-0/+13
* | swscale/utils: support bayer input + scaling, and bayer input + any supported...Michael Niedermayer2014-11-121-0/+25
* | swscale: support internal scaler cascadesMichael Niedermayer2014-10-111-11/+43
* | swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruftJames Almer2014-10-051-11/+0
* | swscale: Allow chroma samples to be above and to the left of luma samplesMichael Niedermayer2014-09-211-1/+1
* | Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e'Michael Niedermayer2014-08-071-2/+0
|\ \ | |/
| * swscale: Undeprecate sws_getContext()Diego Biurrun2014-08-071-2/+0
* | Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer2014-08-041-0/+2
|\ \ | |/
| * swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara2014-08-041-0/+2
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-041-1/+1
|\ \ | |/
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-041-1/+1
* | swscale/utils: fix rgb -> fullrange yuvMichael Niedermayer2014-07-191-1/+1
* | swscale/utils: remove unused defineMichael Niedermayer2014-07-191-2/+0
* | sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer2014-07-191-170/+4
* | swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis2014-06-131-1/+1
* | sws: document color range >8bit oddityMichael Niedermayer2014-05-211-0/+2