| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: replace explicit REP_RETs with RETs | Lynne | 2023-02-01 | 1 | -7/+7 |
* | swscale/x86/swscale: Remove obsolete and harmful MMX(EXT) functions | Andreas Rheinhardt | 2022-06-22 | 1 | -72/+10 |
* | swscale/x86/input.asm: add x86-optimized planer rgb2yuv functions | Mark Reid | 2022-01-11 | 1 | -1/+483 |
* | swscale/x86/input: prevent RGB32_TO_Y_FN from reading into the padding | Michael Niedermayer | 2014-06-22 | 1 | -1/+19 |
* | swscale/x86/input: prevent RGB32_TO_UV_FN from reading into the padding | Michael Niedermayer | 2014-06-22 | 1 | -0/+26 |
* | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | sws/x86: update rgba->yuv to use user supplied table | Michael Niedermayer | 2013-04-15 | 1 | -12/+24 |
* | sws/x86: update rgb/bgr->yuv code to use provided coefficient table | Michael Niedermayer | 2013-04-15 | 1 | -16/+30 |
* | Merge commit 'ef5d41a5534b65f03d02f2e11a503ab8416bfc3b' | Michael Niedermayer | 2013-01-19 | 1 | -4/+4 |
|\ |
|
| * | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -4/+4 |
* | | 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 | -3/+3 |
* | | Fix compilation with old yasm that does not support AVX. | Carl Eugen Hoyos | 2012-02-14 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-03 | 1 | -0/+157 |
|\| |
|
| * | swscale: implement MMX, SSE2 and AVX functions for RGB32 input. | Ronald S. Bultje | 2012-02-01 | 1 | -0/+159 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-02 | 1 | -16/+13 |
|\| |
|
| * | swscale: make rgb24 function macros slightly smaller. | Ronald S. Bultje | 2012-02-01 | 1 | -16/+13 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -4/+273 |
|\| |
|
| * | swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm. | Ronald S. Bultje | 2012-01-27 | 1 | -0/+271 |
| * | config.asm: change %ifdef directives to %if directives. | Ronald S. Bultje | 2012-01-27 | 1 | -4/+4 |
* | | Fix compilation with yasm-0.6.2 | Carl Eugen Hoyos | 2012-01-12 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-11 | 1 | -2/+2 |
|\| |
|
| * | swscale: specify register type. | Oka Motofumi | 2012-01-10 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-10 | 1 | -11/+11 |
|/ |
|
* | swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm. | Ronald S. Bultje | 2012-01-08 | 1 | -0/+242 |