summaryrefslogtreecommitdiff
path: root/libswscale/utils.c
Commit message (Expand)AuthorAge
...
* | 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
* | swscale/utils: fix rgb -> fullrange yuvMichael Niedermayer2014-07-19
* | swscale/utils: remove unused defineMichael Niedermayer2014-07-19
* | sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer2014-07-19
* | swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis2014-06-13
* | sws: document color range >8bit oddityMichael Niedermayer2014-05-21
* | swscale/utils: Add check that ensures that the hardcoded struct offsets are v...Michael Niedermayer2014-05-14
* | swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array()Michael Niedermayer2014-05-04
* | Merge commit '3a177a9cca924e097265b32f9282814f6b653e08'Michael Niedermayer2014-05-03
|\|
| * swscale: Fix an undefined behaviourLuca Barbato2014-05-03
* | swscale/utils: fix changing src/dst range after initializing the contextMichael Niedermayer2014-04-15
* | swscale/utils: move handling of unscaled case to the end of init functionMichael Niedermayer2014-04-14
* | Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer2014-04-09
|\|
| * swscale: support converting YVYU422 pixel formatVittorio Giovara2014-04-07
* | swscale/utils: scale filter_size in warning so that it can be used as max for...Michael Niedermayer2014-04-09
* | swscale/utils: dont print message about filter size when the cause is a mallo...Michael Niedermayer2014-04-09
* | swscale: add full bgra64 supportMichael Niedermayer2014-04-02
* | Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68'Michael Niedermayer2014-04-02
|\|
| * swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau2014-04-02
| * RGBA64 pixel formatsJean First2014-03-16
* | Do not set swscale sizeFactor to -1.Carl Eugen Hoyos2014-03-25
* | swscale: add two spatially stable dithering methodsØyvind Kolås2014-03-25
* | swscale/utils: Fix color range of gray16Carl Eugen Hoyos2014-03-18
* | libswscale: bayer to rgb24 & yv12 colorspace convertersPeter Ross2014-02-23
* | swscale/utils: fix wrong deprecated message with rgb0Michael Niedermayer2013-12-24
* | swscale/utils: check chroma width for fast bilinear scalerMichael Niedermayer2013-12-15
* | swscale/utils: remove useless ()Michael Niedermayer2013-12-15
* | swscale/utils: factor (d + 1 < 4) outMichael Niedermayer2013-12-15
* | swscale/utils: fill xyz tables only when they will be usedMichael Niedermayer2013-12-07