summaryrefslogtreecommitdiffstats
path: root/libswscale/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Cosmetics: make more compact the code for handle_jpeg(), this also allowsstefano2010-05-191-14/+5
* Remove PI definition and use M_PI instead.stefano2010-05-191-1/+1
* libswscale: Relicense almost all x86 assembler optimizations as LGPL.diego2010-03-271-17/+14
* AltiVec implies a PPC CPU, so there is no need to check for both.diego2010-03-231-3/+3
* Do not compile AltiVec code when AltiVec is not available; not even indiego2010-03-231-3/+3
* Extend the generic path of the yuv2rgb converter with support for rgb444cehoyos2010-03-181-1/+6
* Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.reimar2010-03-081-0/+2
* Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...reimar2010-03-081-2/+2
* Avoid duplication of usePal() macro.stefano2010-03-061-2/+0
* Make sws_dcVec static: It is only used inside libswscale/utils.c.cehoyos2010-02-281-1/+1
* Remove pointless empty line.stefano2010-02-251-1/+0
* Reindent and fix brace placement.stefano2010-02-181-5/+4
* Vertically align a list of comparisons in sws_getCachedContext().stefano2010-02-181-5/+9
* Merge two if conditions, allow to decrese the level of indentation ofstefano2010-02-181-4/+4
* Simplify how usesVFilter and usesHFilter are set.stefano2010-02-051-9/+8
* Declare support for the pixel formats:stefano2010-01-311-0/+8
* 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