aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* When converting from a non alpha format to an alpha format, defaults to all o...Gravatar sdrik2009-02-28
* Add an isALPHA macro to check if pixel format has alpha channelGravatar sdrik2009-02-27
* Use YUV420P code path for YUVA420P where appropriateGravatar sdrik2009-02-27
* Refactor code for upcoming alpha patches.Gravatar cehoyos2009-02-27
* Rename yuv2rgb2.c --> yuv2rgb.c.Gravatar diego2009-02-24
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanGravatar diego2009-02-24
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Gravatar diego2009-02-24
* New LGPLed YUV2RGB table generator for SwScalerGravatar kostya2009-02-22
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Gravatar cehoyos2009-02-21
* move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Gravatar stefang2009-02-21
* splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Gravatar stefang2009-02-21
* make MMX registers parametrized in the WRITEBGR32 macro,Gravatar stefang2009-02-21
* Rename the "src" parameter in the sws_scale() declaration toGravatar stefano2009-02-18
* Document sws_scale().Gravatar stefano2009-02-18
* Use sws_printVec2() instead of the deprecated sws_printVec(). Gravatar stefano2009-02-14
* Implement sws_printVec2() and deprecate sws_printVec().Gravatar stefano2009-02-14
* Document sws_normalizeVec().Gravatar stefano2009-02-14
* Make hScale_altivec_real() trim its output like other implementations doGravatar kostya2009-02-14
* Some AltiVec functions in SwScaler produce different output than theirGravatar kostya2009-02-14
* Apply misc fixes for sws_getCachedContext() documentation.Gravatar stefano2009-02-12
* Bump micro version, related to r28491.Gravatar stefano2009-02-12
* Document sws_getContext().Gravatar stefano2009-02-11
* Document sws_getIdentityVec().Gravatar stefano2009-02-11
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Gravatar stefano2009-02-10
* Document sws_cloneVec().Gravatar stefano2009-02-10
* Fix typo: lenght -> length.Gravatar stefano2009-02-10
* Document sws_scaleVec().Gravatar stefano2009-02-10
* Document sws_getConstVec().Gravatar stefano2009-02-10
* Move documentation of sws_getCachedContext() from swscale.c toGravatar stefano2009-02-10
* Remove pointless comment regarding sws_scale_ordered().Gravatar stefano2009-02-10
* Add a @deprecated notice to swscale_get_ordered().Gravatar stefano2009-02-10
* Remove unnecessary emms Assembler instructions.Gravatar diego2009-02-10
* Document coeff and length fields in SwsVector.Gravatar stefano2009-02-09
* Revert #undefining system functions, it is not necessary.Gravatar diego2009-02-09
* Add config.h #include for ARCH_X86 definition.Gravatar diego2009-02-09
* Add #undefs to reenable system functions that are normally forbidden in otherGravatar diego2009-02-09
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenGravatar diego2009-02-09
* Prefix visible YUV2RGB functions with sws_Gravatar kostya2009-02-09
* Give better name to Inverse_Table_6_9Gravatar kostya2009-02-09
* Remove file name from file headers.Gravatar diego2009-02-09
* Drop the deprecated sws_scale_ordered() at the next major versionGravatar stefano2009-02-08
* Replace int type with enum PixelFormat for the dstFormat/srcFormatGravatar stefano2009-02-08
* Fix a typo: lumaSarpen -> lumaSharpen.Gravatar stefano2009-02-08
* cosmetics: Remove period after copyright statement non-sentence.Gravatar diego2009-02-01
* Use full internal pathname in doxygen @file directives.Gravatar diego2009-02-01
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Gravatar diego2009-01-25
* Declare struct SwsContext before using it, fixes the checkheaders warning:Gravatar diego2009-01-25
* Disable C code when compiling AltiVec code, fixes the warning:Gravatar diego2009-01-25
* spelling/grammar cosmeticsGravatar diego2009-01-25
* Fix #endif comments.Gravatar diego2009-01-25