[kdenlive] [Bug 365887] git master: internally added (mix/composite) transitions getting out of sync with project and producing large overhead

2016-07-26 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365887

Wegwerf  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #6 from Wegwerf  ---
I think we can now close this bug report with the recent changes on rebuilding
audio and video internally added transitions on track insert/remove and
composite mode changes. Jean-Baptiste, thank you very much for taking care of
this hidden bug and fixing it!

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 365887] git master: internally added (mix/composite) transitions getting out of sync with project and producing large overhead

2016-07-22 Thread Vincent PINON via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365887

Vincent PINON  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 365887] git master: internally added (mix/composite) transitions getting out of sync with project and producing large overhead

2016-07-20 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365887

--- Comment #5 from Wegwerf  ---
So the jury's in for the verdict:
+ internally added compositing transitions are now properly rebuilt. I threw
some of my bad projects at Kdenlive, added a track, and voilĂ ! correctly fixed.
- audio mix transitions are not correctly rebuilt, and I still have several
projects with broken mixer transitions. For instance, my horror project #5
still has a duplicate audio mixer on it's topmost audio track.

Also, I'm seeing spurious crashes when trying to load these projects.
Unfortunately, running under gdb control didn't yield yet useful stack
information as of what the problem is.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kdenlive] [Bug 365887] git master: internally added (mix/composite) transitions getting out of sync with project and producing large overhead

2016-07-20 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365887

--- Comment #4 from Wegwerf  ---
Jean-Baptiste, will gladly test on my "horror" project and later report back.
In any case, thank you very much for tackling and fixing this! While it may
appear to be a hidden issue, squashing it will improve the perceived overall
quality of Kdenlive.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 365887] git master: internally added (mix/composite) transitions getting out of sync with project and producing large overhead

2016-07-20 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365887

--- Comment #3 from Jean-Baptiste Mardelle  ---
Also, when rebuilding the transitions, it will automatically use qtblend if
available so when opening an older project, disabling/enabling a composite will
automatically switch to qtblend.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 365887] git master: internally added (mix/composite) transitions getting out of sync with project and producing large overhead

2016-07-20 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365887

Jean-Baptiste Mardelle  changed:

   What|Removed |Added

 CC||j...@kdenlive.org

--- Comment #2 from Jean-Baptiste Mardelle  ---
I now changed the code to delete and rebuild internal composite transition on
each track add/delete and also on enable/disable track composite. Should fix
the issue, please test and report.

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 365887] git master: internally added (mix/composite) transitions getting out of sync with project and producing large overhead

2016-07-20 Thread Jean-Baptiste Mardelle via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365887

--- Comment #1 from Jean-Baptiste Mardelle  ---
Git commit 7fc205aef2becccbd866b9d91926e725cf95e83c by Jean-Baptiste Mardelle.
Committed on 20/07/2016 at 11:14.
Pushed by mardelle into branch 'Applications/16.08'.

Rebuild composite transitions on track add/remove and enable/disable
Fix memleak on audio mix transition

M  +4-6src/timeline/customtrackview.cpp
M  +7-0src/timeline/headertrack.cpp
M  +1-0src/timeline/headertrack.h
M  +25   -8src/timeline/timeline.cpp
M  +2-0src/timeline/timeline.h
M  +16   -25   src/timeline/transitionhandler.cpp
M  +1-1src/timeline/transitionhandler.h

http://commits.kde.org/kdenlive/7fc205aef2becccbd866b9d91926e725cf95e83c

-- 
You are receiving this mail because:
You are watching all bug changes.


[kdenlive] [Bug 365887] git master: internally added (mix/composite) transitions getting out of sync with project and producing large overhead

2016-07-20 Thread Wegwerf via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=365887

Wegwerf  changed:

   What|Removed |Added

Summary|git master: internally  |git master: internally
   |added (mix/composite)   |added (mix/composite)
   |transitions getting out of  |transitions getting out of
   |sync with project   |sync with project and
   ||producing large overhead

-- 
You are receiving this mail because:
You are watching all bug changes.