| Commit message (Expand) | Author | Age | Files | Lines |
* | rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytes | Michael Niedermayer | 2014-01-21 | 1 | -0/+27 |
* | swscale/x86/rgb2rgb: add support for AVX | Michael Niedermayer | 2014-01-21 | 2 | -4/+15 |
* | x86: Consistently use cpu flag detection macros in places that still miss it | Diego Biurrun | 2014-01-14 | 2 | -4/+5 |
* | swscale: x86: Consistently use lowercase function name suffixes | Diego Biurrun | 2013-11-22 | 3 | -24/+30 |
* | swscale: x86: Hide arch-specific initialization details | Diego Biurrun | 2013-08-28 | 4 | -12/+12 |
* | swscale: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+3 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -11/+11 |
* | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -4/+4 |
* | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 1 | -1/+1 |
* | x86: mmx2 ---> mmxext in asm constructs | Diego Biurrun | 2012-11-14 | 2 | -6/+6 |
* | x86: PALIGNR: port to cpuflags | Diego Biurrun | 2012-11-09 | 1 | -3/+1 |
* | x86: mmx2 ---> mmxext in function names | Diego Biurrun | 2012-10-31 | 3 | -7/+9 |
* | x86: MMX2 ---> MMXEXT in macro names | Diego Biurrun | 2012-10-31 | 1 | -20/+20 |
* | x86: mmx2 ---> mmxext in variable names | Diego Biurrun | 2012-10-31 | 1 | -6/+5 |
* | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 6 | -10/+10 |
* | x86: yasm: Use complete source path for macro helper %includes | Diego Biurrun | 2012-10-31 | 3 | -3/+3 |
* | x86: include x86inc.asm in x86util.asm | Diego Biurrun | 2012-10-31 | 3 | -3/+0 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 4 | -46/+46 |
* | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 2 | -12/+12 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 2 | -8/+8 |
* | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -1/+1 |
* | swscale: x86: fix #endif comments in rgb2rgb template file | Giorgio Vazzana | 2012-08-19 | 1 | -2/+2 |
* | x86: swscale: fix fragile memory accesses | Mans Rullgard | 2012-08-13 | 1 | -147/+137 |
* | x86: swscale: remove disabled code | Mans Rullgard | 2012-08-13 | 1 | -84/+0 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 3 | -3/+3 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 6 | -46/+46 |
* | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 3 | -3/+6 |
* | swscale: x86: Drop pointless _mmx suffix from filenames | Diego Biurrun | 2012-07-23 | 3 | -2/+2 |
* | x86: swscale: Place inline assembly code under appropriate #ifdefs | Ronald S. Bultje | 2012-07-21 | 3 | -0/+18 |
* | swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32. | Martin Storsjö | 2012-07-04 | 1 | -6/+9 |
* | build: Move all arch OBJS declarations into arch subdirectory Makefiles. | Diego Biurrun | 2012-04-12 | 1 | -0/+9 |
* | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 2 | -16/+6 |
* | swscale: convert hscale() to use named arguments. | Ronald S. Bultje | 2012-03-14 | 1 | -94/+98 |
* | swscale: convert hscale to cpuflags(). | Ronald S. Bultje | 2012-03-14 | 1 | -35/+37 |
* | swscale: make filterPos 32bit. | Ronald S. Bultje | 2012-03-06 | 3 | -19/+22 |
* | 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 |
* | swscale: take first/lastline over/underflows into account for MMX. | Ronald S. Bultje | 2012-02-23 | 1 | -0/+38 |
* | Revert two swscale commits. | Ronald S. Bultje | 2012-02-19 | 2 | -2/+16 |
* | swscale: make access to filter data conditional on filter type. | Ronald S. Bultje | 2012-02-17 | 1 | -10/+20 |
* | swscale: update context offsets after removal of AlpMmxFilter. | Ronald S. Bultje | 2012-02-17 | 1 | -2/+2 |
* | swscale: Remove some write-only variables related to alpha handling. | Diego Biurrun | 2012-02-14 | 1 | -14/+0 |
* | swscale: fix crashes in yuv2yuvX on x86-32. | Ronald S. Bultje | 2012-02-13 | 1 | -2/+2 |
* | 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 |
* | swscale: sign-extend integer function argument to qword on x86-64. | Ronald S. Bultje | 2012-02-08 | 1 | -0/+1 |
* | swscale: make yuv2yuv1 use named registers. | Ronald S. Bultje | 2012-02-07 | 1 | -25/+25 |
* | swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case. | Ronald S. Bultje | 2012-02-07 | 1 | -12/+12 |
* | win64: add a XMM clobber test configure option. | Ronald S. Bultje | 2012-02-02 | 1 | -0/+31 |