[Kdenlive-devel] current mlt jack issues

2012-04-24 Thread Ed Rogalsky
Hi Dan, the last days I had some time and I worked on the jack integration in kdenlive. Now I'm some steps farther. But I have two issues: *#1: MLT hangs on closing when filter_jackrack was active and videoglwidget.cpp is compiled in kdenlive (opengl activated)* It was tricky to find this proble

[Kdenlive-devel] Kdenlive 0.9.2 released, and a versioning question

2012-06-05 Thread Ed Rogalsky
I absolutely agree with Michael. regards eddrog -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discuss

Re: [Kdenlive-devel] "Latest version is Kdenlive 0.9, released in may 2012"

2012-06-11 Thread Ed Rogalsky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/06/2012 09:43 AM, Javier Agustìn Fernàndez Arroyo wrote: > hi there, > > just to notice, that i can still see that version instead of 0.9.2 > as the latest release in the homepage :) Hey, fixed now. Thanks Till -BEGIN PGP SIGNATURE- V

[Kdenlive-devel] "Latest version is Kdenlive 0.9, released in may 2012"

2012-06-11 Thread Ed Rogalsky
Hi folks, @dev: I noticed that the version in the master branch is set to v0.9.3. It conflicts with the v0.9 branch because the next bug fix release will have the version 0.9.3. Depending on the model the interim version for master should be something like 0.10 or 1.0. Another point is that the

Re: [Kdenlive-devel] [Mlt-devel] current mlt jack issues

2012-06-25 Thread Ed Rogalsky
Hi Dan, > I just integrated jack into Shotcut, which also uses OpenGL very > similarly, and I did not reproduce this problem. Ok. In this case I will investigate. Thanks anyways. > static int jack_process (jack_nframes_t frames, void * data) > { > ... > for ( i = 0; i < channels; i++ ) > { > s

Re: [Kdenlive-devel] [Mlt-devel] current mlt jack issues

2012-06-26 Thread Ed Rogalsky
> Now I'm ready for the next step. I have some another issues in sync > and seeking if audio tracks are muted or not available (using mlt jack > only as transport). >> Are you attaching the jackrack filter to the consumer? Not absolutly sure what you mean but - yes I'm attaching the jackrack fil

[Kdenlive-devel] Fwd: mlt jack issues - episode 2

2012-08-05 Thread Ed Rogalsky
Hi Dan, the last weeks I thought my job will kill me :-)). But now I had some time and here my new results: 1) There is one issue with seeking with mlt jack if the consumer (sdl_preview) is stopped or paused. The reason is the same as for our ugly noise. The function in filter_jackrack.c: stati

[Kdenlive-devel] kdenlive 0.9.3

2012-08-05 Thread Ed Rogalsky
Hi Jean-Baptiste, just a question: do plan a 0.9.3 release? Or do you want to concentrate on refactoring? regards eddrog -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security a

[Kdenlive-devel] [Mlt-devel] mlt jack issues - episode 2

2012-08-06 Thread Ed Rogalsky
>>> Hi Dan, >>> >>> the last weeks I thought my job will kill me :-)). But now I had some >>> time and here my new results: >>> >>> 1) There is one issue with seeking with mlt jack if the consumer >>> (sdl_preview) is stopped or paused. The reason is the same as for our >>> ugly noise. The functio

[Kdenlive-devel] function of consumers "refresh" property

2012-09-10 Thread Ed Rogalsky
Hi Dev, I'm just wondering what is the function of the consumers "refresh" property. I tried really to understand this whithout success ;-(( regards eddrog -- Live Security Virtual Conference Exclusive live event will c

[Kdenlive-devel] mlt jack issues - episode 3

2012-10-04 Thread Ed Rogalsky
Hi Dan, the last days I worked on the jack seeking and I hope this is the last major step before contributing the code to kdenlive. There are some problems with the current jack_sync implementation. I parsed the jack documantion and found that it is a little bit unclear. Thats why I studied some

Re: [Kdenlive-devel] mlt jack issues - episode 3

2012-11-05 Thread Ed Rogalsky
2012/11/4 Dan Dennedy : > On Thu, Oct 4, 2012 at 2:31 AM, Ed Rogalsky wrote: >> Hi Dan, >> >> the last days I worked on the jack seeking and I hope this is the last >> major step before contributing the code to kdenlive. >> There are some problems with the

[Kdenlive-devel] different playout times if consumers property audio_off is set

2012-11-19 Thread Ed Rogalsky
Hi Dan, just a question: is it a bug or a feature?? Problem: If the consumers property audio_off=1 is set than I get another playout time (it is shorter) with the sdl_preview consumer. And in consequence the consumer-sdl-paused event is fired and the transport is stopped to early. Steps to rep

[Kdenlive-devel] strange behaviour in mlt reaching eof

2012-12-15 Thread Ed Rogalsky
Hi Dan, I found out that the commit e33dedb46c0e4786023e1fe0a618e3f4a35728ae (Improve stop handling in mlt_consumer) has a side effect to eof behaviour (see ticket http://www.kdenlive.org/mantis/view.php?id=2870). I can reproduce the hanging on reaching eof in mlt. The crazy sound is only reprodu

Re: [Kdenlive-devel] Kdenlive 0.9.4

2013-01-29 Thread Ed Rogalsky
Hi Jean-Baptiste, thanks a lot and sorry I didn't have time the last days. Could you merge git master into *v0.9 * branch and tag the release to have it clean. I think master will be used for refactori

[Kdenlive-devel] add an icon

2013-02-14 Thread Ed Rogalsky
Hi dev, I wanted to add an icon but it seems to be not so easy. Can anyone explain what has to be done to have this new icon installed. I want to use it for a button. regards eddrog -- Free Next-Gen Firewall Hardware Offe

[Kdenlive-devel] plugins not found in refactoring

2013-02-16 Thread Ed Rogalsky
Hi refactoring dev, I'm trying to get in refactoring. I build kdenlive with the build-script from Dan. If I start kdenlive I get the following log: kdenlive(20459)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "Kdenlive/Parameter" not found kdenlive(20459

[Kdenlive-devel] missing commit branch in v0.9

2013-02-23 Thread Ed Rogalsky
Hi Jean-Baptiste, I just compared master with v0.9 and found that the following commit is missing in v0.9: 3b8b649 2013-01-29 Jean-Baptiste Mardelle Fix possible crash in monitor scene Is this so wanted? BTW: the median filter from Marko Cebokli is missing too. 99d1cdc*2013-02-08**Jean-Baptis

Re: [Kdenlive-devel] Howdy. How can I help? (Take 2)

2013-04-23 Thread Ed Rogalsky
2013/4/23 Ed Rogalsky > OK, > > So is there some way that I can contribute to kdenlive that won't > start a flame war? > > For instance, is there anybody who reviews new bugs, reproduces them, > asks followup questions, and provides the developers with as much &

[Kdenlive-devel] dead lock in kdenlive with latest git

2013-04-27 Thread Ed Rogalsky
Hi Dan, I have trouble with the latest commit in mlt. Seeking is only possible one time and if playback is started kdenlive hangs forever. I tried it also with the latest build from teamcity. I think there is a dead lock or something like that in the new mlt_consumer_purge logic. Do we have to

Re: [Kdenlive-devel] dead lock in kdenlive with latest git

2013-04-27 Thread Ed Rogalsky
main (argc=2, argv=0x7fffdc28) at /opt/buildAgent/work/bbab7a538eb594f3/src/kdenlive/src/main.cpp:89 regards eddrog 2013/4/27 Ed Rogalsky > Hi Dan, > > I have trouble with the latest commit in mlt. Seeking is only possible one > time and if > playback is started kdenlive h

Re: [Kdenlive-devel] dead lock in kdenlive with latest git

2013-04-27 Thread Ed Rogalsky
Yap. Thanx! 2013/4/27 Dan Dennedy > On Sat, Apr 27, 2013 at 6:42 AM, Ed Rogalsky > wrote: > > Oh sorry, > > > > the dead lock I got from my jack setup. Now it works but I get a crash > if I > > play in the clip-monitor and I switch to the project monitor

[Kdenlive-devel] RFC: patch to enable buffered playback

2013-04-27 Thread Ed Rogalsky
Hi Dan, I can't find the git diff base regards eddrog diff --git a/src/renderer.cpp b/src/renderer.cpp index b5d87dd..8b63854 100644 -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-base

[Kdenlive-devel] RFC: patch to enable buffered playback

2013-04-28 Thread Ed Rogalsky
Thanx Dan. The applied diff file is cool. -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optim

[Kdenlive-devel] RFC: patch to enable buffered playback

2013-04-28 Thread Ed Rogalsky
sure - only for testing :-)) -- Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monit

[Kdenlive-devel] jack mlt transport sync issues

2013-05-07 Thread Ed Rogalsky
Hi Dan, the last days I did a lot of jack transport sync tests and found the following behaviour: For frame rates unequal 25 fps the mlt playback is deverging pretty fast. In about 3-5s I get a difference of a frame and so on. Only for 25 fps the mlt playback speed and jack is in sync. And this i

Re: [Kdenlive-devel] jack mlt transport sync issues

2013-05-09 Thread Ed Rogalsky
ive is horrible slow. Perhaps I'll port the shotcuts implementation it works like a swiss knife so far. regards eddrog 2013/5/7 Dan Dennedy > On Tue, May 7, 2013 at 12:29 PM, Ed Rogalsky > wrote: > > Hi Dan, > > > > the last days I did a lot of jack tran

[Kdenlive-devel] kdenlive development

2013-10-28 Thread Ed Rogalsky
Hi folks, I helped the last releases a little bit and did some contributions to the code. But since half a year I joined a new job and I absolutely don't have time. I hope next year I'll have a little bit more time. But I'm wondering: what's up with j-b-m?? Is he doing well?? regards eddrog

[Kdenlive-devel] Breaking news

2013-12-07 Thread Ed Rogalsky
Hi, I'm so happy that J-B-M is fine. As I said before I hope I'll have a little bit more time next year and can make some code contributions. It is a good idea to go back to 0.9.x because the refactoring can be done only by very experienced devs like j-b-m or till theato. Either for this guys i

[Kdenlive-devel] movit in kdenlive build script

2014-03-15 Thread Ed Rogalsky
Hi Brian, some plans to integrate movit into kdenlive build script like in shotcut? Steinar is integrating openGL into kdenlive but without movit it is useless in the script build version. regards eddrog -- Learn Graph

Re: [Kdenlive-devel] movit in kdenlive build script

2014-03-15 Thread Ed Rogalsky
mework/shotcut/blob/master/scripts/build-shotcut.sh > > I suppose that for a while movit should be disabled by default. > > ~Brian > > > -- > *From:* Ed Rogalsky > *To:* Brian Matherly > *Sent:* Saturday, March 15, 2014 4:14 AM > *Subject:

Re: [Kdenlive-devel] movit in kdenlive build script

2014-03-15 Thread Ed Rogalsky
> > It seems premature to me. > > I would love to hear a report on the state of movit in Kdenlive. Why is > this list so quiet when there is exciting stuff going on? > > ~Brian > > > -- > *From:* Ed Rogalsky > *To:* Brian Mathe

Re: [Kdenlive-devel] movit in kdenlive build script

2014-03-16 Thread Ed Rogalsky
hy does it also require Movit? Can't the monitor work > with OpenGL even if Movit is not available? > > ~Brian > From f4f0f49db379d7e6a9eccedf764409e6edcccf9b Mon Sep 17 00:00:00 2001 From: Ed Rogalsky Date: Sat, 15 Mar 2014 21:34:33 +0100 Subject: [PATCH] movit build added --- build/buil