summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Expand)AuthorAge
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-24
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-24
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-24
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-21
* move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli2009-02-21
* splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli2009-02-21
* make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli2009-02-21
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-18
* Document sws_scale().Stefano Sabatini2009-02-18
* Use sws_printVec2() instead of the deprecated sws_printVec().Stefano Sabatini2009-02-14
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-14
* Document sws_normalizeVec().Stefano Sabatini2009-02-14
* Make hScale_altivec_real() trim its output like other implementations doKostya Shishkov2009-02-14
* Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov2009-02-14
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-12
* Bump micro version, related to r28491.Stefano Sabatini2009-02-12
* Document sws_getContext().Stefano Sabatini2009-02-11
* Document sws_getIdentityVec().Stefano Sabatini2009-02-11
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-10
* Document sws_cloneVec().Stefano Sabatini2009-02-10
* Fix typo: lenght -> length.Stefano Sabatini2009-02-10
* Document sws_scaleVec().Stefano Sabatini2009-02-10
* Document sws_getConstVec().Stefano Sabatini2009-02-10
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-10
* Remove pointless comment regarding sws_scale_ordered().Stefano Sabatini2009-02-10
* Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini2009-02-10
* Remove unnecessary emms Assembler instructions.Diego Biurrun2009-02-10
* Document coeff and length fields in SwsVector.Stefano Sabatini2009-02-09
* Revert #undefining system functions, it is not necessary.Diego Biurrun2009-02-09
* Add config.h #include for ARCH_X86 definition.Diego Biurrun2009-02-09
* Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun2009-02-09
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun2009-02-09
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-09
* Give better name to Inverse_Table_6_9Kostya Shishkov2009-02-09
* Remove file name from file headers.Diego Biurrun2009-02-09
* Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini2009-02-08
* Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini2009-02-08
* Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini2009-02-08
* cosmetics: Remove period after copyright statement non-sentence.Diego Biurrun2009-02-01
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2009-01-25
* Declare struct SwsContext before using it, fixes the checkheaders warning:Diego Biurrun2009-01-25
* Disable C code when compiling AltiVec code, fixes the warning:Diego Biurrun2009-01-25
* spelling/grammar cosmeticsDiego Biurrun2009-01-25
* Fix #endif comments.Diego Biurrun2009-01-25
* Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Carl Eugen Hoyos2009-01-20
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willNVIDIA Corporation2009-01-16
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-14
* Add PIX_FMT_VDPAU_H264.Carl Eugen Hoyos2009-01-08