| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: change assert() to av_assert() | Michael Niedermayer | 2012-09-18 | 1 | -8/+8 |
* | sws: revert: "swscale: Remove two bogus asserts" | Michael Niedermayer | 2012-09-13 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-13 | 1 | -2/+0 |
|\ |
|
| * | swscale: Remove two bogus asserts | Diego Biurrun | 2012-09-13 | 1 | -2/+0 |
* | | x86/swscale: use unsigned to build SIMD values to avoid signed overflow | Michael Niedermayer | 2012-09-11 | 1 | -2/+2 |
* | | sws/output: use unsigned variables where harmless overflows are expected. | Michael Niedermayer | 2012-09-10 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-09 | 3 | -19/+19 |
|\| |
|
| * | swscale: Provide the right alignment for external mmx asm | Martin Storsjö | 2012-09-09 | 1 | -2/+4 |
| * | x86: Replace checks for CPU extensions and flags by convenience macros | Diego Biurrun | 2012-09-08 | 3 | -23/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-08 | 1 | -1/+1 |
|\| |
|
| * | x86: more specific checks for availability of required assembly capabilities | Diego Biurrun | 2012-09-07 | 1 | -1/+1 |
* | | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -8/+8 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -8/+8 |
* | | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078' | Michael Niedermayer | 2012-09-05 | 1 | -1/+1 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | | Merge commit '124134e42455763b28cc346fed1d07017a76e84e' | Michael Niedermayer | 2012-09-05 | 1 | -16/+16 |
|\| |
|
| * | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -16/+16 |
* | | 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 | 4 | -15/+15 |
|\| |
|
| * | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 4 | -15/+15 |
* | | 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: fix usePal() | Michael Niedermayer | 2012-08-30 | 1 | -2/+1 |
* | | swscale.c: remove unused variable | Michael Niedermayer | 2012-08-30 | 1 | -2/+0 |
* | | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112' | Michael Niedermayer | 2012-08-29 | 2 | -17/+48 |
|\| |
|
| * | yuv2rgb: handle line widths that are not a multiple of 4. | Ronald S. Bultje | 2012-08-28 | 1 | -16/+48 |
| * | testprogs: Remove unused includes | Martin Storsjö | 2012-08-29 | 1 | -1/+0 |
| * | 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 | 2 | -2/+2 |
* | | 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-16 | 3 | -0/+4 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 3 | -0/+4 |
* | | 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 |
* | | Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. | Reimar Döffinger | 2012-08-12 | 1 | -0/+27 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 4 | -4/+4 |
|\| |
|
| * | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 4 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 10 | -56/+59 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 10 | -55/+58 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-30 | 1 | -1/+1 |
|\| |
|
| * | swscale: bury one more piece of inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-29 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-23 | 11 | -26/+38 |
|\| |
|
| * | swscale: add missing HAVE_INLINE_ASM check. | Ronald S. Bultje | 2012-07-22 | 1 | -1/+1 |
| * | swscale: Mark all init functions as av_cold | Diego Biurrun | 2012-07-23 | 9 | -18/+30 |
| * | swscale: x86: Drop pointless _mmx suffix from filenames | Diego Biurrun | 2012-07-23 | 3 | -2/+2 |
| * | swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-22 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 3 | -0/+18 |
|\| |
|