summaryrefslogtreecommitdiff
path: root/libswscale/x86/yuv2rgb_template.c
Commit message (Expand)AuthorAge
* libswscale/x86/yuv2rgb: Change inline assembly into nasm codeTing Fu2020-02-05
* inline asm: fix arrays as named constraints.Matt Oliver2014-05-07
* sws: fix warning about RGB_PACK24_B_OPERANDS redefinitionLukasz Marek2014-04-10
* Merge commit 'aba70bb5387f12dfa5e6cd8cb861c9c7e668151f'Michael Niedermayer2014-03-26
|\
| * Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* | Automatically change MANGLE() into named inline asm operands when direct symb...Matt Oliver2014-03-18
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-04
|\|
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* | sws: yuv2rgb asm, add memory clobber.Michael Niedermayer2012-01-12
* | In libswscale, use all lines when converting from 422p to rgb with mmx, impro...Baptiste Coudurier2011-06-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * swscale: force --enable-runtime-cpudetect and remove SWS_CPU_CAPS_*.Ronald S. Bultje2011-05-24
| * Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_bgr32_MMX().Diego Biurrun2011-04-11
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Patch from Packman (OpenSuse - packages) to silence rpmlint.Manfred Tremmel2011-04-25
|/
* Rename yuv2rgb_template2.c --> yuv2rgb_template.c now that the other is gone.Diego Biurrun2010-05-30
* Remove GPL-licensed YUV to RGB MMX routines.Diego Biurrun2010-05-30
* Const correctness for src pointer. Remove all constness related warnings inZuxy Meng2010-01-15
* /nop is illegal with Apple's older version of gas, this was fixed elsewhereDavid Conrad2010-01-12
* Make sure that sfence is used after any non temporal stores.Zuxy Meng2010-01-12
* Avoid redefinition of RGB_PLANAR2PACKED24 as the template is included forZuxy Meng2010-01-11
* MMX(2) accelerated yuv420->rgb24 routine, trivial as essentially as it justZuxy Meng2010-01-09
* Remove const to avoid a bunch of GCC warnings against discarded qualifiers andZuxy Meng2010-01-07
* Cosmetics:Ramiro Polla2009-08-16
* BGR32 MMX special convertor.Peter Schlaile2009-08-14
* Move yuv2rgb code to subdirs.Ramiro Polla2009-03-26