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
2010-03-12fix compilation issue on powerpcReinhard Tartler
2010-03-10Fix compilation on powerpc with --disable-altivecReinhard Tartler
2010-02-02backport configure bits for cpu runtime detection for libpostproc and libswscaleReinhard Tartler
2010-02-02fix version script for libswscaleReinhard Tartler
2010-02-01backport symbol versioning patchReinhard Tartler
2009-07-06Merge remaining changes to make libswscale usable in LGPL mode from trunk.Diego Biurrun
2009-04-13Merge LGPL relicensing of AltiVec optimizations.Diego Biurrun
2009-04-13Merge fix for GPL code that erroneously made it into the LGPL build.Diego Biurrun
2009-04-13Add a copy of libswscale into the branch instead of using svn:external.Diego Biurrun
2009-03-02Create 0.5 release branch.Diego Biurrun
2009-03-01Fix typo in comments.Dominik Mierzejewski
2009-03-01Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger
2009-03-01Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger
2009-03-01Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger
2009-02-28When converting from a non alpha format to an alpha format, defaultsCédric Schieli
2009-02-28Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli
2009-02-28Use YUV420P code path for YUVA420P where appropriateCédric Schieli
2009-02-27Refactor code for upcoming alpha patches.Cédric Schieli
2009-02-25Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun
2009-02-24Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun
2009-02-24Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun
2009-02-22New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov
2009-02-21Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli
2009-02-21move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli
2009-02-21splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli
2009-02-21make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli
2009-02-19Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini
2009-02-19Document sws_scale().Stefano Sabatini
2009-02-14Use sws_printVec2() instead of the deprecated sws_printVec().Stefano Sabatini
2009-02-14Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini
2009-02-14Document sws_normalizeVec().Stefano Sabatini
2009-02-14Make hScale_altivec_real() trim its output like other implementations doKostya Shishkov
2009-02-14Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov
2009-02-12Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini
2009-02-12Bump micro version, related to r28491.Stefano Sabatini
2009-02-12Document sws_getContext().Stefano Sabatini
2009-02-12Document sws_getIdentityVec().Stefano Sabatini
2009-02-11Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini
2009-02-11Document sws_cloneVec().Stefano Sabatini
2009-02-11Fix typo: lenght -> length.Stefano Sabatini
2009-02-11Document sws_scaleVec().Stefano Sabatini
2009-02-11Document sws_getConstVec().Stefano Sabatini
2009-02-11Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini
2009-02-11Remove pointless comment regarding sws_scale_ordered().Stefano Sabatini
2009-02-11Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini
2009-02-10Remove unnecessary emms Assembler instructions.Diego Biurrun
2009-02-10Document coeff and length fields in SwsVector.Stefano Sabatini
2009-02-09Revert #undefining system functions, it is not necessary.Diego Biurrun
2009-02-09Add config.h #include for ARCH_X86 definition.Diego Biurrun
2009-02-09Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun