summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer2014-01-21
* swscale: add nv12/nv21->yuv420 converterMichael Niedermayer2014-01-21
* swscale: fix stride used in planarToNv12Wrapper()Michael Niedermayer2014-01-21
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-14
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* doxy: Define a group for libswscale documentationLuca Barbato2013-12-13
* swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-22
* swscale: provide a default scaler if none is setVittorio Giovara2013-10-05
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* ppc: don't return a value from a function declared voidSean McGovern2013-08-30
* 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