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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-18swscale: refactor horizontal scalingPedro Arthur
2015-08-09swscale/alphablend: Support chroma subsamplingMichael Niedermayer
2015-08-09swscale/alphablend: support packed pixel formatsMichael Niedermayer
2015-08-08swscale: Implement alphablendaway for planar 4:4:4 formatsMichael Niedermayer
2015-08-08swscale: Add sws_alloc_set_opts()Michael Niedermayer
2015-07-24swscale: ayuv64le output supportPaul B Mahol
2015-07-24swscale: ayuv64le input supportPaul B Mahol
2015-07-15swscale/utils: Clear pix buffersMichael Niedermayer
2015-07-02swscale: implement YA8 outputPaul B Mahol
2015-06-17swscale/output: Add rgba64/rgb48/bgra64/bgr48 output functions with full chro...Michael Niedermayer
2015-06-12Mark vectors as NAN instead of dereferencing NULL pointers on malloc failureMichael Niedermayer
2015-06-12swscale: Assert that pixel format descriptor is not NULLMichael Niedermayer
2015-05-06swscale: add yuv440p10/12 pixfmts.Ronald S. Bultje
2015-04-23swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flagMichael Niedermayer
2015-04-23Add gamma encodign/decoding before/after scaling in libswscalePedro Arthur
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