summaryrefslogtreecommitdiffstats
path: root/libswscale/x86
Commit message (Expand)AuthorAgeFilesLines
...
* swscale: reformat x86/swscale_template.c.Ronald S. Bultje2011-05-261-852/+868
* swscale: remove duplicate mmx/mmx2 functions if they are identical.Ronald S. Bultje2011-05-261-1/+12
* swscale: remove if (c->dstFormat) branch from yuv2packed[12X]().Ronald S. Bultje2011-05-261-136/+234
* swscale: remove if(full_chr_int) from yuv2packed1().Ronald S. Bultje2011-05-261-5/+0
* swscale: remove if(accurate_rnd) branch from functions.Ronald S. Bultje2011-05-261-16/+42
* swscale: Remove commented-out printf cruft.Diego Biurrun2011-05-261-1/+0
* swscale: Eliminate rgb24toyv12_c() duplication.Michael Niedermayer2011-05-261-46/+1
* swscale: remove if(bitexact) branch from functions.Ronald S. Bultje2011-05-241-23/+11
* swscale: remove if(canMMX2BeUsed) conditional.Ronald S. Bultje2011-05-241-91/+8
* swscale: remove swScale_{c,MMX,MMX2} duplication.Ronald S. Bultje2011-05-241-292/+13
* swscale: use emms_c().Ronald S. Bultje2011-05-241-1/+1
* swscale: remove dead macro WRITEBGR24OLD.Ronald S. Bultje2011-05-241-56/+0
* swscale: remove AMD3DNOW "optimizations".Ronald S. Bultje2011-05-241-13/+2
* swscale: remove duplicated x86/ functions.Ronald S. Bultje2011-05-241-196/+16
* swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-244-65/+64
* swscale: fix YUV420P 9/10bit support.Ronald S. Bultje2011-05-111-2/+2
* swscale: fix compilation with --enable-runtime-cpudetectJanne Grunau2011-04-152-53/+80
* swscale: simplify rgb2rgb templatingLuca Barbato2011-04-142-302/+1
* swscale: further cleanup swscale.cJosh Allmann2011-04-141-0/+54
* swscale: partially move the arch specific code leftLuca Barbato2011-04-141-0/+2818
* swscale: move away x86 specific code from rgb2rgbLuca Barbato2011-04-142-0/+3084
* Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-111-0/+4
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-192-8/+8
* consolidate .gitignore patters into a single fileJanne Grunau2011-01-181-2/+0
* convert svn:ignore properties to .gitignore filesJanne Grunau2011-01-171-0/+2
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun2010-05-302-2/+2
* Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun2010-05-302-572/+0
* 13% faster yuv420 to rgb15 mmx.Loren Merritt2010-05-192-21/+19
* 40% faster yuv420 to rgb24 mmx.Loren Merritt2010-05-191-72/+71
* alternative LGPL-licensed, MMX-optimized YUV to RGB conversion routinesDiego Biurrun2010-05-042-0/+467
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-151-13/+13
* /nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad2010-01-121-1/+1
* Make sure that sfence is used after any non temporal stores.Zuxy Meng2010-01-121-2/+2
* Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng2010-01-111-0/+1
* MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng2010-01-092-98/+118
* Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng2010-01-071-2/+2
* Cosmetics:Ramiro Polla2009-08-162-16/+23
* BGR32 MMX special convertor.Peter Schlaile2009-08-142-21/+85
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-262-0/+573
OpenPOWER on IntegriCloud