1450 Commits (469f8b1dcbacc921555af6c068db28ad3d3e5006)

Author SHA1 Message Date
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
Michael Niedermayer a32032b508 sws/x86: add some forgotten 12bit planar yuv cases 13 years ago
Michael Niedermayer fa36f33422 sws: support 12&14 bit planar colorspaces 13 years ago
Martin Storsjö 557519189f swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on x86-32. 13 years ago
Diego Biurrun 2047e40e6e Clarify Doxygen comment for FF_API_* #defines. 13 years ago
Diego Biurrun 86ab7b0f2f Create version.h headers for libraries that lack them 13 years ago
Paul B Mahol 81416c2f64 swscale: use designated initializers for AVClass 13 years ago
Mans Rullgard 4996e8f510 bfin: libswscale: add const where appropriate to fix warnings 13 years ago
Mans Rullgard 6bac8971cc bfin: libswscale: remove unnecessary #includes 13 years ago
Michael Niedermayer 809d71d650 sws/swscale_unscaled: use av_assert 13 years ago
Michael Niedermayer e003da7139 sws/utils: use av_assert 13 years ago
Ronald S. Bultje 404410a53a sws: fix planar RGB input conversions for 9/10/16 bpp. 13 years ago
Paul B Mahol 7655cc395d colorspace-test: add few more tests 13 years ago
Paul B Mahol 1d69dcb887 swscale: unscaled rgb48 <-> bgr48 13 years ago
Michael Niedermayer 23d8aaae46 yuv2rgb: remove assert() the codepath is not invalid 13 years ago
Paul B Mahol 02827a3c99 swscale: RGBA64LE <-> RGBA64BE support 13 years ago
Michael Bradshaw 1b27b8bf6c MANGLEd swscale x86 asm to save registers 13 years ago
Carl Eugen Hoyos 143a5c55ff Add yuva422p pix_fmt. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Diego Biurrun 9b75ae05cf swscale: K&R formatting cosmetics (part III) 13 years ago