| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale/output: Bias 16bps output calculations to improve non overflowing ran... | Michael Niedermayer | 2022-11-04 | 1 | -1/+15 |
* | swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions | Andreas Rheinhardt | 2022-06-22 | 1 | -27/+3 |
* | swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functions | Mark Reid | 2022-01-11 | 1 | -1/+433 |
* | swscale/x86/output: add missing AVX2 support preprocessor wrappers | James Almer | 2020-08-20 | 1 | -0/+2 |
* | swscale/x86/output: add AVX2 version of yuv2nv12cX | Nelson Gomez | 2020-06-14 | 1 | -1/+125 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | | swscale/x86/output: Fix yuv2planeX_16* with unaligned destination | Michael Niedermayer | 2016-02-17 | 1 | -7/+16 |
* | | swscale/x86/output: Move code into yuv2planeX_mainloop | Michael Niedermayer | 2016-02-17 | 1 | -69/+72 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-19 | 1 | -1/+1 |
|\| |
|
| * | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-14 | 1 | -2/+2 |
|\| |
|
| * | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-10 | 1 | -3/+1 |
|\| |
|
| * | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -3/+1 |
* | | Merge commit '652f5185945c8405fc57aed353286858df8d066f' | Michael Niedermayer | 2012-10-31 | 1 | -2/+2 |
|\| |
|
| * | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 1 | -2/+2 |
* | | Merge commit '04581c8c77ce779e4e70684ac45302972766be0f' | Michael Niedermayer | 2012-10-31 | 1 | -1/+1 |
|\| |
|
| * | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 1 | -1/+1 |
* | | Merge commit '6860b4081d046558c44b1b42f22022ea341a2a73' | Michael Niedermayer | 2012-10-31 | 1 | -1/+0 |
|\| |
|
| * | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 1 | -1/+0 |
* | | Add some missing _EXTERNAL suffixes to yasm source files. | Carl Eugen Hoyos | 2012-08-31 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -2/+2 |
|\| |
|
| * | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-05 | 1 | -5/+8 |
|\| |
|
| * | swscale: make %rep unconditional. | Ronald S. Bultje | 2012-03-03 | 1 | -4/+7 |
| * | swscale: remove now unnecessary hack. | Ronald S. Bultje | 2012-03-03 | 1 | -1/+1 |
* | | Fix compilation with old yasm that does not support AVX. | Carl Eugen Hoyos | 2012-02-14 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-14 | 1 | -2/+2 |
|\| |
|
| * | swscale: fix crashes in yuv2yuvX on x86-32. | Ronald S. Bultje | 2012-02-13 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-13 | 1 | -34/+34 |
|\| |
|
| * | swscale: convert yuv2yuvX() to using named arguments. | Ronald S. Bultje | 2012-02-12 | 1 | -11/+11 |
| * | swscale: rename "dstw" to "w" to prevent name collisions. | Ronald S. Bultje | 2012-02-12 | 1 | -23/+23 |
| * | swscale: use named registers in yuv2yuv1_plane() place. | Ronald S. Bultje | 2012-02-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-09 | 1 | -0/+1 |
|\| |
|
| * | swscale: sign-extend integer function argument to qword on x86-64. | Ronald S. Bultje | 2012-02-08 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-08 | 1 | -25/+25 |
|\| |
|
| * | swscale: make yuv2yuv1 use named registers. | Ronald S. Bultje | 2012-02-07 | 1 | -25/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -8/+8 |
|\| |
|
| * | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-15 | 1 | -59/+58 |
|\| |
|
| * | swscale: change yuv2yuvX code to use cpuflag(). | Ronald S. Bultje | 2012-01-13 | 1 | -60/+59 |
* | | Fix compilation with yasm-0.6.2 | Carl Eugen Hoyos | 2012-01-12 | 1 | -0/+4 |
|/ |
|
* | swscale: split scale.asm. | Ronald S. Bultje | 2012-01-03 | 1 | -0/+409 |