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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-07Let the 4th plane reach the swScale functionCédric Schieli
2009-03-07YUVA420P is a planar YUV formatCédric Schieli
2009-03-06Fix bug introduced by me in r28756Cédric Schieli
2009-03-04Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli
2009-03-03remove the rest of x86 asm from LGPL buildJindřich Makovička
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
2009-02-09Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun
2009-02-09Prefix visible YUV2RGB functions with sws_Kostya Shishkov
2009-02-09Give better name to Inverse_Table_6_9Kostya Shishkov
2009-02-09Remove file name from file headers.Diego Biurrun
2009-02-09Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini