| Commit message (Expand) | Author | Age | Files | Lines |
* | Declare support for the pixel formats: | Stefano Sabatini | 2010-01-31 | 1 | -0/+8 |
* | Use isAnyRGB() where possible | Michael Niedermayer | 2010-01-26 | 1 | -5/+4 |
* | Rename isRGB() and isBGR() as their meaning is confusing. | Michael Niedermayer | 2010-01-26 | 1 | -5/+5 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightly | Stefano Sabatini | 2010-01-25 | 1 | -2/+0 |
* | Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks. | Stefano Sabatini | 2010-01-24 | 1 | -2/+0 |
* | Use av_get_bits_per_pixel() for computing the bits per pixel of the | Stefano Sabatini | 2010-01-24 | 1 | -0/+2 |
* | Don't redefine M_PI. It is already defined from libavutil/mathematics.h. | Ramiro Polla | 2010-01-24 | 1 | -10/+4 |
* | Split swscale.c into scaler code (swscale.c) and utility code (utils.c). | Ramiro Polla | 2010-01-24 | 1 | -0/+1589 |