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
2013-01-20sws: check that dither array is not null before memsetMichael Niedermayer
2013-01-20sws: Check for unsupported combination of ED/FULL_CHR flagsMichael Niedermayer
2013-01-20sws: Fix error diffusion flagMichael Niedermayer
2013-01-19Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b'Michael Niedermayer
2013-01-19sws: fix ED mono dither black levelMichael Niedermayer
2013-01-19sws: Enable full chroma resolution when needed for ED ditherMichael Niedermayer
2013-01-19sws: Only reset dither state for bitexact modeMichael Niedermayer
2013-01-19sws: rgb/bgr 4/8 error diffusion ditherMichael Niedermayer
2013-01-19sws: add AVOption flag for error diffusion ditherMichael Niedermayer
2013-01-19sws: Support error diffusion dither for mono outputMichael Niedermayer
2013-01-18x86inc: Rename "program_name" to "private_prefix"Diego Biurrun
2013-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-05swscale: fix NULL checking in sws_alloc_context()Xi Wang
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-26libswscale/swscale-test: fix some const correctnessMichael Niedermayer
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-11doxy: add ref for lavfi, lpp and lsws.Clément Bœsch
2012-12-08sws_scale: check input against NULLMichael Niedermayer
2012-12-01swscale: fix 12 and 14 bit YUV planar output with scaling.Michael Niedermayer
2012-11-29lsws: define version in SWScaler classStefano Sabatini
2012-11-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-18x86: SPLATD: port to cpuflagsDiego Biurrun
2012-11-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-16libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau
2012-11-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-01Merge commit 'fa8fcab1e0d31074c0644c4ac5194474c6c26415'Michael Niedermayer
2012-11-01sws: bump micro for range bugfixMichael Niedermayer
2012-10-31x86: mmx2 ---> mmxext in function namesDiego Biurrun
2012-10-31swscale: do not forget to swap data in formats with different endiannessKostya Shishkov
2012-10-31Merge commit 'be923ed659016350592acb9b3346f706f8170ac5'Michael Niedermayer
2012-10-31Merge commit 'a65bdceb060628881578afb29df4eb222421381f'Michael Niedermayer
2012-10-31Merge commit '652f5185945c8405fc57aed353286858df8d066f'Michael Niedermayer
2012-10-31Merge commit '04581c8c77ce779e4e70684ac45302972766be0f'Michael Niedermayer
2012-10-31Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73'Michael Niedermayer
2012-10-31sws: fix handling of big endian alphaMichael Niedermayer
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in variable namesDiego Biurrun
2012-10-31x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun
2012-10-31x86: yasm: Use complete source path for macro helper %includesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-30swscale.c:remove fill_plane9or10() use fillPlane16()Michael Niedermayer
2012-10-30sws: move fillPlane16() to header so it can be used from more than 1 placeMichael Niedermayer
2012-10-30sws_unscaled: drop fill_plane9or10()Michael Niedermayer
2012-10-30sws: fix BE/LE handling for fillPlane16()Michael Niedermayer
2012-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer