372 Commits (6cde949a2084293c7f3661460b5758f11908cac9)

Author SHA1 Message Date
Carl Eugen Hoyos 0ab8039577 Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. 16 years ago
NVIDIA Corporation 4e2b48760b Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will 16 years ago
Aurelien Jacobs b63f641e9b Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Carl Eugen Hoyos 420169e520 Add PIX_FMT_VDPAU_H264. 16 years ago
Diego Biurrun 643d2e880f Avoid POSIX-reserved _t namespace. 16 years ago
Diego Biurrun cb82a0736d consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Diego Biurrun b9263c945f Remove pointless malloc.h #include. 16 years ago
Reimar Döffinger 217d820253 Some forgotten eax -> REG_a changes. 16 years ago
Diego Biurrun 376924583a Delete unnecessary 'extern' keywords. 16 years ago
Diego Biurrun 1599c47ce3 Remove commented-out duplicate declarations. 16 years ago
Diego Biurrun 2ef8819c9a Remove unused declarations. 16 years ago
Diego Biurrun 4d382e2076 cosmetics: Consistently place HEADERS before OBJS in all Makefiles. 16 years ago
Diego Biurrun 5155b8395c Put variable declaration inside an #ifdef to avoid an unused variable warning. 16 years ago
Diego Biurrun dcc37c9b6a Add some const specifiers to function name variables; fixes a bunch of 16 years ago
Diego Biurrun 6408c25b95 Merge ARCH_BFIN lines. 16 years ago
Diego Biurrun efa430faed Add tests target for libswscale test programs. 16 years ago
Måns Rullgård 1a220bcde3 Remove forgotten ASM_OBJS in libswscale 16 years ago
Vitor Sessak 75add6fbfc Silence GCC warnings: 16 years ago
Michael Niedermayer bddddb5a0b rgb2rgb.h was not really intended to be a public header, thus remove it. 16 years ago
Michael Niedermayer b29e65513c Remove rgb2rgb.h dependancy. 16 years ago
Vitor Sessak 65f65c3021 Silence GCC warning 16 years ago
Carl Eugen Hoyos 36e8de07ed Remove unused code that can't be compiled without svn archive. 16 years ago
Michael Niedermayer 9b0d44ef67 Do not attempt to use the unscaled yuv2rgb converter when height is odd because 16 years ago
Vitor Sessak 76e9fd01dd Cosmetics: alignment 16 years ago
Vitor Sessak 522ce95786 Fix broken palette8to*. 16 years ago
Diego Biurrun aeb87a49a7 cosmetics: typo fix 16 years ago
David Conrad 9655ffb59e Convert typeof keyword into __typeof__; this is a gcc extension and the former is not accepted in C99 without GNU extensions enabled (e.g. via -fasm). This fixes compilation on PPC. 16 years ago
Diego Pettenò 7ad6469eae Convert asm keyword into __asm__. 16 years ago
Diego Pettenò b5c44b1ab6 Mark some symbols in swscale.c as constant. 16 years ago
Diego Pettenò d0b69b2855 Mark dither_2x2_{8,4} static to swscale.c 16 years ago
Diego Pettenò faf6112e26 Mark variation-specific interleaveBytes static. 16 years ago
Diego Pettenò 6683a37f89 Invert logic for the single-pass in swScale() functions. 16 years ago
Carl Eugen Hoyos f5a2c9816e Change variable types from int to enum PixelFormat. 16 years ago
Vitor Sessak e150ef8d34 Do not set src[1] to the palette, it is now in the context 16 years ago
Vitor Sessak 4900461742 Add a new unscaled PAL8 -> RGB converter. 16 years ago
Aurelien Jacobs 13394e8cbb Change one more variable type from int to enum PixelFormat. 16 years ago
Carl Eugen Hoyos 58e4b706c5 Change variable types from int to enum PixelFormat. 16 years ago
Luca Barbato 7cff2c7f44 gcc-apple specific fallback not necessary anymore (btw no apple hardware is less than a Intel core, thus it won't come there w/out disabling all the optimizations) 16 years ago
Diego Biurrun 02a6a6eea4 Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro. 16 years ago
Carl Eugen Hoyos 88e2a9aebc Remove b5Dither, g5Dither and r5Dither from libswscale. 16 years ago
Carl Eugen Hoyos 92c7b4713d Remove g6Dither from libswscale. 16 years ago
Diego Biurrun 0d696d34ef Remove MPlayer-specific MP_WORDSIZE hack. 16 years ago
Diego Biurrun 92ca910542 Remove unused function fast_memcpy. 16 years ago
Diego Biurrun ed2164f37e cosmetics: indentation 16 years ago
Michael Niedermayer 8335a9f0cb Revert mistakely commited hunk. 16 years ago
Michael Niedermayer 0473e31faa Print all cases that are tested, not just the ones that are bad. 16 years ago
Michael Niedermayer f830d8244a Fix infinite loop with spline, bug was introduced in r27612 by me. 16 years ago
Luca Barbato 896a22b851 Uniform *ToY and *ToUV function signatures 16 years ago
Luca Barbato 3a5ba0c33f Split mono2Y in monowhite and monoblack 16 years ago
Luca Barbato e48a79c91a Factorize unit32_t* casts for palette pointer 16 years ago