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-06-10swscale/utils: clear formatConvBuffer on allocationMichael Niedermayer
2015-06-10swscale/utils: More carefully merge and clear coefficients outside the inputMichael Niedermayer
2015-06-10swscale/utils: Limit filter shifting so as not to read from prior the arrayMichael Niedermayer
2015-06-10swscale: check memory allocationsVittorio Giovara
2015-06-10swscale: increase yuv2rgb table headroomMichael Niedermayer
2015-06-10swscale/x86/rgb2rgb_template: fix crash with tiny size and nv12 outputMichael Niedermayer
2015-06-10swscale/x86/rgb2rgb_template: handle the first 2 lines with C in rgb24toyv12_*()Michael Niedermayer
2014-06-25sws: dont use the optimized 410->420 unscaled conversion when height%4Michael Niedermayer
2014-06-25swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer
2014-06-25swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer
2014-06-25swscale/swscale: fix integer overflowMichael Niedermayer
2014-06-25swscale/x86/swscale: fix missing xmm clobbers in yuv2yuvX_sse3()Michael Niedermayer
2013-12-16swscale/utils: check chroma width for fast bilinear scalerMichael Niedermayer
2013-12-16swscale/utils: remove useless ()Michael Niedermayer
2013-07-19swscale/input: fix 16bit gbrp inputMichael Niedermayer
2013-07-08swscale: treat gray as a fullrage (0-255) formatMichael Niedermayer
2013-06-26swscale: Fix PAL8 input with alphaMichael Niedermayer
2013-06-21swscale: fix filter alignment reduction without inline asmHendrik Leppkes
2013-06-11Check more completely for invalid pix_fmts in planarRgb16ToRgb16Wrapper()Carl Eugen Hoyos
2013-06-10swscale/swscale_unscaled: add ()Michael Niedermayer
2013-06-07Add unscaled converter from GBRP > 8bit to RGBx48/64.Carl Eugen Hoyos
2013-06-03Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer
2013-06-02swscale: ppc: Remove commented-out define cruftDiego Biurrun
2013-05-21add YUVJ411PMichael Niedermayer
2013-05-19swscale/output: silence warning about undefined 'ASSERT_LEVEL'Paul B Mahol
2013-05-19swscale/output: remove unused headerPaul B Mahol
2013-05-18sws/output: yuv2rgb_write() assert that alpha has the correct value in the ta...Michael Niedermayer
2013-05-18sws/output: init A1/A2 so that rgba64 ends with 0xffff in the absence of alph...Michael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-05-14swscale/output: silence compiler warnings about uninitialized variablesMichael Niedermayer
2013-05-13sws/output: remove offset/coef for alpha in rgba64Michael Niedermayer
2013-05-12swscale: RGBA64 outputPaul B Mahol
2013-05-12sws/packed_16bpc_bswap: fix handling of negative strideMichael Niedermayer
2013-05-12Revert "sws: support endianness conversion for AV_PIX_FMT_RGBA64"Michael Niedermayer
2013-05-12sws: support endianness conversion for AV_PIX_FMT_RGBA64Paul B Mahol
2013-05-10sws: add casts to silence pointer type mismatch warningsMichael Niedermayer
2013-05-10sws/output/yuv2gbrp_full_X_c(): silence warning about uninitialized variableMichael Niedermayer
2013-05-10sws/output: silence warnings about uninitialized use of variablesMichael Niedermayer
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-08libswscale: simplify isAnyRGB macroPaul B Mahol
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2013-05-07sws: factorize rgb 9+ planar funcs declarations.Clément Bœsch
2013-05-07Merge commit '9cfa21c8c2b81146aab574f55c93f27e5c2d435c'Michael Niedermayer
2013-05-07Merge commit 'c1eb3e7fecdc270e03a700d61ef941600a6af491'Michael Niedermayer
2013-05-06swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau
2013-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-06Merge commit '6c5eac9a603a91a707d030d96ba97e2ef6b3ce50'Michael Niedermayer
2013-05-06swscale: add support for endianness only conversionJanne Grunau