| Commit message (Expand) | Author | Age | Files | Lines |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | Diego Biurrun | 2009-01-25 | 1 | -14/+14 |
* | 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 | 1 | -44/+55 |
* | Add PIX_FMT_VDPAU_H264. | Carl Eugen Hoyos | 2009-01-08 | 1 | -0/+2 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | Diego Biurrun | 2008-12-27 | 1 | -3/+3 |
* | Silence GCC warnings: | Vitor Sessak | 2008-10-27 | 1 | -1/+2 |
* | Silence GCC warning | Vitor Sessak | 2008-10-26 | 1 | -1/+1 |
* | 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 | 1 | -5/+36 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -4/+4 |
* | 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 | 1 | -2/+2 |
* | 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 | 1 | -1/+0 |
* | Add a new unscaled PAL8 -> RGB converter. | Vitor Sessak | 2008-10-08 | 1 | -10/+52 |
* | 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 | 1 | -5/+5 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | Carl Eugen Hoyos | 2008-10-04 | 1 | -4/+0 |
* | Remove g6Dither from libswscale. | Carl Eugen Hoyos | 2008-10-04 | 1 | -1/+0 |
* | Fix infinite loop with spline, bug was introduced in r27612 by me. | Michael Niedermayer | 2008-09-29 | 1 | -1/+1 |
* | Fix segfault with rgb24 and full_internal_chrome due to non existing alpha | Michael Niedermayer | 2008-09-16 | 1 | -2/+7 |
* | Avoid using floating point for calculating filter coefficients. | Michael Niedermayer | 2008-09-15 | 1 | -81/+83 |
* | Avoid some explicit types in sizeof(). | Michael Niedermayer | 2008-09-14 | 1 | -6/+6 |
* | Use av_mallocz() instead of for() =0; | Michael Niedermayer | 2008-09-14 | 1 | -2/+1 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | Michael Niedermayer | 2008-09-14 | 1 | -5/+106 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | Michael Niedermayer | 2008-09-13 | 1 | -11/+11 |
* | Ensure that additional filter coeffs that exist due to alignment | Michael Niedermayer | 2008-09-13 | 1 | -0/+2 |
* | yvu9toyv12Wrapper is not bitexact so disable it when the user wants | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | The yuv->rgb tables are too small for cliping to be avoidable, | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Add support for PIX_FMT_YUV440P. | Michael Niedermayer | 2008-09-12 | 1 | -0/+2 |
* | Support mono as input format. | Michael Niedermayer | 2008-09-12 | 1 | -0/+2 |
* | Add support for PIX_FMT_MONOWHITE as output format. | Michael Niedermayer | 2008-09-12 | 1 | -5/+7 |
* | rgb24toyv12 isnt accuratly rounding, so disable it as well when the | Michael Niedermayer | 2008-09-12 | 1 | -1/+1 |
* | Do not use the unscaled yuv->rgb converters if SWS_ACCURATE_RND is set, | Michael Niedermayer | 2008-09-12 | 1 | -1/+2 |
* | Remove mistakely commited code i used for testing. | Michael Niedermayer | 2008-09-11 | 1 | -7/+0 |
* | Implement full horizontal chroma for rgb/bgr24/32 output. | Michael Niedermayer | 2008-09-11 | 1 | -1/+87 |
* | Do not do unneeded cliping in YSCALE_YUV_2_PACKEDX_C. | Michael Niedermayer | 2008-09-11 | 1 | -2/+5 |
* | Factorize yuv2packedXinC(). | Michael Niedermayer | 2008-09-11 | 1 | -225/+55 |
* | Set rgb2yuv constants more accurately, makes no real difference though. | Michael Niedermayer | 2008-09-11 | 1 | -9/+9 |
* | Correct normalization constant for the vertical filter, iam not | Michael Niedermayer | 2008-09-10 | 1 | -2/+2 |
* | Change RGB2YUV_SHIFT from 16 to 15 to make it able to work | Michael Niedermayer | 2008-09-10 | 1 | -1/+1 |
* | Make SWS_FULL_CHR_H_INP work. | Michael Niedermayer | 2008-09-10 | 1 | -1/+1 |
* | More accurate rounding for 8bit inputs. | Michael Niedermayer | 2008-09-09 | 1 | -3/+3 |
* | Rewrite bgr24->yuv mmx code, the new code is cleaner, more accurate, | Michael Niedermayer | 2008-09-09 | 1 | -1/+16 |
* | Add table of rgb->yuv convertion coefficients. | Michael Niedermayer | 2008-09-09 | 1 | -0/+11 |