summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
...
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-29
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-29
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-29
* swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun2013-08-29
* swscale: consistent names for arch-specific acceleration functionsDiego Biurrun2013-08-29
* swscale: ppc: Hide arch-specific initialization detailsDiego Biurrun2013-08-29
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* swscale: Move extern declarations for tables to swscale_internal.hDiego Biurrun2013-08-15
* swscale: Mark a bunch of tables only used within one file staticDiego Biurrun2013-08-15
* Give less generic names to global library option arraysDiego Biurrun2013-08-02
* swscale: ppc: Remove commented-out define cruftDiego Biurrun2013-06-02
* pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
* swscale: support endianness conversion for AV_PIX_FMT_XYZ12Janne Grunau2013-05-06
* swscale: add support for endianness only conversionJanne Grunau2013-05-06
* swscale: Use alpha from the right row in yuva2rgba_cMartin Storsjö2013-05-06
* swscale: Remove unnecessary backslashesMartin Storsjö2013-05-06
* swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* ppc: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-30
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* Replace some forgotten instances of PIX_FMT_* with AV_PIX_FMT_*.Anton Khirnov2013-03-08
* swscale: Add support for unscaled 8-bit Packed RGB -> Planar RGBDerek Buitenhuis2013-02-27
* swscale: Disallow conversion to GBRP16Martin Storsjö2013-02-11
* sws: disable yuv2rgb warning for planar rgb.Michael Niedermayer2013-02-09
* sws: dont enable chrSrcHSubSample for planar RGBMichael Niedermayer2013-02-09
* sws: use planarRgbToRgbWrapper only for 8bit per componentMichael Niedermayer2013-02-09
* sws: GBRP9, GBRP10, and GBRP16 output supportMichael Niedermayer2013-02-09
* swscale: GBRP output supportMichael Niedermayer2013-01-27
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-18
* swscale: fix NULL checking in sws_alloc_context()Xi Wang2013-01-04
* miscellaneous typo fixesDiego Biurrun2012-12-21
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-18
* libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJORJanne Grunau2012-11-16
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-14
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-09
* x86: mmx2 ---> mmxext in function namesDiego Biurrun2012-10-31
* swscale: do not forget to swap data in formats with different endiannessKostya Shishkov2012-10-31
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in variable namesDiego Biurrun2012-10-31
* x86: mmx2 ---> mmxext in comments and messagesDiego Biurrun2012-10-31
* x86: yasm: Use complete source path for macro helper %includesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* swscale: support gray to 9bit and 10bit formatsLuca Barbato2012-10-30
* swscale: avoid pointless use of compound literalsMans Rullgard2012-10-23
* swscale: try to use mmap only if availableMans Rullgard2012-10-15
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-12
* sws: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* swscale: Do not make ff_ symbols globally visible.Diego Biurrun2012-10-10