summaryrefslogtreecommitdiff
path: root/libswscale/x86
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* Drop pointless assert.h #includesDiego Biurrun2016-05-03
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-11
* avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-04
* Add missing headers to make template files compile (more) standaloneDiego Biurrun2014-03-26
* rgb2rgb_template: add MMX/SSE2/AVX-optimized deinterleaveBytesMichael Niedermayer2014-01-21
* swscale/x86/rgb2rgb: add support for AVXMichael Niedermayer2014-01-21
* x86: Consistently use cpu flag detection macros in places that still miss itDiego Biurrun2014-01-14
* swscale: x86: Consistently use lowercase function name suffixesDiego Biurrun2013-11-22
* swscale: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-28
* swscale: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-27
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-18
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-18
* 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
* 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
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-08
* x86: Split inline and external assembly #ifdefsDiego Biurrun2012-08-31
* x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-30
* swscale: x86: fix #endif comments in rgb2rgb template fileGiorgio Vazzana2012-08-19
* x86: swscale: fix fragile memory accessesMans Rullgard2012-08-13
* x86: swscale: remove disabled codeMans Rullgard2012-08-13
* x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-09
* x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-03
* swscale: Mark all init functions as av_coldDiego Biurrun2012-07-23
* swscale: x86: Drop pointless _mmx suffix from filenamesDiego Biurrun2012-07-23
* x86: swscale: Place inline assembly code under appropriate #ifdefsRonald S. Bultje2012-07-21
* swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32.Martin Storsjö2012-07-04
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-12
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* swscale: convert hscale() to use named arguments.Ronald S. Bultje2012-03-14
* swscale: convert hscale to cpuflags().Ronald S. Bultje2012-03-14
* swscale: make filterPos 32bit.Ronald S. Bultje2012-03-06
* swscale: make %rep unconditional.Ronald S. Bultje2012-03-03
* swscale: remove now unnecessary hack.Ronald S. Bultje2012-03-03
* swscale: take first/lastline over/underflows into account for MMX.Ronald S. Bultje2012-02-23
* Revert two swscale commits.Ronald S. Bultje2012-02-19
* swscale: make access to filter data conditional on filter type.Ronald S. Bultje2012-02-17
* swscale: update context offsets after removal of AlpMmxFilter.Ronald S. Bultje2012-02-17
* swscale: Remove some write-only variables related to alpha handling.Diego Biurrun2012-02-14
* swscale: fix crashes in yuv2yuvX on x86-32.Ronald S. Bultje2012-02-13
* swscale: convert yuv2yuvX() to using named arguments.Ronald S. Bultje2012-02-12
* swscale: rename "dstw" to "w" to prevent name collisions.Ronald S. Bultje2012-02-12