Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-22Merge commit '7ebb3022297aa00afda6800105684b8303f2608e'Michael Niedermayer
2015-03-22swscale: Check memory allocationFederico Tomassetti
2015-03-11swscale/utils: Fix undefined shift in initFilter()Michael Niedermayer
2015-02-27swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer
2015-02-24swscale/utils: add asserts to check filterposMichael Niedermayer
2015-02-24swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer
2015-02-18Merge commit 'e51f22122d23589e93ac4f0b3e570bb925755915'Michael Niedermayer
2015-02-17swscale: Check memory allocationsFederico Tomassetti
2015-02-05swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer
2015-01-15Merge commit '928061670e873e816daa14827853b7e11221ff5f'Michael Niedermayer
2015-01-14libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2014-12-26swscale: Pass through chroma positions in sws_getCachedContextKieran Kunhya
2014-11-13swscale/utils: support bayer input + scaling, and bayer input + any supported...Michael Niedermayer
2014-10-11swscale: support internal scaler cascadesMichael Niedermayer
2014-10-06swscale: remove obsolete FF_API_SWS_FORMAT_NAME cruftJames Almer
2014-09-21swscale: Allow chroma samples to be above and to the left of luma samplesMichael Niedermayer
2014-08-07Merge commit 'bb789016d423d2cfacd2904ac66257bdf7f0964e'Michael Niedermayer
2014-08-07swscale: Undeprecate sws_getContext()Diego Biurrun
2014-08-05Merge commit 'f84a1b597c29dc035b8d5529ef88c2d7ff057820'Michael Niedermayer
2014-08-04Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer
2014-08-04swscale: support AV_PIX_FMT_YA16 as inputVittorio Giovara
2014-08-04avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara
2014-07-20swscale/utils: fix rgb -> fullrange yuvMichael Niedermayer
2014-07-20swscale/utils: remove unused defineMichael Niedermayer
2014-07-19sws/x86: split mmxext fast bilinear scaler outMichael Niedermayer
2014-06-13swscale: Allow the max filter size to be set at compile timeDerek Buitenhuis
2014-05-21sws: document color range >8bit oddityMichael Niedermayer
2014-05-14swscale/utils: Add check that ensures that the hardcoded struct offsets are v...Michael Niedermayer
2014-05-04swscale/utils: use FF_ALLOC(Z)_ARRAY_OR_GOTO() and av_malloc(z)_array()Michael Niedermayer
2014-05-04Merge commit '3a177a9cca924e097265b32f9282814f6b653e08'Michael Niedermayer
2014-05-03swscale: Fix an undefined behaviourLuca Barbato
2014-04-15swscale/utils: fix changing src/dst range after initializing the contextMichael Niedermayer
2014-04-15swscale/utils: move handling of unscaled case to the end of init functionMichael Niedermayer
2014-04-09Merge commit '92b099daf4b8ef93513e38b43899cb8458a2fde3'Michael Niedermayer
2014-04-09swscale/utils: scale filter_size in warning so that it can be used as max for...Michael Niedermayer
2014-04-09swscale/utils: dont print message about filter size when the cause is a mallo...Michael Niedermayer
2014-04-08swscale: support converting YVYU422 pixel formatVittorio Giovara
2014-04-02swscale: add full bgra64 supportMichael Niedermayer
2014-04-02Merge commit '0ca0924c10d9617a5793964bf79655424ef32b68'Michael Niedermayer
2014-04-02swscale: add endianness conversion for AV_PIX_FMT_BGRA64|RGBA64Janne Grunau
2014-03-25Do not set swscale sizeFactor to -1.Carl Eugen Hoyos
2014-03-25swscale: add two spatially stable dithering methodsØyvind Kolås
2014-03-19swscale/utils: Fix color range of gray16Carl Eugen Hoyos
2014-03-17RGBA64 pixel formatsJean First
2014-02-23libswscale: bayer to rgb24 & yv12 colorspace convertersPeter Ross
2013-12-25swscale/utils: fix wrong deprecated message with rgb0Michael Niedermayer
2013-12-15swscale/utils: check chroma width for fast bilinear scalerMichael Niedermayer
2013-12-15swscale/utils: remove useless ()Michael Niedermayer
2013-12-15swscale/utils: factor (d + 1 < 4) outMichael Niedermayer
2013-12-07swscale/utils: fill xyz tables only when they will be usedMichael Niedermayer