summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid duplication of usePal() macro.Stefano Sabatini2010-03-061-2/+0
* Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos2010-02-281-1/+1
* Remove pointless empty line.Stefano Sabatini2010-02-251-1/+0
* Reindent and fix brace placement.Stefano Sabatini2010-02-181-5/+4
* Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini2010-02-181-5/+9
* Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini2010-02-181-4/+4
* Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini2010-02-051-9/+8
* Declare support for the pixel formats:Stefano Sabatini2010-01-311-0/+8
* Use isAnyRGB() where possibleMichael Niedermayer2010-01-261-5/+4
* Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer2010-01-261-5/+5
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini2010-01-251-2/+0
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini2010-01-241-2/+0
* Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini2010-01-241-0/+2
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Ramiro Polla2010-01-241-10/+4
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla2010-01-241-0/+1589
OpenPOWER on IntegriCloud