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
2014-06-18swscale/swscale: replace potentially slow % by &Michael Niedermayer
2014-04-16swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer
2014-04-15swscale: factor ff_sws_init_range_convert() outMichael Niedermayer
2014-04-15swscale/swscale: clear to/from convert pointers when they used.Michael Niedermayer
2014-04-13Merge commit '60c4660ba035bbfbcc84ac34129ce40e037c70ad'Michael Niedermayer
2014-03-24swscale/swscale: fix integer overflowMichael Niedermayer
2014-01-10swscale: fix rgb48Toxyz12() endiannessMichael Niedermayer
2013-08-29Merge commit '1909f6b1b6da2db371c179bed5a19aaf979b7557'Michael Niedermayer
2013-08-29Merge commit 'c2503d9c8ab42ea55922e9f5a10c8bfbbbfeaf19'Michael Niedermayer
2013-08-29Merge commit 'a519583991c38d38503ab08357716513facc5725'Michael Niedermayer
2013-08-29swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun
2013-08-29swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun
2013-08-29swscale: x86: Hide arch-specific initialization detailsDiego Biurrun
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: 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-07-23libswscale: Adding RGB => XYZ supportclook
2013-07-19swscale: remove unneeded include assert.hMichael Niedermayer
2013-05-15replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer
2013-05-10sws: add casts to silence pointer type mismatch warningsMichael Niedermayer
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-08libswscale: GBRAP input & output and GBRAP16 input supportPaul B Mahol
2013-04-28sws: fix typo in xyz2rgb matrix use.Michael Niedermayer
2013-04-28sws: Check for malloc failure of rgb0_tmpMichael Niedermayer
2013-04-28sws: support xyz inputMichael Niedermayer
2013-04-15sws: init input_rgb2yuv_table depending on yuv colorspaceMichael Niedermayer
2013-04-15sws: move RGB2YUV_SHIFT to swscale_internal.hMichael Niedermayer
2013-04-14sws/input: replace hardcoded rgb2yuv coefficients by tableMichael Niedermayer
2013-02-04sws: Fix "warning: comparison of distinct pointer types lacks a cast"Michael Niedermayer
2013-01-28swscale: GBRP output supportMichael Niedermayer
2013-01-26sws: GBRP output supportMichael Niedermayer
2013-01-20sws: check that dither array is not null before memsetMichael Niedermayer
2013-01-19sws: Only reset dither state for bitexact modeMichael Niedermayer
2013-01-19sws: Support error diffusion dither for mono outputMichael Niedermayer
2012-12-29sws: fix warning: cast from pointer to integer of different sizeMichael Niedermayer
2012-12-29swscale: fix warning: assignment from incompatible pointer typeMichael Niedermayer
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-08sws_scale: check input against NULLMichael Niedermayer
2012-10-30swscale.c:remove fill_plane9or10() use fillPlane16()Michael Niedermayer
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-10-30swscale: support gray to 9bit and 10bit formatsLuca Barbato
2012-10-14sws: get rid of C99 signed overflows try #2Michael Niedermayer
2012-10-14sws: avoid signed C99 overflowsMichael Niedermayer
2012-10-12sws: do not use av_pix_fmt_descriptors directlyPaul B Mahol
2012-10-12Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'Michael Niedermayer
2012-10-12sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov