- Aug 20, 2015
-
-
Thibault Saunier authored
Summary: Allowing external user to directly use it Reviewers: Mathieu_Du Differential Revision: https://phabricator.freedesktop.org/D231
- Jul 23, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
And avoid parenthesis in GstObject names
-
Thibault Saunier authored
-
Thibault Saunier authored
It breaks $ make distcheck
-
- Jul 16, 2015
-
-
Tim-Philipp Müller authored
-
Thibault Saunier authored
When activating auto transition mode
-
Thibault Saunier authored
-
- Jul 13, 2015
-
-
Thibault Saunier authored
Avoid to hold the CACHE lock when setting the GTasks return values. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=752300
-
- Jul 08, 2015
-
-
Thibault Saunier authored
-
Thibault Saunier authored
-
- Jul 06, 2015
-
-
Thibault Saunier authored
-
- Jul 03, 2015
-
-
Stefan Sauer authored
From f74b2df to 9aed1d7
-
Thibault Saunier authored
-
Thibault Saunier authored
-
Thibault Saunier authored
Allowing user to copy paste clips very easily
-
Thibault Saunier authored
We should never let 3 objects to overlap at a same position, for that we introduce a "rollback" feature and whenever such an editing happens, we rollback object position to whatever it was before the move.
-
Thibault Saunier authored
-
Thibault Saunier authored
API: + ges_timeline_element_get_track_types
-
Thibault Saunier authored
In case of groups, we can have track elements that do not belong directly to the moved_trackelements but will be moved as others. Never create transition to all object that have a start > moving group start.
-
Thibault Saunier authored
So that the frame position metas are parsed and taken into account
-
Thibault Saunier authored
API: ges_track_element_remove_control_binding
-
Thibault Saunier authored
-
Thibault Saunier authored
So that the scaling is done in the compositor and this way we can cleanly interpolate its value
-
Thibault Saunier authored
+ Fix testsuite https://bugzilla.gnome.org/show_bug.cgi?id=638802
-
Thibault Saunier authored
We used to always return TRUE which was wrong + Fix testsuite and remove randomness from the tests
-
- Jul 02, 2015
-
-
Thibault Saunier authored
It is not correct to force a black frame at the end of the rendered video and it also leads to rendering issue with vpX encoders. https://bugzilla.gnome.org/show_bug.cgi?id=751510
-
- Jul 01, 2015
-
-
Thibault Saunier authored
Instead of trying to compute it ourself which might lead to wrong behaviour when moving between layer. + Make sure that when we reset clip children priority (to make space for effects,) we update the container knowledge of priority offsets
-
Thibault Saunier authored
We were computing the priority offset taking the global MIN_NLE_PRIO (which is a constant == 2 to make space for the mixing elements) instead of the layer 'track element' relative priority, leading to very big offsets on layer with a prio > 0. In the end it leaded to effects having the same priority as the sources which leads to an undefined behaviour in NLE.
-
Thibault Saunier authored
We should by default avoid false timeouts
-
Thibault Saunier authored
-
- Jun 25, 2015
-
-
Thibault Saunier authored
Now that nle_object_commit symbol is hidden, we can't use it in the tests.
-
Thibault Saunier authored
-
Sebastian Dröge authored
-
Sebastian Dröge authored
nle/nlecomposition.c:2471:1: error: unused function '_parent_or_priority_changed' [-Werror,-Wunused-function] _parent_or_priority_changed (NleObject * obj, GNode * oldnode, ^
-
Sebastian Dröge authored
-
- Jun 24, 2015
-
-
Thibault Saunier authored
-
- Jun 23, 2015
-
-
Tim-Philipp Müller authored
-