514 Commits (7c4c60e520054f04f37a110ecefcc408fb9d5fda)

Author SHA1 Message Date
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
Michael Niedermayer d616c8ae3d Fix segfault with rgb24 and full_internal_chrome due to non existing alpha 16 years ago
Michael Niedermayer a64a062fb9 Avoid using floating point for calculating filter coefficients. 16 years ago
Michael Niedermayer 8588e1484e Avoid some explicit types in sizeof(). 16 years ago
Michael Niedermayer 22129c78d7 Use av_mallocz() instead of for() =0; 16 years ago
Michael Niedermayer 45e18be87d Move dither tables from yuv2rgb to swscale, they have been written by me and 16 years ago
Benjamin Zores a35acd7f8c Fix libswscale build after r27561 if --enable-runtime-cpudetection is used. 16 years ago
Michael Niedermayer 14014d47cb Fix indention. 16 years ago
Michael Niedermayer 43c164788c Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. 16 years ago