summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-223-24/+30
* swscale: provide a default scaler if none is setVittorio Giovara2013-10-051-1/+11
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-101-1/+1
* ppc: don't return a value from a function declared voidSean McGovern2013-08-301-1/+1
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-291-6/+4
* ppc: cosmetics: Consistently format CPU flag detection invocationsDiego Biurrun2013-08-291-2/+5
* cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-6/+6
* swscale: cosmetics: Drop silly camelCase from swScale function pointer nameDiego Biurrun2013-08-296-35/+35
* swscale: Add some missing av_cold to arch-specific init functionsDiego Biurrun2013-08-293-4/+7
* 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
OpenPOWER on IntegriCloud