Re: [Mlt-devel] [PATCH] compositing optimization

2015-02-02 Thread Dan Dennedy
On Thu, Jan 29, 2015 at 8:14 AM, Maksym Veremeyenko wrote: > Hi, > > provided patch is a second attempt to introduce subj. > > thees pathset makes two things: > > 1. disable creating alpha channel for frame if it does not exist > > 2. implement 8 variants of blending/compositing function: > > 0|

Re: [Mlt-devel] [PATCH] introduce MLT_GTK2_PRODUCER_CACHE env var for extending default cache size of gtk2 pixbuf producer

2015-02-02 Thread Dan Dennedy
On Mon, Feb 2, 2015 at 8:47 AM, Maksym Veremeyenko wrote: > 31.01.15 23:56, Dan Dennedy написав(ла): > >> On Thu, Jan 29, 2015 at 8:21 AM, Maksym Veremeyenko > > wrote: >> >> Hi, >> >> i noticed that sometimes pixbufs producers stop caching converted >> image

[Mlt-devel] [mltframework/mlt] 0e3915: Fix invalid YAML for tone producer.

2015-02-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 0e391545dfb6cc07239a01466823b287c5b393e6 https://github.com/mltframework/mlt/commit/0e391545dfb6cc07239a01466823b287c5b393e6 Author: Dan Dennedy Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths:

Re: [Mlt-devel] [PATCH] implement caching converted image for producer pango

2015-02-02 Thread Dan Dennedy
On Mon, Feb 2, 2015 at 8:57 AM, Maksym Veremeyenko wrote: > 31.01.15 23:50, Dan Dennedy написав(ла): > >> On Thu, Jan 29, 2015 at 8:24 AM, Maksym Veremeyenko > > wrote: >> >> Hi, >> >> attached patch implement caching converted image produced by pango >> prod

[Mlt-devel] [mltframework/mlt] c7a5f4: introduce environment variable MLT_PIXBUF_PRODUCER...

2015-02-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: c7a5f4dc8dd025001062a8c345a13d1c910eca3e https://github.com/mltframework/mlt/commit/c7a5f4dc8dd025001062a8c345a13d1c910eca3e Author: Maksym Veremeyenko Date: 2015-02-02 (Mon, 02 Feb 2015) Changed pa

[Mlt-devel] [mltframework/mlt] c0d94d: Fix typo from last commit.

2015-02-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: c0d94dc88f5e892324a9dff8eb27ce2b2ab53f29 https://github.com/mltframework/mlt/commit/c0d94dc88f5e892324a9dff8eb27ce2b2ab53f29 Author: Brian Matherly Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths:

[Mlt-devel] [mltframework/mlt] 0112a3: Add test for Mlt::Frame.

2015-02-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 0112a3c3b709d951c54c0d653c7dce5867436271 https://github.com/mltframework/mlt/commit/0112a3c3b709d951c54c0d653c7dce5867436271 Author: Brian Matherly Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths:

Re: [Mlt-devel] [PATCH] implement caching converted image for producer pango

2015-02-02 Thread Maksym Veremeyenko
31.01.15 23:50, Dan Dennedy написав(ла): On Thu, Jan 29, 2015 at 8:24 AM, Maksym Veremeyenko mailto:ve...@m1stereo.tv>> wrote: Hi, attached patch implement caching converted image produced by pango producer. 1.) It does not use mlt_cache, which means that if someone uses many pang

Re: [Mlt-devel] [PATCH] introduce MLT_GTK2_PRODUCER_CACHE env var for extending default cache size of gtk2 pixbuf producer

2015-02-02 Thread Maksym Veremeyenko
31.01.15 23:56, Dan Dennedy написав(ла): On Thu, Jan 29, 2015 at 8:21 AM, Maksym Veremeyenko mailto:ve...@m1stereo.tv>> wrote: Hi, i noticed that sometimes pixbufs producers stop caching converted images and do conversion on each get_image call. i found that it happens because o