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
2011-05-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-29Add const to vector types for input in altivec code.Reimar Döffinger
2011-05-29Remove unused variable, avoiding compiler warning.Reimar Döffinger
2011-05-29Cast pointers to uintptr_t rather than unsigned int.Reimar Döffinger
2011-05-29swscale: Remove disabled code.Diego Biurrun
2011-05-29Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer
2011-05-29swscale: Commits that could not be pulled earlier due to bugs #2Michael Niedermayer
2011-05-29Commits that could not be pulled earlier due to bugs.Michael Niedermayer
2011-05-28swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje
2011-05-28swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-28sws: replace all long with int.Anton Khirnov
2011-05-28swscale: fix crash in bilinear scaling.Ronald S. Bultje
2011-05-28rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje
2011-05-28swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje
2011-05-28swscale: reformat x86/swscale_template.c.Ronald S. Bultje
2011-05-28swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje
2011-05-28swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje
2011-05-28swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje
2011-05-28swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje
2011-05-28swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov
2011-05-28swscale: Remove commented-out printf cruft.Diego Biurrun
2011-05-27swscale: Remove unused variables in x86 code.Diego Biurrun
2011-05-27swscale: delay allocation of formatConvBuffer().Ronald S. Bultje
2011-05-27swscale: fix build with --disable-swscale-alpha.Ronald S. Bultje
2011-05-27swscale: fix non-bitexact yuv2yuv[X2]() MMX/MMX2 functions.Ronald S. Bultje
2011-05-27swscale: dont loose precission on RGB/BGR48 input, that is dont drop half the...Michael Niedermayer
2011-05-27swscale: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer
2011-05-26swscale: fix compile on ppc.Ronald S. Bultje
2011-05-26swscale: fix compile on x86-32.Ronald S. Bultje
2011-05-26swscale: use av_clip_uint8() in yuv2yuv1_c().Ronald S. Bultje
2011-05-26swscale: remove VOF/VOFW.Ronald S. Bultje
2011-05-26swscale: split chroma buffers into separate U/V planes.Ronald S. Bultje
2011-05-26swscale: replace formatConvBuffer[VOF] by allocated array.Ronald S. Bultje
2011-05-26rgb2rgb: remove duplicate mmx/mmx2/3dnow/sse2 functions.Ronald S. Bultje
2011-05-26swscale: reindent h[cy]scale_fast() and updateDitherTables().Ronald S. Bultje
2011-05-26swscale: reformat x86/swscale_template.c.Ronald S. Bultje
2011-05-26swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje
2011-05-26swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje
2011-05-26swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje
2011-05-26swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje
2011-05-26swscale: revive SWS_CPU_CAPS until next major bump.Anton Khirnov
2011-05-26swscale: Remove commented-out printf cruft.Diego Biurrun
2011-05-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-26swscale: Remove orphaned, commented-out function declaration.Diego Biurrun
2011-05-26swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer
2011-05-25swscale: document SWS_CPU_CAPS*Michael Niedermayer
2011-05-25Revert removial of SWS flags from e66149e714006d099d1ebfcca3f22ca74fc7dcf4Michael Niedermayer
2011-05-25swscale: remove duplicatiopn of rgb24toyv12_c()Michael Niedermayer
2011-05-25Return -1 on invalid input instead of crashing.Jean-Tiare Le Bigot
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer