262 Commits (eeedca4b7f4b559d1d3630585a59841c24c7a2c2)

Author SHA1 Message Date
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Diego Biurrun 2b677ffca5 swscale: Add av_cold attributes to init functions missing them 12 years ago
Carl Eugen Hoyos 99818ac4d3 Fix libswscale compilation with --disable-optimizations on x86-32. 12 years ago
Michael Niedermayer 3950236332 sws/x86: update RENAME(rgb24toyv12)() to using the user provided rgb2yuv table 12 years ago
Michael Niedermayer 920dd84bf1 sws/x86: remove 8bit rgb2yuv coefficient case for rgb24toyv12 special converter 12 years ago
Michael Niedermayer a37fd7f957 sws: Update rgb24toyv12_c() to user supplied rgb2yuv tables 12 years ago
Michael Niedermayer 2a5d1cb2d9 sws/x86: update rgba->yuv to use user supplied table 12 years ago
Michael Niedermayer 17ad06c753 sws/x86: update rgb/bgr->yuv code to use provided coefficient table 12 years ago
Diego Biurrun b6649ab503 cosmetics: Remove unnecessary extern keywords from function declarations 12 years ago
Michael Niedermayer 5e947aeb59 sws/x86: improve rounding for yuv2yuvX 12 years ago
Diego Biurrun ef5d41a553 x86inc: Rename "program_name" to "private_prefix" 12 years ago
Diego Biurrun 87af05c575 x86: SPLATD: port to cpuflags 12 years ago
Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 12 years ago
Diego Biurrun 4b60fac419 x86: PALIGNR: port to cpuflags 12 years ago
Diego Biurrun d8eda37080 x86: mmx2 ---> mmxext in function names 12 years ago
Diego Biurrun 588fafe7f3 x86: MMX2 ---> MMXEXT in macro names 12 years ago
Diego Biurrun a65bdceb06 x86: mmx2 ---> mmxext in variable names 12 years ago
Diego Biurrun 652f518594 x86: mmx2 ---> mmxext in comments and messages 12 years ago
Diego Biurrun 04581c8c77 x86: yasm: Use complete source path for macro helper %includes 12 years ago
Diego Biurrun 6860b4081d x86: include x86inc.asm in x86util.asm 12 years ago
Hendrik Leppkes 79393a8363 Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_desc_get 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Clément Bœsch 178ecfc257 swscale: fix To{Y,UV} extern prototypes. 12 years ago
Michael Niedermayer ef912134f0 x86/swscale: use unsigned to build SIMD values to avoid signed overflow 12 years ago
Diego Biurrun e0c6cce447 x86: Replace checks for CPU extensions and flags by convenience macros 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
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
Mans Rullgard 90540c2d5a x86: swscale: fix fragile memory accesses 12 years ago
Mans Rullgard 10b83cb653 x86: swscale: remove disabled code 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
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 b2668c85e9 x86: swscale: Place inline assembly code under appropriate #ifdefs 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
Michael Bradshaw 1b27b8bf6c MANGLEd swscale x86 asm to save registers 13 years ago
Diego Biurrun baaab6069a build: Move all arch OBJS declarations into arch subdirectory Makefiles. 13 years ago
Henrik Gramner 729f90e268 x86inc improvements for 64-bit 13 years ago
Ronald S. Bultje 45fdcc8e2d swscale: convert hscale() to use named arguments. 13 years ago
Ronald S. Bultje aba7a827aa swscale: convert hscale to cpuflags(). 13 years ago
Ronald S. Bultje 2254b559cb swscale: make filterPos 32bit. 13 years ago