summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
...
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-296-10/+9
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-299-25/+51
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-288-19/+19
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-281-7/+6
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-156-40/+40
* swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-152-6/+6
* Give less generic names to global library option arraysDiego Biurrun2013-08-021-2/+2
* swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-021-2/+0
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-152-12/+12
* 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
OpenPOWER on IntegriCloud