Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-14 | configure: Depend on gstreamer 1.9.2.1 | Sebastian Dröge | 1 | -2/+2 | |
2016-09-13 | timeline: Make get_groups public | Alexandru Băluț | 9 | -20/+210 | |
Had to separate timeline_emit_group_added from timeline_add_group to avoid emitting group-added when the project is being loaded. Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D1302 | |||||
2016-09-13 | tests_: Make sure child-removed is emitted when ungrouping | Alexandru Băluț | 1 | -0/+18 | |
Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D1301 | |||||
2016-09-13 | timeline: Fix documentation | Alexandru Băluț | 1 | -1/+1 | |
Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D1300 | |||||
2016-09-13 | Remove obsolete dependency | Alexandru Băluț | 1 | -1/+1 | |
Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D1299 | |||||
2016-09-10 | Automatic update of common submodule | Jan Schmidt | 2 | -1/+1 | |
From b18d820 to f980fd9 | |||||
2016-09-10 | Automatic update of common submodule | Jan Schmidt | 2 | -1/+1 | |
From f49c55e to b18d820 | |||||
2016-09-09 | tests: Move -DGES_TEST_FILES_PATH to common_cflags | Thibault Saunier | 1 | -2/+2 | |
As it is needed to build the utils lib | |||||
2016-09-09 | tests: Fix the way we get tests assets | Thibault Saunier | 3 | -25/+9 | |
Using __FILE__ won't work properly with meson. | |||||
2016-09-09 | test:validate: Handle new expected_failures Test argument | Thibault Saunier | 2 | -4/+4 | |
2016-09-07 | meson: Do not build libges against libcheck | Thibault Saunier | 2 | -1/+2 | |
2016-09-05 | meson: Properly find where other GStreamer plugins are when using subprojects | Thibault Saunier | 2 | -6/+31 | |
2016-09-05 | Revert "validate: Blacklist racy tests" | Thibault Saunier | 1 | -8/+0 | |
This reverts commit ce35412ff260fbd6e07b374bc3ca677053c277e0. https://bugzilla.gnome.org/show_bug.cgi?id=769894 has been fixed | |||||
2016-09-05 | meson: Handle building the gir file when used as subproject | Thibault Saunier | 3 | -5/+19 | |
Add support for building GIR when used as subproject Add an option to disable GIR generation And bump version to 1.9.2 | |||||
2016-09-01 | Back to development | Sebastian Dröge | 1 | -1/+1 | |
2016-09-01 | Release 1.9.21.9.2 | Sebastian Dröge | 5 | -190/+228 | |
2016-08-25 | meson: doc: Fix building documentation when using subprojects | Thibault Saunier | 2 | -2/+12 | |
And check the presence of gtk-doc before building the documentation | |||||
2016-08-25 | ges: Rename parse_lex.h to ges-parse-lex.h | Sebastian Dröge | 2 | -5/+5 | |
Fixes the build and makes it consistent with the meson build system. | |||||
2016-08-24 | Add support for Meson as alternative/parallel build system | Thibault Saunier | 15 | -1/+496 | |
https://github.com/mesonbuild/meson | |||||
2016-08-18 | ges-track-element: fix typos in control_binding_removed signal declaration | Philippe Renon | 1 | -5/+5 | |
https://bugzilla.gnome.org/show_bug.cgi?id=770101 | |||||
2016-08-14 | validate: Blacklist racy tests | Edward Hervey | 1 | -0/+8 | |
See https://bugzilla.gnome.org/show_bug.cgi?id=769894 | |||||
2016-08-14 | ges-timeline: Demote some debugging statements | Edward Hervey | 1 | -4/+4 | |
locking should be in a lower level to avoid too many messages | |||||
2016-08-13 | timeline-element: Reset pointer after freeing | Edward Hervey | 1 | -1/+3 | |
dispose can be called multiple times, make sure we don't call functions on free'd pointers. | |||||
2016-08-05 | ges: Do not rescale videos if the track aspect ratio changes | Thibault Saunier | 2 | -6/+7 | |
Differential Revision: https://phabricator.freedesktop.org/D1242 | |||||
2016-08-05 | ges: Let the compositor do the scaling if mixing is enabled | Thibault Saunier | 5 | -19/+30 | |
Differential Revision: https://phabricator.freedesktop.org/D1241 | |||||
2016-08-01 | tests:validate: Also test opus and theora in OGG | Thibault Saunier | 1 | -0/+1 | |
2016-07-29 | validate: Start also testing jpeg encoding | Thibault Saunier | 2 | -3/+6 | |
2016-07-29 | timeline: Keep transitions when moving the moving context between layers | Thibault Saunier | 1 | -45/+67 | |
Differential Revision: https://phabricator.freedesktop.org/D1225 | |||||
2016-07-29 | ges-launcher: don't leak project uri string | Justin Kim | 1 | -2/+6 | |
ges_project_get_uri returns a cloned string so it should be free'd after usage. Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Reviewed-by: Thibault Saunier <thibault.saunier@collabora.com> Differential Revision: https://phabricator.freedesktop.org/D381 | |||||
2016-07-28 | timeline: Ripple from start of clips and not the end. | Thibault Saunier | 2 | -13/+14 | |
Fixes https://phabricator.freedesktop.org/T7503 | |||||
2016-07-28 | enums: Fix absolute text overlay alignment value | Thibault Saunier | 2 | -3/+3 | |
It needs to be in sync with GstBaseTextOverlayHAlign order. | |||||
2016-07-28 | title-source: Properly implement GESTimelineElement->lookup_child | Thibault Saunier | 1 | -8/+7 | |
GESTrackElement->lookup_child is deprecated and should be avoided as much as possible. | |||||
2016-07-28 | clip: Reimplement look_child and iterate over children if needed | Thibault Saunier | 1 | -0/+18 | |
Otherwise in the case where children reimplement lookup_child to handle some property renaming lookup fails. | |||||
2016-07-28 | tools: Fix printing commands help | Thibault Saunier | 4 | -43/+82 | |
2016-07-26 | ges:validate: Check that no extra decoding happens | Thibault Saunier | 1 | -0/+61 | |
2016-07-26 | uri-sources: Make sure to set decodebin 'caps' property | Thibault Saunier | 2 | -4/+52 | |
Fixes a regression where we decode streams twice, this was introduced when we started creating NLE object at GESTrackElement construct time. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=769193 | |||||
2016-07-24 | timeline: Emit snap-ended on commit if needed | Thibault Saunier | 1 | -0/+2 | |
Commiting the timeline means that the current operations on the clips are over, so we should concider snapping as done at that point Fixes T7499 | |||||
2016-07-24 | fixed ges-version.h not found issue during out of tree build | Mohan R | 1 | -1/+2 | |
2016-07-22 | image-source: Do not concider inpoints | Thibault Saunier | 1 | -1/+3 | |
We have no restriction on inpoint for Images Differential Revision: https://phabricator.freedesktop.org/D1202 | |||||
2016-07-15 | tests:validate: Better choose tested rendering formats | Thibault Saunier | 1 | -2/+6 | |
2016-07-11 | Automatic update of common submodule | Stefan Sauer | 1 | -0/+0 | |
From f363b32 to f49c55e | |||||
2016-07-06 | Back to development | Sebastian Dröge | 1 | -3/+3 | |
2016-07-06 | Release 1.9.11.9.1 | Sebastian Dröge | 5 | -801/+466 | |
2016-06-29 | ges-launch: unref GApplication properly | Justin Kim | 1 | -3/+7 | |
Differential Revision: https://phabricator.freedesktop.org/D380 | |||||
2016-06-29 | project_: improve get_uri doc | Justin Kim | 1 | -1/+1 | |
The return value of ges_project_get_uri should be freed after usage. Differential Revision: https://phabricator.freedesktop.org/D1142 | |||||
2016-06-21 | Automatic update of common submodule | Nicolas Dufresne | 1 | -0/+0 | |
From ac2f647 to f363b32 | |||||
2016-06-20 | tests: Make sure to run python tests against the build in tree | Thibault Saunier | 1 | -2/+2 | |
2016-06-20 | ges: Don't remove track elements from clips when removing from layer | Thibault Saunier | 6 | -12/+67 | |
And reuse the same previously created element when adding the clip back to a layer, avoiding losing all setting done on clip children in that situation This is a behaviour change but previous behaviour was actually totally unexpected and people working around that weird behaviour will moste probably not care about that change Differential Revision: https://phabricator.freedesktop.org/D1094 | |||||
2016-06-20 | title_: Do not forget to link up child_added/removed vmethod | Thibault Saunier | 2 | -0/+32 | |
Otherwise effect handling is broken Differential Revision: https://phabricator.freedesktop.org/D1099 | |||||
2016-06-20 | auto-transitions: Do not remove auto transitions when moving neighboor from ↵ | Thibault Saunier | 2 | -2/+47 | |
the same group Differential Revision: https://phabricator.freedesktop.org/D1097 |