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
2013-08-19swscale: improve dither checksMichael Niedermayer
2013-08-19swscale: set dither to a specific value for rgb/bgr8 outputMichael Niedermayer
2013-08-16swscale: change ff_dither_8x8_128 dimensions to be consistent with the othersMichael Niedermayer
2013-08-16Merge commit 'aa2ba8c99e5708884a56aea9c1d96e014866f8a3'Michael Niedermayer
2013-08-16Merge commit 'd258531502b24cb653204fe4f003c8815755bdc4'Michael Niedermayer
2013-08-15sws: add dither enumMichael Niedermayer
2013-08-15swscale_unscaled: make dither_scale static, its not used elsewhere and has no...Michael Niedermayer
2013-08-15swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun
2013-08-15swscale: Mark a bunch of tables only used within one file staticDiego Biurrun
2013-08-08swscale/utils: Fix potential overflow of srcPos*C before converting to 64bitMichael Niedermayer
2013-08-08swscale/utils: Fix potential overflow of dstPos*xInc before converting to 64bitMichael Niedermayer
2013-08-03Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-07-27swscale/fill_rgb2yuv_table: fix default detectionMichael Niedermayer
2013-07-25swscale/sws_getColorspaceDetails: dont fail for non yuvMichael Niedermayer
2013-07-25swscale: exchange src & dst chroma posMichael Niedermayer
2013-07-23libswscale: Adding RGB => XYZ supportclook
2013-07-19swscale: remove unneeded include assert.hMichael Niedermayer
2013-07-19swscale/input: fix 16bit gbrp inputMichael Niedermayer
2013-07-17swscale/options: fix copy and paste typoMichael Niedermayer
2013-07-17swscale: Add support to specify chroma positionMichael Niedermayer
2013-07-16swscale: move default colorspace setup to sws_init_filter()Michael Niedermayer
2013-07-14swscale: call handle_format() from the functions that need itMichael Niedermayer
2013-07-14swscale: make handle_formats() safe to be called multiple timesMichael Niedermayer
2013-07-14swscale: move format handling to its own functionMichael 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