| Commit message (Expand) | Author | Age |
* | When converting from a non alpha format to an alpha format, defaults to all o... | sdrik | 2009-02-28 |
* | Use YUV420P code path for YUVA420P where appropriate | sdrik | 2009-02-27 |
* | New LGPLed YUV2RGB table generator for SwScaler | kostya | 2009-02-22 |
* | Use sws_printVec2() instead of the deprecated sws_printVec(). | stefano | 2009-02-14 |
* | Implement sws_printVec2() and deprecate sws_printVec(). | stefano | 2009-02-14 |
* | Some AltiVec functions in SwScaler produce different output than their | kostya | 2009-02-14 |
* | Move sws_getGaussianVec() documentation from swscale.c to swscale.h. | stefano | 2009-02-10 |
* | Move documentation of sws_getCachedContext() from swscale.c to | stefano | 2009-02-10 |
* | Remove pointless comment regarding sws_scale_ordered(). | stefano | 2009-02-10 |
* | Prefix visible YUV2RGB functions with sws_ | kostya | 2009-02-09 |
* | Give better name to Inverse_Table_6_9 | kostya | 2009-02-09 |
* | Drop the deprecated sws_scale_ordered() at the next major version | stefano | 2009-02-08 |
* | HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes. | diego | 2009-01-25 |
* | Disable C code when compiling AltiVec code, fixes the warning: | diego | 2009-01-25 |
* | spelling/grammar cosmetics | diego | 2009-01-25 |
* | Fix #endif comments. | diego | 2009-01-25 |
* | Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1. | cehoyos | 2009-01-20 |
* | Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which will | cehoyos | 2009-01-16 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | aurel | 2009-01-14 |
* | Add PIX_FMT_VDPAU_H264. | cehoyos | 2009-01-08 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | diego | 2008-12-27 |
* | Silence GCC warnings: | vitor | 2008-10-27 |
* | Silence the following GCC warning: | vitor | 2008-10-26 |
* | Do not attempt to use the unscaled yuv2rgb converter when height is odd because | michael | 2008-10-25 |
* | Cosmetics: alignment | vitor | 2008-10-23 |
* | Fix broken palette8to*. | vitor | 2008-10-23 |
* | Convert asm keyword into __asm__. | flameeyes | 2008-10-16 |
* | Mark some symbols in swscale.c as constant. | flameeyes | 2008-10-09 |
* | Mark dither_2x2_{8,4} static to swscale.c | flameeyes | 2008-10-09 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-09 |
* | Do not set src[1] to the palette, it is now in the context | vitor | 2008-10-08 |
* | Add a new unscaled PAL8 -> RGB converter. | vitor | 2008-10-08 |
* | Change one more variable type from int to enum PixelFormat. | aurel | 2008-10-08 |
* | Change variable types from int to enum PixelFormat. | cehoyos | 2008-10-07 |
* | Remove b5Dither, g5Dither and r5Dither from libswscale. | cehoyos | 2008-10-04 |
* | Remove g6Dither from libswscale. | cehoyos | 2008-10-04 |
* | Fix infinite loop with spline, bug was introduced in r27612 by me. | michael | 2008-09-29 |
* | Fix segfault with rgb24 and full_internal_chroma due to non-existing alpha | michael | 2008-09-16 |
* | Avoid using floating point for calculating filter coefficients. | michael | 2008-09-15 |
* | Avoid some explicit types in sizeof(). | michael | 2008-09-14 |
* | Use av_mallocz() instead of for() =0; | michael | 2008-09-14 |
* | Move dither tables from yuv2rgb to swscale, they have been written by me and | michael | 2008-09-14 |
* | Rename yuv2rgb variables to avoid name clashes with the ones used by bfin asm. | michael | 2008-09-13 |
* | Ensure that additional filter coeffs that exist due to alignment | michael | 2008-09-13 |
* | yvu9toyv12Wrapper is not bitexact so disable it when the user wants | michael | 2008-09-12 |
* | The yuv->rgb tables are too small for cliping to be avoidable, | michael | 2008-09-12 |
* | Add support for PIX_FMT_YUV440P. | michael | 2008-09-12 |
* | Support mono as input format. | michael | 2008-09-12 |
* | Add support for PIX_FMT_MONOWHITE as output format. | michael | 2008-09-12 |
* | rgb24toyv12 is not accurately rounding, so disable it as well when the | michael | 2008-09-12 |