| Commit message (Expand) | Author | Age | Files | Lines |
* | swscale: ppc: Remove commented-out define cruft | Diego Biurrun | 2013-06-02 | 1 | -2/+0 |
* | pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* | Anton Khirnov | 2013-05-15 | 2 | -12/+12 |
* | swscale: support endianness conversion for AV_PIX_FMT_XYZ12 | Janne Grunau | 2013-05-06 | 2 | -1/+4 |
* | swscale: add support for endianness only conversion | Janne Grunau | 2013-05-06 | 3 | -2/+20 |
* | swscale: Use alpha from the right row in yuva2rgba_c | Martin Storsjö | 2013-05-06 | 1 | -6/+6 |
* | swscale: Remove unnecessary backslashes | Martin Storsjö | 2013-05-06 | 1 | -8/+8 |
* | swscale: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 3 | -10/+15 |
* | ppc: Drop unnecessary ff_ name prefixes from static functions | Diego Biurrun | 2013-04-30 | 1 | -16/+16 |
* | cosmetics: Remove unnecessary extern keywords from function declarations | Diego Biurrun | 2013-03-27 | 1 | -11/+11 |
* | 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 |