summaryrefslogtreecommitdiff
path: root/ges
AgeCommit message (Expand)AuthorFilesLines
2015-06-23nlesource: remove outdated commentTim-Philipp Müller1-1/+0
2015-06-10pipeline: Handle rendering with disabled tracksThibault Saunier1-1/+18
2015-06-10ges: Raise an error when the discoverer returns != RESULT_OKThibault Saunier1-1/+7
2015-06-10uri-asset: Add a way to control discoverer timeout through envvarThibault Saunier1-2/+15
2015-06-05timeline: Never snap end when ripplingThibault Saunier1-0/+5
2015-06-05timeline: Never create transition between elements inside the moving contextThibault Saunier1-0/+3
2015-06-05group: Disconnect from old layer notify::priority when a clip is moved to a N...Thibault Saunier3-27/+85
2015-06-01ges: remove dead codeLuis de Bethencourt1-1/+1
2015-06-01ges: Handle trimming auto transitionsThibault Saunier4-3/+51
2015-05-29timeline: Use a simple GList to track auto transitionsThibault Saunier1-14/+16
2015-05-20nlecomposition: Do not fail when removing/adding child without commitingThibault Saunier1-0/+8
2015-05-19timeline: Minor documentation additionThibault Saunier1-0/+3
2015-05-18ges: Enhance xges format versioningThibault Saunier3-15/+59
2015-05-14ges: If last added clip is not in a layer, get the first layerThibault Saunier1-0/+3
2015-05-14ges: Fix some error settingsThibault Saunier2-2/+13
2015-05-14ges:structured-interface: Use GET_AND_CHECK in more placesThibault Saunier1-28/+54
2015-05-14xml-formatter: De/serialize whether encoding profiles are enabled or notThibault Saunier3-10/+23
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-16/+0
2015-04-21ges:xml-formatter: Call g_markup_parse_context_end_parseThibault Saunier1-1/+5
2015-04-20ges: Add debug output when get_element returns NULLThibault Saunier1-0/+14
2015-04-09nleobject: It is wrong to update object->stop in set_property.Mathieu Duponchelle1-2/+10
2015-04-09timeline, track: Emit commited at the correct moment.Mathieu Duponchelle3-22/+166
2015-04-08layer: call timeline_element_set_timeline in layer_set_timeline.Mathieu Duponchelle1-1/+8
2015-04-07ges-launch: Add support for +test-clipMathieu Duponchelle4-2/+55
2015-04-07ges-project: Surface a meaningful error when no suitable formatter.Mathieu Duponchelle1-1/+3
2015-03-31timeline-element: Disconnect child properties handlers.Mathieu Duponchelle1-12/+35
2015-03-31track: Set any caps features on tmpcaps.Mathieu Duponchelle1-0/+2
2015-03-31pipeline: no reason to disconnect a pad that is NULL anyway.Mathieu Duponchelle1-8/+2
2015-03-25build: no reason to introspect nodist sources.Mathieu Duponchelle1-3/+0
2015-03-25ges-pitivi-formatter: Don't flood stdout with alarming conclusions.Mathieu Duponchelle1-2/+9
2015-03-23build: fix make distcheck.Mathieu Duponchelle1-4/+9
2015-03-23ges: Do not clear potentially NULL errorsThibault Saunier2-3/+8
2015-03-23ges-launch: Prefix clip, transition and effect instruction with a +Thibault Saunier2-4/+4
2015-03-23ges: Accept path as URI in the create clip structured interfaceThibault Saunier1-1/+16
2015-03-20parse.l: Modify command arguments.Mathieu Duponchelle2-7/+13
2015-03-20ges: command-line-formatter: Properly error out on invalid argumentsThibault Saunier6-16/+171
2015-03-20ges: Factor out a GESCommandLineFormatter classThibault Saunier14-13/+680
2015-03-20structured-interface: Be clever when no layer priority specified.Mathieu Duponchelle2-19/+20
2015-03-20ges-structured-interface: fix buildMathieu Duponchelle1-1/+1
2015-03-20ges: Automatically put clips at the end of layer if no start specifiedThibault Saunier1-11/+2
2015-03-20structure-interface: rename layer-priority to layer.Mathieu Duponchelle1-0/+2
2015-03-20ges: Add layer up to the wanted layer priority in the structure interfaceThibault Saunier1-2/+12
2015-03-20ges: Handle setting child property on container directly in the structured ba...Thibault Saunier1-9/+63
2015-03-20ges: Add an internal GstStructure based interfaceThibault Saunier4-269/+436
2015-03-19ges: Fix build for older GLibThibault Saunier1-9/+14
2015-03-18container: implement children property handlingThibault Saunier1-0/+86
2015-03-18ges: Move the notion of children properties to GESTimelineElementThibault Saunier4-343/+677
2015-03-18timeline: Add API to find a layer with a specific priority in a timelineThibault Saunier2-0/+32
2015-03-18Revert "ges: Move the notion of children properties to GESTimelineElement"Thibault Saunier7-795/+343
2015-03-18ges: Move the notion of children properties to GESTimelineElementThibault Saunier7-343/+795