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-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08swscale: fix types of assembly arguments.Ronald S. Bultje
2011-06-08swscale: move two macros that are only used once into caller.Ronald S. Bultje
2011-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-07swscale: reindent x86 init code.Ronald S. Bultje
2011-06-07swscale: extract SWS_FULL_CHR_H_INT conditional into init code.Ronald S. Bultje
2011-06-07swscale: un-special-case yuv2yuvX16_c().Ronald S. Bultje
2011-06-05swscale: override the lack of the accurate rounding flag when needed for dither.Michael Niedermayer
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03swscale: split out x86/swscale_template.c from swscale.c.Ronald S. Bultje
2011-06-03In libswscale, use all lines when converting from 422p to rgb with mmx, impro...Baptiste Coudurier
2011-06-02swscale: dither for planar yuv outputsMichael Niedermayer
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-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: Remove commented-out printf cruft.Diego Biurrun
2011-05-27swscale: Remove unused variables in x86 code.Diego Biurrun
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: Do not loose precission on yuv values after rgb->yuv.Michael Niedermayer
2011-05-26swscale: fix compile on x86-32.Ronald S. Bultje
2011-05-26swscale: split chroma buffers into separate U/V planes.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: Remove commented-out printf cruft.Diego Biurrun
2011-05-26swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer
2011-05-25swscale: remove duplicatiopn of rgb24toyv12_c()Michael Niedermayer
2011-05-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-25Merge swscale bloatupMichael Niedermayer
2011-05-24swscale: remove if(bitexact) branch from functions.Ronald S. Bultje
2011-05-24swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje
2011-05-24swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje
2011-05-24swscale: use emms_c().Ronald S. Bultje
2011-05-24swscale: remove dead macro WRITEBGR24OLD.Ronald S. Bultje
2011-05-24swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje
2011-05-24swscale: remove duplicated x86/ functions.Ronald S. Bultje