| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Remove period after copyright statement non-sentence. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun | 2009-01-25 | 6 | -31/+31 |
* | Declare struct SwsContext before using it, fixes the checkheaders warning: | Diego Biurrun | 2009-01-25 | 1 | -0/+2 |
* | Disable C code when compiling AltiVec code, fixes the warning: | Diego Biurrun | 2009-01-25 | 1 | -0/+1 |
* | spelling/grammar cosmetics | Diego Biurrun | 2009-01-25 | 1 | -48/+48 |
* | Fix #endif comments. | Diego Biurrun | 2009-01-25 | 1 | -5/+5 |
* | Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. | Carl Eugen Hoyos | 2009-01-20 | 1 | -0/+4 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will | NVIDIA Corporation | 2009-01-16 | 1 | -0/+4 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-14 | 8 | -186/+195 |
* | Add PIX_FMT_VDPAU_H264. | Carl Eugen Hoyos | 2009-01-08 | 1 | -0/+2 |
* | Avoid POSIX-reserved _t namespace. | Diego Biurrun | 2008-12-27 | 1 | -3/+3 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | Diego Biurrun | 2008-12-27 | 1 | -3/+3 |
* | Remove pointless malloc.h #include. | Diego Biurrun | 2008-12-19 | 3 | -9/+0 |
* | Some forgotten eax -> REG_a changes. | Reimar Döffinger | 2008-12-12 | 1 | -24/+24 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 3 | -31/+31 |
* | Remove commented-out duplicate declarations. | Diego Biurrun | 2008-12-02 | 1 | -2/+0 |
* | Remove unused declarations. | Diego Biurrun | 2008-12-02 | 1 | -15/+0 |
* | cosmetics: Consistently place HEADERS before OBJS in all Makefiles. | Diego Biurrun | 2008-11-20 | 1 | -2/+2 |
* | Put variable declaration inside an #ifdef to avoid an unused variable warning. | Diego Biurrun | 2008-11-17 | 1 | -2/+3 |
* | Add some const specifiers to function name variables; fixes a bunch of | Diego Biurrun | 2008-11-04 | 1 | -2/+2 |
* | Merge ARCH_BFIN lines. | Diego Biurrun | 2008-11-03 | 1 | -3/+1 |
* | Add tests target for libswscale test programs. | Diego Biurrun | 2008-11-03 | 1 | -0/+2 |
* | Remove forgotten ASM_OBJS in libswscale | Måns Rullgård | 2008-11-03 | 1 | -1/+1 |
* | Silence GCC warnings: | Vitor Sessak | 2008-10-27 | 1 | -1/+2 |
* | rgb2rgb.h was not really intended to be a public header, thus remove it. | Michael Niedermayer | 2008-10-27 | 1 | -1/+1 |
* | Remove rgb2rgb.h dependancy. | Michael Niedermayer | 2008-10-27 | 1 | -6/+0 |
* | Silence GCC warning | Vitor Sessak | 2008-10-26 | 1 | -1/+1 |
* | Remove unused code that can't be compiled without svn archive. | Carl Eugen Hoyos | 2008-10-25 | 1 | -269/+0 |
* | Do not attempt to use the unscaled yuv2rgb converter when height is odd because | Michael Niedermayer | 2008-10-25 | 1 | -1/+1 |
* | Cosmetics: alignment | Vitor Sessak | 2008-10-23 | 1 | -3/+3 |
* | Fix broken palette8to*. | Vitor Sessak | 2008-10-23 | 3 | -75/+43 |
* | cosmetics: typo fix | Diego Biurrun | 2008-10-23 | 3 | -3/+3 |
* | Convert typeof keyword into __typeof__; this is a gcc extension and the forme... | David Conrad | 2008-10-19 | 1 | -10/+10 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 6 | -180/+180 |
* | Mark some symbols in swscale.c as constant. | Diego Pettenò | 2008-10-09 | 1 | -7/+7 |
* | Mark dither_2x2_{8,4} static to swscale.c | Diego Pettenò | 2008-10-09 | 2 | -4/+2 |
* | Mark variation-specific interleaveBytes static. | Diego Pettenò | 2008-10-09 | 1 | -1/+1 |
* | Invert logic for the single-pass in swScale() functions. | Diego Pettenò | 2008-10-09 | 1 | -3/+3 |
* | Change variable types from int to enum PixelFormat. | Carl Eugen Hoyos | 2008-10-09 | 1 | -2/+2 |
* | Do not set src[1] to the palette, it is now in the context | Vitor Sessak | 2008-10-08 | 2 | -3/+1 |
* | Add a new unscaled PAL8 -> RGB converter. | Vitor Sessak | 2008-10-08 | 2 | -10/+55 |
* | Change one more variable type from int to enum PixelFormat. | Aurelien Jacobs | 2008-10-08 | 1 | -1/+1 |
* | Change variable types from int to enum PixelFormat. | Carl Eugen Hoyos | 2008-10-07 | 2 | -6/+6 |
* | gcc-apple specific fallback not necessary anymore (btw no apple hardware is l... | Luca Barbato | 2008-10-05 | 1 | -5/+0 |
* | Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro. | Diego Biurrun | 2008-10-05 | 1 | -3/+2 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | Carl Eugen Hoyos | 2008-10-04 | 4 | -58/+48 |
* | Remove g6Dither from libswscale. | Carl Eugen Hoyos | 2008-10-04 | 4 | -14/+12 |
* | Remove MPlayer-specific MP_WORDSIZE hack. | Diego Biurrun | 2008-10-04 | 1 | -5/+0 |
* | Remove unused function fast_memcpy. | Diego Biurrun | 2008-09-29 | 1 | -4/+0 |