summaryrefslogtreecommitdiffstats
path: root/libswscale
Commit message (Expand)AuthorAgeFilesLines
* Fix bug introduced by me in r28756Cédric Schieli2009-03-051-2/+2
* Rewrite of rgb15to32 and rgb16to32 using fewer asm instructions and setting a...Cédric Schieli2009-03-041-38/+23
* remove the rest of x86 asm from LGPL buildJindřich Makovička2009-03-031-2/+2
* Fix typo in comments.Dominik Mierzejewski2009-03-011-2/+2
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger2009-03-011-2/+4
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-011-5/+5
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-011-1/+1
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-286-37/+40
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-271-0/+7
* Use YUV420P code path for YUVA420P where appropriateCédric Schieli2009-02-271-3/+4
* Refactor code for upcoming alpha patches.Cédric Schieli2009-02-271-40/+42
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-242-1/+1
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-241-8/+8
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-241-780/+0
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-224-5/+685
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-211-158/+73
* move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli2009-02-211-4/+23
* splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli2009-02-211-8/+27
* make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli2009-02-211-24/+23
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-181-3/+3
* Document sws_scale().Stefano Sabatini2009-02-181-0/+23
* Use sws_printVec2() instead of the deprecated sws_printVec().Stefano Sabatini2009-02-141-2/+2
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-142-7/+25
* Document sws_normalizeVec().Stefano Sabatini2009-02-141-0/+5
* Make hScale_altivec_real() trim its output like other implementations doKostya Shishkov2009-02-141-5/+5
* Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov2009-02-142-2/+4
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-121-7/+10
* Bump micro version, related to r28491.Stefano Sabatini2009-02-121-1/+1
* Document sws_getContext().Stefano Sabatini2009-02-111-0/+13
* Document sws_getIdentityVec().Stefano Sabatini2009-02-111-0/+5
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-102-4/+5
* Document sws_cloneVec().Stefano Sabatini2009-02-101-0/+5
* Fix typo: lenght -> length.Stefano Sabatini2009-02-101-1/+1
* Document sws_scaleVec().Stefano Sabatini2009-02-101-0/+4
* Document sws_getConstVec().Stefano Sabatini2009-02-101-0/+5
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-102-10/+10
* Remove pointless comment regarding sws_scale_ordered().Stefano Sabatini2009-02-101-3/+0
* Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini2009-02-101-0/+3
* Remove unnecessary emms Assembler instructions.Diego Biurrun2009-02-101-9/+0
* Document coeff and length fields in SwsVector.Stefano Sabatini2009-02-091-2/+2
* Revert #undefining system functions, it is not necessary.Diego Biurrun2009-02-091-7/+0
* Add config.h #include for ARCH_X86 definition.Diego Biurrun2009-02-091-0/+1
* Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun2009-02-091-0/+7
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun2009-02-091-2/+2
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-096-16/+16
* Give better name to Inverse_Table_6_9Kostya Shishkov2009-02-092-4/+4
* Remove file name from file headers.Diego Biurrun2009-02-091-1/+1
* Drop the deprecated sws_scale_ordered() at the next major versionStefano Sabatini2009-02-082-0/+4
* Replace int type with enum PixelFormat for the dstFormat/srcFormatStefano Sabatini2009-02-081-3/+3
* Fix a typo: lumaSarpen -> lumaSharpen.Stefano Sabatini2009-02-081-1/+1
OpenPOWER on IntegriCloud