summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-062-1/+4
* swscale: add support for endianness only conversionJanne Grunau2013-05-063-2/+20
* swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-061-6/+6
* swscale: Remove unnecessary backslashesMartin Storsjö2013-05-061-8/+8
* swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-043-10/+15
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-16/+16
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-11/+11
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-081-6/+6
* swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis2013-02-271-0/+78
* swscale: Disallow conversion to GBRP16Martin Storsjö2013-02-111-2/+2
* sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer2013-02-091-1/+2
* sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-02-091-0/+3
* sws: use planarRgbToRgbWrapper only for 8bit per componentMichael Niedermayer2013-02-091-1/+9
* sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-092-11/+33
* swscale: GBRP output supportMichael Niedermayer2013-01-274-6/+125
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-181-4/+4
* swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-041-2/+4
* miscellaneous typo fixesDiego Biurrun2012-12-212-2/+2
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-1/+1
* libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau2012-11-161-2/+0
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-142-6/+6
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-3/+1
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-314-17/+20
* swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-311-0/+42
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-20/+20
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-313-45/+56
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-3110-19/+19
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-313-3/+3
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-313-3/+0
* pixfmt: support more yuva formatsLuca Barbato2012-10-301-0/+18
* swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-302-4/+66
* swscale: avoid pointless use of compound literalsMans Rullgard2012-10-231-8/+9
* swscale: try to use mmap only if availableMans Rullgard2012-10-151-3/+5
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-121-0/+2
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-126-76/+136
* swscale: Do not make ff_ symbols globally visible.Diego Biurrun2012-10-101-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-0820-734/+734
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-2/+2
* ppc: swscale: rework yuv2planeX_altivec()Mans Rullgard2012-10-051-89/+63
* swscale: Remove two bogus assertsDiego Biurrun2012-09-131-2/+0
* swscale: Provide the right alignment for external mmx asmMartin Storsjö2012-09-091-2/+4
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-083-23/+21
* x86: more specific checks for availability of required assembly capabilitiesDiego Biurrun2012-09-071-1/+1
* avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-041-8/+8
* avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-041-1/+1
* avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-041-16/+16
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-314-15/+15
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-1/+1
* yuv2rgb: handle line widths that are not a multiple of 4.Ronald S. Bultje2012-08-281-16/+48
* testprogs: Remove unused includesMartin Storsjö2012-08-291-1/+0
OpenPOWER on IntegriCloud