| Commit message (Expand) | Author | Age | Files | Lines |
* | Let the 4th plane reach the swScale function | Cédric Schieli | 2009-03-07 | 1 | -6/+8 |
* | Fix bug introduced by me in r28756 | Cédric Schieli | 2009-03-05 | 1 | -2/+2 |
* | When converting from a non alpha format to an alpha format, defaults | Cédric Schieli | 2009-02-28 | 1 | -4/+4 |
* | Use YUV420P code path for YUVA420P where appropriate | Cédric Schieli | 2009-02-27 | 1 | -3/+4 |
* | New LGPLed YUV2RGB table generator for SwScaler | Kostya Shishkov | 2009-02-22 | 1 | -2/+0 |
* | Use sws_printVec2() instead of the deprecated sws_printVec(). | Stefano Sabatini | 2009-02-14 | 1 | -2/+2 |
* | Implement sws_printVec2() and deprecate sws_printVec(). | Stefano Sabatini | 2009-02-14 | 1 | -4/+10 |
* | Some AltiVec functions in SwScaler produce different output than their | Kostya Shishkov | 2009-02-14 | 1 | -0/+1 |
* | Move sws_getGaussianVec() documentation from swscale.c to swscale.h. | Stefano Sabatini | 2009-02-10 | 1 | -4/+0 |
* | Move documentation of sws_getCachedContext() from swscale.c to | Stefano Sabatini | 2009-02-10 | 1 | -10/+0 |
* | Remove pointless comment regarding sws_scale_ordered(). | Stefano Sabatini | 2009-02-10 | 1 | -3/+0 |
* | Prefix visible YUV2RGB functions with sws_ | Kostya Shishkov | 2009-02-09 | 1 | -3/+3 |
* | Give better name to Inverse_Table_6_9 | Kostya Shishkov | 2009-02-09 | 1 | -3/+3 |
* | Drop the deprecated sws_scale_ordered() at the next major version | Stefano Sabatini | 2009-02-08 | 1 | -0/+2 |
* | 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 |