| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*. | Anton Khirnov | 2013-03-08 | 1 | -6/+6 |
* | swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGB | Derek Buitenhuis | 2013-02-27 | 1 | -0/+78 |
* | swscale: Disallow conversion to GBRP16 | Martin Storsjö | 2013-02-11 | 1 | -2/+2 |
* | sws: disable yuv2rgb warning for planar rgb. | Michael Niedermayer | 2013-02-09 | 1 | -1/+2 |
* | sws: dont enable chrSrcHSubSample for planar RGB | Michael Niedermayer | 2013-02-09 | 1 | -0/+3 |
* | sws: use planarRgbToRgbWrapper only for 8bit per component | Michael Niedermayer | 2013-02-09 | 1 | -1/+9 |
* | sws: GBRP9, GBRP10, and GBRP16 output support | Michael Niedermayer | 2013-02-09 | 2 | -11/+33 |
* | swscale: GBRP output support | Michael Niedermayer | 2013-01-27 | 4 | -6/+125 |
* | x86inc: Rename "program_name" to "private_prefix" | Diego Biurrun | 2013-01-18 | 1 | -4/+4 |
* | 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 |