src/modules/core/transition_composite.yml | 2 +- src/modules/gtk2/producer_pixbuf.c | 371 +++++++++++++------------- src/modules/gtk2/producer_pixbuf.yml | 2 +- src/modules/qimage/kdenlivetitle_wrapper.cpp | 4 +- src/modules/qimage/producer_qimage.c | 37 ++- src/modules/qimage/qimage_wrapper.cpp | 298 ++++++++++----------- src/modules/qimage/qimage_wrapper.h | 10 +- 7 files changed, 369 insertions(+), 355 deletions(-)
New commits: commit 6d623b8c4b2c9439b9521a49eea4ac17c3e214e9 Author: Dan Dennedy <[email protected]> Date: Fri Mar 2 00:10:37 2012 -0800 convert to and cache requested format in qimage commit 038a5d4ae727cd586c5a10f874f0477b9a3037f7 Author: Dan Dennedy <[email protected]> Date: Thu Mar 1 23:56:43 2012 -0800 split refresh_qimage() into refresh_qiamge() and refresh_image() commit 5ac5b98ffe07e6f6a451b66de4ae2dad8494d34d Author: Dan Dennedy <[email protected]> Date: Thu Mar 1 23:49:43 2012 -0800 fix regression in pixbuf setting _real_width and _height for loader commit 8083cc04900627944dec2d181ad7c470f4aaff0c Author: Dan Dennedy <[email protected]> Date: Thu Mar 1 22:59:35 2012 -0800 factorize out exif reorientation in qimage producer commit dd07f816276d80b90944b67b737321bb723ea6a3 Author: Dan Dennedy <[email protected]> Date: Thu Mar 1 22:56:08 2012 -0800 remove the cache property from qimage This is removed in the course of refactorizing to make the code more maintainable for improvements. If you really need to cache an entire image sequence in memory use a ramdisk. commit b592fda161e4a3388e8841cda2d0ff33589a64e9 Author: Dan Dennedy <[email protected]> Date: Wed Feb 29 18:31:55 2012 -0800 fix QObject::connect of type QTextCursor errors commit 569e393eac6ea2137bb60601d8b8552b2c85c0b1 Author: Dan Dennedy <[email protected]> Date: Tue Feb 28 21:19:04 2012 -0800 fix regressions caused by refactoring and format conversion commit b5b68d5eb437c6df0431875e9471185294063e0c Author: Dan Dennedy <[email protected]> Date: Tue Feb 28 20:21:51 2012 -0800 convert to and cache requested format in pixbuf Original idea for patch came from Maksym Veremeyenko. commit 87b2f5c1d6a64839d66547e421a7123b5521dabb Author: Dan Dennedy <[email protected]> Date: Mon Feb 27 23:03:13 2012 -0800 split refresh_image() into refresh_pixbuf() and refresh_image() commit c026ef0db41800cb00a0040a97ca7f339cc9a6c4 Author: Dan Dennedy <[email protected]> Date: Mon Feb 27 21:36:44 2012 -0800 couple of small service metadata fixes commit 94585656dd3950ed72d20b67c16701a1fea26f8f Author: Dan Dennedy <[email protected]> Date: Sun Feb 26 21:45:30 2012 -0800 factorize out exif reorientation commit 8a2a6980839f70d66c153ab8daeeeffc1dc76c91 Author: Dan Dennedy <[email protected]> Date: Sun Feb 26 20:59:00 2012 -0800 remove the cache property from pixbuf This is removed in the course of refactorizing to make the code more maintainable for improvements. If you really need to cache an entire image sequence in memory use a ramdisk. ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
