1845 Commits (0b25261d29c6b348e2dccc2985090cf10a60c34f)

Author SHA1 Message Date
Michael Niedermayer 015b805d13 sws: drop unused variable 12 years ago
Michael Niedermayer 115e291b53 swscale: move main swscale wraper to swscale.c 12 years ago
Clément Bœsch 178ecfc257 swscale: fix To{Y,UV} extern prototypes. 12 years ago
Michael Niedermayer db436b17e9 swscale: change assert() to av_assert() 12 years ago
Michael Niedermayer 0ed0f2e566 sws: revert: "swscale: Remove two bogus asserts" 12 years ago
Diego Biurrun b9141aa346 swscale: Remove two bogus asserts 12 years ago
Michael Niedermayer ef912134f0 x86/swscale: use unsigned to build SIMD values to avoid signed overflow 12 years ago
Michael Niedermayer 14de55784d sws/output: use unsigned variables where harmless overflows are expected. 12 years ago
Martin Storsjö 75c37c5ace swscale: Provide the right alignment for external mmx asm 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 12 years ago
Diego Biurrun 1169f0d0af x86: more specific checks for availability of required assembly capabilities 12 years ago
Martin Storsjö e6153f173a avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union member 12 years ago
Martin Storsjö d58dd4b5b5 avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union member 12 years ago
Martin Storsjö 124134e424 avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union member 12 years ago
Hans-Kristian Arntzen f099fbf5f3 Remove redundant masks in STORE_BGR24_MMX. 12 years ago
Carl Eugen Hoyos a26789cf9f Fix compilation with yasm-0.6.2. 12 years ago
Carl Eugen Hoyos 52be5428c0 Add some missing _EXTERNAL suffixes to yasm source files. 12 years ago
Diego Biurrun 17337f54c0 x86: Split inline and external assembly #ifdefs 12 years ago
Diego Biurrun a886b279a0 x86: cosmetics: Comment some #endifs for better readability 12 years ago
Michael Niedermayer f4c020e3ad swscale: fix usePal() 12 years ago
Michael Niedermayer afe6f337ad swscale.c: remove unused variable 12 years ago
Ronald S. Bultje b64a72e1b2 yuv2rgb: handle line widths that are not a multiple of 4. 12 years ago
Martin Storsjö 3ad9eac5a0 testprogs: Remove unused includes 12 years ago
XhmikosR 08bd8c8ab3 rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXT 12 years ago
Giorgio Vazzana 1e6072139b swscale: x86: fix #endif comments in rgb2rgb template file 12 years ago
Giorgio Vazzana e6ee58fae6 libswscale: fix #endif comments in rgb2rgb_template.c 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 12 years ago
Mans Rullgard 90540c2d5a x86: swscale: fix fragile memory accesses 12 years ago
Mans Rullgard 10b83cb653 x86: swscale: remove disabled code 12 years ago
Reimar Döffinger 118bd609f0 Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion. 12 years ago
Mans Rullgard c318626ce2 x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h 12 years ago
Diego Biurrun 239fdf1b4a x86: build: replace mmx2 by mmxext 12 years ago
Ronald S. Bultje 8e5d71d110 swscale: bury one more piece of inline asm under HAVE_INLINE_ASM. 12 years ago
Ronald S. Bultje 3b175384bb swscale: add missing HAVE_INLINE_ASM check. 12 years ago
Diego Biurrun 5a6e3c039c swscale: Mark all init functions as av_cold 12 years ago
Diego Biurrun 16d2a1a51c swscale: x86: Drop pointless _mmx suffix from filenames 12 years ago
Ronald S. Bultje a6e922ffa2 swscale: place inline assembly bilinear scaler under HAVE_INLINE_ASM. 12 years ago
Ronald S. Bultje b2668c85e9 x86: swscale: Place inline assembly code under appropriate #ifdefs 12 years ago
Paul B Mahol 5c858a0ac4 swscale/input: silence warnings about incompatible pointer types 13 years ago
Paul B Mahol 6b7849e6da swscale: unscaled rgba64->rgb48 13 years ago
Paul B Mahol b4befca23e swscale: unscaled rgba64->bgr48 13 years ago
Paul B Mahol 9d8eac6899 swscale: simplify unscaled rgb48<->bgr48 13 years ago
Michael Niedermayer c66978e29a sws: more complete doxy for sws_setColorspaceDetails() 13 years ago
Michael Niedermayer ba0e69994d sws/input: switch to av_assert 13 years ago
Michael Niedermayer 21d8255423 sws: handle non native rgb<->rgb convertions 13 years ago
Michael Niedermayer 22a279539e yuv2rgb: implement 15/16bit ordered dither 13 years ago
Michael Niedermayer bdf28d14f2 sws: extend dither tables by 1 line so simpler arithmetic can be used to address the next line 13 years ago
Paul B Mahol 1842b27564 lavu: 256 color support 13 years ago
Pavel Koshevoy 665100c2f1 Fix destination row striding in altivec_yuv2_bgr24. 13 years ago
Michael Niedermayer 9b2b57681c sws/x86: add av_assert() to ensure 16bit code is used with 16bit data 13 years ago