aboutsummaryrefslogtreecommitdiffhomepage
path: root/libswscale
Commit message (Expand)AuthorAge
* 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
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Gravatar cehoyos2009-01-20
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willGravatar cehoyos2009-01-16
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Gravatar aurel2009-01-14
* Add PIX_FMT_VDPAU_H264.Gravatar cehoyos2009-01-08
* Avoid POSIX-reserved _t namespace.Gravatar diego2008-12-27
* consistency cosmetics: Rename POWERPC identifiers to PPC.Gravatar diego2008-12-27
* Remove pointless malloc.h #include.Gravatar diego2008-12-19
* Some forgotten eax -> REG_a changes.Gravatar reimar2008-12-12
* Delete unnecessary 'extern' keywords.Gravatar diego2008-12-03
* Remove commented-out duplicate declarations.Gravatar diego2008-12-02
* Remove unused declarations.Gravatar diego2008-12-02
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Gravatar diego2008-11-20
* Put variable declaration inside an #ifdef to avoid an unused variable warning.Gravatar diego2008-11-17
* Add some const specifiers to function name variables; fixes a bunch ofGravatar diego2008-11-04