summaryrefslogtreecommitdiff
path: root/libswscale
Commit message (Collapse)AuthorAge
* backport configure bits for cpu runtime detection for libpostproc and libswscaleReinhard Tartler2010-02-02
| | | | Originally committed as revision 21611 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* fix version script for libswscaleReinhard Tartler2010-02-02
| | | | Originally committed as revision 21610 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* backport symbol versioning patchReinhard Tartler2010-02-01
| | | | Originally committed as revision 21595 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge remaining changes to make libswscale usable in LGPL mode from trunk.Diego Biurrun2009-07-05
| | | | Originally committed as revision 19352 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge LGPL relicensing of AltiVec optimizations.Diego Biurrun2009-04-13
| | | | Originally committed as revision 18491 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Merge fix for GPL code that erroneously made it into the LGPL build.Diego Biurrun2009-04-13
| | | | Originally committed as revision 18490 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Add a copy of libswscale into the branch instead of using svn:external.Diego Biurrun2009-04-13
| | | | | | | This will allow merging some changes from trunk. Originally committed as revision 18488 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Create 0.5 release branch.Diego Biurrun2009-03-02
| | | | Originally committed as revision 17727 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
* Fix typo in comments.Dominik Mierzejewski2009-03-01
| | | | Originally committed as revision 28777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add warnings to yuv2rgb_vis.c because alpha is set wrong (0 instead of 255).Reimar Döffinger2009-03-01
| | | | Originally committed as revision 28776 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make AltiVec code write alpha as 255 instead of 0 when converting to RGBAReimar Döffinger2009-03-01
| | | | Originally committed as revision 28774 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix braindead and broken way to calculate abase, fixes regression tests onReimar Döffinger2009-03-01
| | | | | | big-endian systems. Originally committed as revision 28773 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* When converting from a non alpha format to an alpha format, defaultsCédric Schieli2009-02-28
| | | | Originally committed as revision 28756 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add an isALPHA macro to check if pixel format has alpha channelCédric Schieli2009-02-27
| | | | Originally committed as revision 28747 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use YUV420P code path for YUVA420P where appropriateCédric Schieli2009-02-27
| | | | Originally committed as revision 28746 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Refactor code for upcoming alpha patches.Cédric Schieli2009-02-27
| | | | | | Patch by Cédric Schieli, cschieli A gmail Originally committed as revision 28741 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename yuv2rgb2.c --> yuv2rgb.c.Diego Biurrun2009-02-24
| | | | Originally committed as revision 28723 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Relicense AltiVec optimizations as LGPL with the permission of Marc HoffmanDiego Biurrun2009-02-24
| | | | | | and Reza Jelveh, the original authors. Originally committed as revision 28717 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove GPL version of yuv2rgb.c that has been replaced by an LGPL substitute.Diego Biurrun2009-02-24
| | | | Originally committed as revision 28716 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* New LGPLed YUV2RGB table generator for SwScalerKostya Shishkov2009-02-22
| | | | Originally committed as revision 28700 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Factorize some code in yuv2rgb_template.c to ease further yuva2rgb patch.Cédric Schieli2009-02-21
| | | | | | Patch by Cédric Schieli, cschieli gmail Originally committed as revision 28690 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* move zeroing of alpha channel register out of YSCALEYUV2xxx macros,Cédric Schieli2009-02-21
| | | | | | patch by Cédric Schieli (cschieli at gmail youknowwhat) Originally committed as revision 28687 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* splits various YSCALEYUV2xxx macros into YSCALEYUV2xxx_UV,Cédric Schieli2009-02-21
| | | | | | | YSCALEYUV2xxx_YA and YSCALEYUV2xxx_COEFF, patch by Cédric Schieli (cschieli at gmail youknowwhat) Originally committed as revision 28686 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* make MMX registers parametrized in the WRITEBGR32 macro,Cédric Schieli2009-02-21
| | | | | | patch by Cédric Schieli (cschieli at gmail youknowwhat) Originally committed as revision 28685 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Rename the "src" parameter in the sws_scale() declaration toStefano Sabatini2009-02-18
| | | | | | | "srcSlice" to stress the fact that it references a slice rather than an image. Originally committed as revision 28655 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_scale().Stefano Sabatini2009-02-18
| | | | Originally committed as revision 28654 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use sws_printVec2() instead of the deprecated sws_printVec().Stefano Sabatini2009-02-14
| | | | Originally committed as revision 28567 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Implement sws_printVec2() and deprecate sws_printVec().Stefano Sabatini2009-02-14
| | | | Originally committed as revision 28566 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_normalizeVec().Stefano Sabatini2009-02-14
| | | | Originally committed as revision 28565 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make hScale_altivec_real() trim its output like other implementations doKostya Shishkov2009-02-14
| | | | Originally committed as revision 28556 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Some AltiVec functions in SwScaler produce different output than theirKostya Shishkov2009-02-14
| | | | | | counterparts in pure C, so don't invoke them in bitexact mode. Originally committed as revision 28555 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Apply misc fixes for sws_getCachedContext() documentation.Stefano Sabatini2009-02-12
| | | | Originally committed as revision 28537 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Bump micro version, related to r28491.Stefano Sabatini2009-02-12
| | | | | | | See the thread: "[FFmpeg-devel] [PATCH] Explicitely declare {dst, src}Format sws_get*Context() params as enum PixelFormat". Originally committed as revision 28536 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_getContext().Stefano Sabatini2009-02-11
| | | | Originally committed as revision 28535 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_getIdentityVec().Stefano Sabatini2009-02-11
| | | | Originally committed as revision 28533 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move sws_getGaussianVec() documentation from swscale.c to swscale.h.Stefano Sabatini2009-02-10
| | | | Originally committed as revision 28528 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_cloneVec().Stefano Sabatini2009-02-10
| | | | Originally committed as revision 28527 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix typo: lenght -> length.Stefano Sabatini2009-02-10
| | | | Originally committed as revision 28526 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_scaleVec().Stefano Sabatini2009-02-10
| | | | Originally committed as revision 28525 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document sws_getConstVec().Stefano Sabatini2009-02-10
| | | | Originally committed as revision 28524 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Move documentation of sws_getCachedContext() from swscale.c toStefano Sabatini2009-02-10
| | | | | | swscale.h. Originally committed as revision 28523 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove pointless comment regarding sws_scale_ordered().Stefano Sabatini2009-02-10
| | | | Originally committed as revision 28522 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add a @deprecated notice to swscale_get_ordered().Stefano Sabatini2009-02-10
| | | | Originally committed as revision 28521 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove unnecessary emms Assembler instructions.Diego Biurrun2009-02-10
| | | | Originally committed as revision 28518 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Document coeff and length fields in SwsVector.Stefano Sabatini2009-02-09
| | | | Originally committed as revision 28512 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Revert #undefining system functions, it is not necessary.Diego Biurrun2009-02-09
| | | | Originally committed as revision 28502 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add config.h #include for ARCH_X86 definition.Diego Biurrun2009-02-09
| | | | Originally committed as revision 28500 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add #undefs to reenable system functions that are normally forbidden in otherDiego Biurrun2009-02-09
| | | | | | parts of FFmpeg but OK in this test program. Fixes the build. Originally committed as revision 28499 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Drop DECLARE_ALIGNED from extern declarations. It creates trouble whenDiego Biurrun2009-02-09
| | | | | | swscale_internal.h is #included without HAVE_AV_CONFIG_H defined. Originally committed as revision 28498 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Prefix visible YUV2RGB functions with sws_Kostya Shishkov2009-02-09
| | | | Originally committed as revision 28496 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale