[Mlt-devel] [mltframework/mlt] 7e11b4: Fix uninitialized pointer read. (coverity-743163)

2012-11-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 7e11b44218dc6391c8c70573ddaa84ad5ee20077 https://github.com/mltframework/mlt/commit/7e11b44218dc6391c8c70573ddaa84ad5ee20077 Author: Dan Dennedy Date: 2012-11-10 (Sat, 10 Nov 2012) Changed paths:

Re: [Mlt-devel] [PATCHES] memory leak fixes

2012-11-10 Thread Dan Dennedy
On Fri, Nov 9, 2012 at 10:20 AM, Dan Dennedy wrote: > thank you for the patches... > > On Thu, Nov 8, 2012 at 1:08 AM, Maksym Veremeyenko wrote: >> Hi, >> >> *0001-fix-leak-on-allocated-sax-context.patch* during initializing xml >> parser context libxml allocate sax context variable. /producer_xm

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-11-10 Thread Dan Dennedy
On Sat, Nov 10, 2012 at 5:51 AM, j-b-m wrote: > On Monday 01 October 2012 17:16:34 j...@kdenlive.org wrote: >> >> Ahhh, I finally found the problem! The bug is triggered by an >> >> optimization >> >> flag: -O2 >> >> >> >> When using the build script, we configure MLT with --enable-debug, which >>

[Mlt-devel] [mltframework/mlt] 61c9d7: Aspect ratio fix in affine transition.

2012-11-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 61c9d71a25f8502141919af8e8c51efff653ae2a https://github.com/mltframework/mlt/commit/61c9d71a25f8502141919af8e8c51efff653ae2a Author: j-b-m Date: 2012-11-10 (Sat, 10 Nov 2012) Changed paths: M sr

[Mlt-devel] [mltframework/mlt] 0b2c62: partially fix leak of service allocated in on_star...

2012-11-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 0b2c626ca0bd207de942aa5fb738d265f5efeb17 https://github.com/mltframework/mlt/commit/0b2c626ca0bd207de942aa5fb738d265f5efeb17 Author: Maksym Veremeyenko Date: 2012-11-10 (Sat, 10 Nov 2012) Changed pa

[Mlt-devel] [mltframework/mlt] 01ecb5: fix leak on allocated sax context

2012-11-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 01ecb580d5345efb68e5bb372a417c7d8cd7a834 https://github.com/mltframework/mlt/commit/01ecb580d5345efb68e5bb372a417c7d8cd7a834 Author: Maksym Veremeyenko Date: 2012-11-10 (Sat, 10 Nov 2012) Changed pa

Re: [Mlt-devel] Affine transition aspect ratio bug

2012-11-10 Thread j-b-m
On Monday 01 October 2012 17:16:34 j...@kdenlive.org wrote: > >> Ahhh, I finally found the problem! The bug is triggered by an > >> optimization > >> flag: -O2 > >> > >> When using the build script, we configure MLT with --enable-debug, which > >> disables optimization flags. However, when manuall