| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: fix NULL checking in sws_alloc_context() | Xi Wang | 2013-01-04 | 1 | -2/+4 |
* | miscellaneous typo fixes | Diego Biurrun | 2012-12-21 | 2 | -2/+2 |
* | x86: SPLATD: port to cpuflags | Diego Biurrun | 2012-11-18 | 1 | -1/+1 |
* | libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR | Janne Grunau | 2012-11-16 | 1 | -2/+0 |
* | 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 | 4 | -17/+20 |
* | swscale: do not forget to swap data in formats with different endianness | Kostya Shishkov | 2012-10-31 | 1 | -0/+42 |
* | 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 | 3 | -45/+56 |
* | x86: mmx2 ---> mmxext in comments and messages | Diego Biurrun | 2012-10-31 | 10 | -19/+19 |
* | 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 |
* | pixfmt: support more yuva formats | Luca Barbato | 2012-10-30 | 1 | -0/+18 |
* | swscale: support gray to 9bit and 10bit formats | Luca Barbato | 2012-10-30 | 2 | -4/+66 |
* | swscale: avoid pointless use of compound literals | Mans Rullgard | 2012-10-23 | 1 | -8/+9 |
* | swscale: try to use mmap only if available | Mans Rullgard | 2012-10-15 | 1 | -3/+5 |
* | avutil: add yuva422p and yuva444p formats | Luca Barbato | 2012-10-12 | 1 | -0/+2 |
* | sws: do not use av_pix_fmt_descriptors directly. | Anton Khirnov | 2012-10-12 | 6 | -76/+136 |
* | swscale: Do not make ff_ symbols globally visible. | Diego Biurrun | 2012-10-10 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 20 | -734/+734 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -2/+2 |
* | ppc: swscale: rework yuv2planeX_altivec() | Mans Rullgard | 2012-10-05 | 1 | -89/+63 |
* | swscale: Remove two bogus asserts | Diego Biurrun | 2012-09-13 | 1 | -2/+0 |
* | 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 |
* | x86: more specific checks for availability of required assembly capabilities | Diego Biurrun | 2012-09-07 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -8/+8 |
* | avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -1/+1 |
* | avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member | Martin Storsjö | 2012-09-04 | 1 | -16/+16 |
* | x86: Split inline and external assembly #ifdefs | Diego Biurrun | 2012-08-31 | 4 | -15/+15 |
* | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -1/+1 |
* | 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 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 3 | -0/+4 |
* | 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 | 4 | -4/+4 |
* | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 10 | -55/+58 |
* | swscale: bury one more piece of inline asm under HAVE_INLINE_ASM. | Ronald S. Bultje | 2012-07-29 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Clarify Doxygen comment for FF_API_* #defines. | Diego Biurrun | 2012-07-04 | 1 | -2/+4 |
* | Create version.h headers for libraries that lack them | Diego Biurrun | 2012-07-04 | 3 | -26/+57 |
* | bfin: libswscale: add const where appropriate to fix warnings | Mans Rullgard | 2012-06-20 | 2 | -21/+25 |