| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/swscale: use unsigned to build SIMD values to avoid signed overflow | Michael Niedermayer | 2012-09-11 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-09 | 2 | -12/+12 |
|\ |
|
| * | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 2 | -12/+12 |
* | | Remove redundant masks in STORE_BGR24_MMX. | Hans-Kristian Arntzen | 2012-09-02 | 1 | -3/+0 |
* | | Fix compilation with yasm-0.6.2. | Carl Eugen Hoyos | 2012-09-01 | 1 | -1/+1 |
* | | Add some missing _EXTERNAL suffixes to yasm source files. | Carl Eugen Hoyos | 2012-08-31 | 2 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 2 | -8/+8 |
|\| |
|
| * | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 2 | -8/+8 |
* | | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT | XhmikosR | 2012-08-20 | 1 | -1/+1 |
* | | libswscale: fix #endif comments in rgb2rgb_template.c | Giorgio Vazzana | 2012-08-16 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-14 | 1 | -231/+137 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 3 | -3/+3 |
|\| |
|
| * | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 3 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 6 | -47/+47 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 6 | -46/+46 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 4 | -5/+8 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 3 | -0/+18 |
|\| |
|
| * | x86: swscale: Place inline assembly code under appropriate #ifdefs | Ronald S. Bultje | 2012-07-21 | 3 | -0/+18 |
* | | sws/x86: add av_assert() to ensure 16bit code is used with 16bit data | Michael Niedermayer | 2012-07-05 | 1 | -0/+1 |
* | | sws/x86: add some forgotten 12bit planar yuv cases | Michael Niedermayer | 2012-07-05 | 2 | -0/+7 |
* | | sws: support 12&14 bit planar colorspaces | Michael Niedermayer | 2012-07-04 | 2 | -7/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-04 | 1 | -6/+9 |
|\| |
|
| * | swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32. | Martin Storsjö | 2012-07-04 | 1 | -6/+9 |
* | | MANGLEd swscale x86 asm to save registers | Michael Bradshaw | 2012-06-05 | 1 | -19/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -0/+11 |
|\| |
|
| * | build: Move all arch OBJS declarations into arch subdirectory Makefiles. | Diego Biurrun | 2012-04-12 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 2 | -16/+6 |
|\| |
|
| * | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 2 | -16/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-16 | 1 | -130/+136 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-07 | 3 | -19/+22 |
|\| |
|
| * | swscale: make filterPos 32bit. | Ronald S. Bultje | 2012-03-06 | 3 | -19/+22 |
* | | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-24 | 1 | -0/+38 |
|\| |
|
| * | swscale: take first/lastline over/underflows into account for MMX. | Ronald S. Bultje | 2012-02-23 | 1 | -0/+38 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-21 | 1 | -2/+2 |
|\| |
|
| * | Revert two swscale commits. | Ronald S. Bultje | 2012-02-19 | 2 | -2/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-18 | 1 | -12/+22 |
|\| |
|
| * | 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 |