Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-24swscale: #include "libavutil/mathematics.h"Reinhard Tartler
2010-03-27libswscale: Relicense almost all x86 assembler optimizations as LGPL.Diego Biurrun
2010-03-24AltiVec implies a PPC CPU, so there is no need to check for both.Diego Biurrun
2010-03-23Do not compile AltiVec code when AltiVec is not available; not even inDiego Biurrun
2010-03-19Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik
2010-03-08Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2FilterCode.Reimar Döffinger
2010-03-08Fix memleak due to incorrect VirtualFree arguments: size must be 0 for MEM_RE...Reimar Döffinger
2010-03-06Avoid duplication of usePal() macro.Stefano Sabatini
2010-02-28Make sws_dcVec static: It is only used inside libswscale/utils.c.Carl Eugen Hoyos
2010-02-26Remove pointless empty line.Stefano Sabatini
2010-02-19Reindent and fix brace placement.Stefano Sabatini
2010-02-19Vertically align a list of comparisons in sws_getCachedContext().Stefano Sabatini
2010-02-19Merge two if conditions, allow to decrese the level of indentation ofStefano Sabatini
2010-02-06Simplify how usesVFilter and usesHFilter are set.Stefano Sabatini
2010-01-31Declare support for the pixel formats:Stefano Sabatini
2010-01-26Use isAnyRGB() where possibleMichael Niedermayer
2010-01-26Rename isRGB() and isBGR() as their meaning is confusing.Michael Niedermayer
2010-01-26Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyStefano Sabatini
2010-01-24Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks.Stefano Sabatini
2010-01-24Use av_get_bits_per_pixel() for computing the bits per pixel of theStefano Sabatini
2010-01-24Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Ramiro Polla
2010-01-24Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Ramiro Polla