summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2016-09-14ges-launch: Be a bit more agressive sanitizing argumentsThibault Saunier1-4/+13
2016-08-24Add support for Meson as alternative/parallel build systemThibault Saunier1-0/+13
2016-07-29ges-launcher: don't leak project uri stringJustin Kim1-2/+6
2016-07-28tools: Fix printing commands helpThibault Saunier1-8/+20
2016-07-26ges:validate: Check that no extra decoding happensThibault Saunier1-0/+61
2016-06-29ges-launch: unref GApplication properlyJustin Kim1-3/+7
2016-03-09ges-launcher: don't leak sanitized_timeline stringJustin Kim1-0/+3
2015-11-04launcher: Make sure to not activate validate twice when simply loading a scen...Thibault Saunier1-1/+1
2015-09-30editing-services: Fix memory leaks when context parse failsVineeth TM1-2/+2
2015-09-11ges-launcher: don't leak GErrorJustin Kim1-1/+4
2015-09-09ges-launcher: fix double free when argument is invalidJustin Kim1-0/+2
2015-06-10ges: Raise an error when the discoverer returns != RESULT_OKThibault Saunier1-2/+2
2015-06-09ges-launch: don't print random position/duration values at startupTim-Philipp Müller1-1/+1
2015-06-05tools: Exit the app as it is a simgle instance appThibault Saunier2-9/+9
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-13/+0
2015-04-22tools: Fix string leakEdward Hervey1-2/+3
2015-04-16tools:launch: Print out the timeline description as an INFO not an ERRORThibault Saunier1-1/+1
2015-04-15tools:launch: clean user facing message on wrong timeline descriptionThibault Saunier1-2/+7
2015-04-07ges-launch: Add support for +test-clipMathieu Duponchelle1-1/+2
2015-04-07ges-launch: Add a save-only option.Mathieu Duponchelle1-0/+23
2015-03-25ges-launch: Better document options.Mathieu Duponchelle1-85/+138
2015-03-25ges-launch: port to GApplicationMathieu Duponchelle8-898/+1116
2015-03-24Revert "ges-launch: no need for a tmp string pointer"Mathieu Duponchelle1-7/+8
2015-03-24ges-launch: no need for a tmp string pointerLuis de Bethencourt1-8/+7
2015-03-24ges-launch: free string before going out of scopeLuis de Bethencourt1-1/+3
2015-03-23ges-launch: Remove useless options, rename some short options.Mathieu Duponchelle1-16/+6
2015-03-23bash-completion: Add support for new ges-launch commands.Mathieu Duponchelle1-0/+41
2015-03-20ges: command-line-formatter: Properly error out on invalid argumentsThibault Saunier1-1/+9
2015-03-20ges: Factor out a GESCommandLineFormatter classThibault Saunier5-520/+89
2015-03-20structure-interface: rename layer-priority to layer.Mathieu Duponchelle1-0/+1
2015-03-20ges-launch: parse property names longer than 1 char.Mathieu Duponchelle2-1/+3
2015-03-20ges-launch: Update lexer / parser to handle set-*Mathieu Duponchelle3-1/+32
2015-03-20tools: Implement a new CLI interface for the timeline creationThibault Saunier2-139/+196
2015-03-20launcher: Add support to --set-property in the parserThibault Saunier1-1/+1
2015-03-20ges-launch: Implement a new parser for the commandline.Mathieu Duponchelle5-2/+281
2014-12-13tools: Avoid trying to remove a signal handler that has already been removedThibault Saunier1-1/+1
2014-12-06validate: Handle long tests in the TestManagerThibault Saunier1-1/+1
2014-12-06validate: Avoid depending on not stable APIsThibault Saunier1-6/+0
2014-12-06ges: Keep backward compatibility for relocated assets CLIThibault Saunier1-0/+22
2014-12-06validate: Expose GES Validate actionThibault Saunier2-1190/+1
2014-12-06ges: Add an init option to set media paths for moved assetsThibault Saunier1-106/+1
2014-11-10tools: launch: Wait for the project to be loaded to activate gst-validateThibault Saunier1-5/+14
2014-11-10tools: Never try to propose same URI when we know it is missing URIThibault Saunier1-1/+3
2014-11-10tools:launch: Properly terminate when we get a SIGINT signalThibault Saunier1-0/+33
2014-11-10ges-validate: inform of clip removal.Mathieu Duponchelle1-0/+1
2014-11-10validate: Implement validate Action type to handle KeyFramesThibault Saunier1-0/+228
2014-11-10ges-validate: Add actions to add/remove object from containerThibault Saunier2-10/+207
2014-11-10ges-validate: Fix edit_container return codeThibault Saunier1-19/+13
2014-11-10ges-validate: Add an action type to set restriction caps on trackThibault Saunier1-0/+56
2014-11-10tools: Handle asset relocation for assets from scenarioThibault Saunier3-22/+81