summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-12Release 1.11.11.11.1Sebastian Dröge5-1129/+478
2017-01-09clip: Make sure that clip start change is notified before children changesThibault Saunier3-47/+55
2017-01-09tests_: Check the order of signals when a transition is createdAlexandru Băluț1-0/+28
2017-01-09asset: Fix set_proxy to abort when an error happensAlexandru Băluț1-0/+2
2017-01-09asset: Reuse local variableAlexandru Băluț1-1/+1
2017-01-05meson: generate pkg-config -uninstalled pc filesGuillaume Desmottes3-2/+17
2016-12-23ges-launch: Use standard GstEncodingProfile deserialization functionThibault Saunier1-118/+10
2016-12-22validate: Remove space breaking muting ges-launchThibault Saunier1-1/+1
2016-12-22video-mixer: Fix the way we release mixer padsThibault Saunier2-9/+22
2016-12-22meson: Install ges-launchThibault Saunier1-1/+2
2016-12-16Remove generated .spec fileTim-Philipp Müller4-56/+4
2016-12-16tests: Remove now meaningless empty testsuiteThibault Saunier3-119/+0
2016-12-15ges: add a basic unix man page for ges-launch-1.0Antonio Ospite3-0/+54
2016-12-14ges: fix the description of the --help-GES command line optionAntonio Ospite1-1/+1
2016-12-14tests: Make sure tests can be listedThibault Saunier1-1/+3
2016-12-13ges-launch: Make sure GStreamer is always initializedThibault Saunier1-0/+1
2016-12-09meson: Support building without Gst debugThibault Saunier1-0/+24
2016-12-03Automatic update of common submoduleEdward Hervey1-0/+0
2016-12-01element: Rework set_child_property_by_pspecThibault Saunier1-5/+5
2016-12-01test:nle: Soften check on refcountThibault Saunier1-2/+6
2016-11-30nlecomposition: Deactivate current stack in PAUSED_READY stateThibault Saunier1-24/+23
2016-11-30tools: Deinit Gst before exitingThibault Saunier1-0/+1
2016-11-29meson: Do not print error logs when building the girThibault Saunier1-0/+1
2016-11-29examples: remove #include <ges-internal.h> from assets.cScott D Phillips1-1/+0
2016-11-26common: use https protocol for common submoduleTim-Philipp Müller1-1/+1
2016-11-23ges-timeline: Properly calculate absolute diff of two unsigned integersSebastian Dröge1-2/+8
2016-11-23ges: Add NULL check before dereferencingSebastian Dröge1-1/+1
2016-11-21ges-uri-asset: fix compile error 'timeout' may be used uninitializedPhilippe Renon1-1/+4
2016-11-18make: include common/win32.makScott D Phillips3-3/+6
2016-11-18Update common submoduleThibault Saunier1-0/+0
2016-11-18Enable building with MSVCScott D Phillips3-3/+430
2016-11-18Cast away const from GstMetaInfo in *_get_meta_info() functionsScott D Phillips1-2/+2
2016-11-18Pass gint/guint pointers instead of enum pointersScott D Phillips2-4/+4
2016-11-18parse: Don't #include <unistd.h>Scott D Phillips2-0/+2
2016-11-17Revert "nlecomposition: Start task and initialize the stack after chaining up...Sebastian Dröge1-22/+12
2016-11-17Revert "nleobject: Start up in NULL->READY->PAUSED after the parent class did"Sebastian Dröge1-14/+19
2016-11-16nleobject: Start up in NULL->READY->PAUSED after the parent class didSebastian Dröge1-19/+14
2016-11-16nlecomposition: Start task and initialize the stack after chaining up to pare...Sebastian Dröge1-12/+22
2016-11-15tests: Fix running python unit testsThibault Saunier2-5/+10
2016-11-15ges: Check if GstDiscoverer could be created at init timeThibault Saunier2-3/+33
2016-11-11nlecomposition: Fix small remaining race in previous commitSebastian Dröge1-6/+26
2016-11-09tests_: Use nose2 instead of nosetestsAlexandru Băluț3-22/+26
2016-11-09ges: Fix documentation and debug commentsAlexandru Băluț3-10/+10
2016-11-09timeline: reimplement snap_to_position a bit more appropriately.Mathieu Duponchelle4-81/+59
2016-11-09nlecomposition: De-duplicate seek events based on their sequence numberSebastian Dröge1-5/+42
2016-11-09test:validate: Port to python3Thibault Saunier1-8/+8
2016-11-09ges-timeline: Fix typo in debug messagesSebastian Dröge1-2/+2
2016-11-04timeline: Avoid creating extra transition when rippling clipsThibault Saunier2-13/+36
2016-11-04timeline: Make sure transitions between rippled clips are never deletedThibault Saunier2-2/+14
2016-11-04timeline: Destroy transition if a neighbor is not being moved to a layerThibault Saunier3-18/+30