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-06-05swscale: override the lack of the accurate rounding flag when needed for dither.Michael Niedermayer
2011-06-05swscale: factor should_dither outMichael Niedermayer
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03swscale: split swscale.c in unscaled and generic conversion routines.Ronald S. Bultje
2011-06-03swscale: cosmetics.Ronald S. Bultje
2011-06-03swscale: integrate (literally) swscale_template.c in swscale.c.Ronald S. Bultje
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-03swscale: enable hScale_altivec_real.Ronald S. Bultje
2011-06-03swscale: split out ppc _template.c files from main swscale.c.Ronald S. Bultje
2011-06-03swscale: remove indirections in ppc/swscale_template.c.Ronald S. Bultje
2011-06-03swscale: split out unscaled altivec YUV converters in their own file.Ronald S. Bultje
2011-06-03swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.Ronald S. Bultje
2011-06-03In libswscale, use all lines when converting from 422p to rgb with mmx, impro...Baptiste Coudurier
2011-06-03swscale: reintroduce sws_format_name() symbolStefano Sabatini
2011-06-02swscale: dither for planar yuv outputsMichael Niedermayer
2011-06-02swscale: Fix use of uninitialized valuesMichael Niedermayer
2011-06-02swscale: allocate larger buffer to handle altivec overreads.Ronald S. Bultje
2011-06-02Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails.Reimar Döffinger
2011-06-01swscale: fix compilation of bfin due to missing pixdesc.h headerStefano Sabatini
2011-06-01swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C()Michael Niedermayer
2011-05-31swscale: Remove unused variable.Diego Biurrun
2011-05-30Add "const" to avoid "initialization discards qualifiers" warning.Reimar Döffinger
2011-05-30Add const to fix "cast discards qualifiers" warnings.Reimar Döffinger
2011-05-30Include pixdesc.h for av_get_pix_fmt_name.Reimar Döffinger
2011-05-30swscale: remove sws_format_name()Stefano Sabatini
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