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-03swscale: split out x86/swscale_template.c from swscale.c.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-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-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-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
2011-05-24swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje
2011-05-12swscale: fix YUV420P 9/10bit support.Ronald S. Bultje
2011-04-15swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau
2011-04-15swscale: simplify rgb2rgb templatingLuca Barbato
2011-04-15swscale: further cleanup swscale.cJosh Allmann
2011-04-15swscale: partially move the arch specific code leftLuca Barbato
2011-04-15swscale: move away x86 specific code from rgb2rgbLuca Barbato
2011-04-11Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2010-05-30Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun
2010-05-30Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun
2010-05-1913% faster yuv420 to rgb15 mmx.Loren Merritt
2010-05-1940% faster yuv420 to rgb24 mmx.Loren Merritt
2010-05-04alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun
2010-01-15Const correctness for src pointer. Remove all constness related warnings inZuxy Meng
2010-01-12/nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad
2010-01-12Make sure that sfence is used after any non temporal stores.Zuxy Meng
2010-01-11Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng
2010-01-09MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng
2010-01-07Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng
2009-08-17Cosmetics:Ramiro Polla
2009-08-14BGR32 MMX special convertor.Peter Schlaile
2009-03-26Move yuv2rgb code to subdirs.Ramiro Polla