summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Use isAnyRGB() where possiblemichael2010-01-261-5/+4
* Rename isRGB() and isBGR() as their meaning is confusing.michael2010-01-261-5/+5
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlystefano2010-01-251-2/+0
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.stefano2010-01-241-2/+0
* Use av_get_bits_per_pixel() for computing the bits per pixel of thestefano2010-01-241-0/+2
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.ramiro2010-01-241-10/+4
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).ramiro2010-01-241-0/+1589