summaryrefslogtreecommitdiff
path: root/ges/ges-clip.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-05clip: allow for neither track nor type in searchHenry Wilkes1-28/+24
2020-03-05docs: update GESClipHenry Wilkes1-108/+271
2019-12-14ges-source-clip: fixed return of duration setterHenry Wilkes1-6/+4
2019-06-05clip: Fix layer managament when copying a clip that was pastedThibault Saunier1-4/+4
2019-06-05element: Properly handle the fact that pasting can return NULLThibault Saunier1-1/+0
2019-05-02element: Make return value of setters mean somethingThibault Saunier1-1/+1
2019-05-01ges: Move `ges_container_edit` to GESTimelineElementThibault Saunier1-45/+0
2019-04-17clip: Optimize set_top_effect_index by checking parent soonerAlexandru Băluț1-4/+4
2019-04-17clip: Return TRUE when the the effect index does not changeAlexandru Băluț1-3/+5
2019-04-17clip: Remove obsolete FIXMEAlexandru Băluț1-1/+0
2019-03-15clip: Make sure to set the pasted clip start before adding to layerThibault Saunier1-8/+16
2019-03-15clip: Emit signals while splitting in a way the operation is undoableThibault Saunier1-0/+4
2019-03-15Reimplement the timeline editing APIThibault Saunier1-170/+59
2019-03-15timeline-element: Add a method to retrieve layer priorityThibault Saunier1-0/+12
2019-03-15ges: Move GESClipFlags to GESTimelineElementFlagsThibault Saunier1-30/+12
2019-03-15clip: Add a method to get the priority of the layer it is inThibault Saunier1-0/+8
2019-03-15clip: Rollback moving clips when moving a contained TrackElement failsThibault Saunier1-12/+1
2019-03-15clip: Make sure to remove and re add effects when adding clips to layerThibault Saunier1-5/+8
2018-12-15WIP: ges: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller1-0/+3
2018-11-07clip: Emit additional signals after child-removedAlexandru Băluț1-12/+22
2018-09-05Update for g_type_class_add_private() deprecation in recent GLibThibault Saunier1-6/+3
2018-09-05clip: Resync priorities when removing an effectThibault Saunier1-2/+15
2018-05-14clip: Make sure to never snap when splitting clipsThibault Saunier1-10/+30
2018-03-18clip: Make sure to create transition after a clip is splittedThibault Saunier1-0/+7
2018-03-11clip: Snapping should happen with one and only one TrackElementThibault Saunier1-3/+5
2017-08-07Mark symbols explicitly for export with GST_EXPORTThibault Saunier1-1/+2
2017-03-08docs: Port all docstring to gtk-doc markdownThibault Saunier1-1/+1
2017-01-09clip: Make sure that clip start change is notified before children changesThibault Saunier1-1/+3
2016-10-11track-element: Avoid dereferencing NULL pointerThibault Saunier1-1/+1
2016-09-26clip: Make top effect priority inside the clip priority rangeThibault Saunier1-20/+23
2016-07-28clip: Reimplement look_child and iterate over children if neededThibault Saunier1-0/+18
2016-06-20ges: Don't remove track elements from clips when removing from layerThibault Saunier1-2/+18
2016-05-14ges: add some g-i annotations according to documentationAurélien Zanelli1-7/+7
2016-02-26Handle changing playback rateSjors Gielen1-14/+29
2016-02-09Fix and test priority of TrackElement after splittingThibault Saunier1-0/+2
2016-01-17group: Make deep copying actually copy deepThibault Saunier1-9/+46
2015-07-03element: Implement a paste methodThibault Saunier1-2/+40
2015-07-01clip: Use container priority offset when setting children priosThibault Saunier1-4/+9
2015-07-01clip: Fix track element priority computationThibault Saunier1-2/+6
2015-06-05group: Disconnect from old layer notify::priority when a clip is moved to a N...Thibault Saunier1-1/+1
2015-06-01ges: Handle trimming auto transitionsThibault Saunier1-1/+1
2014-10-31Cleanup import of GNL and rename gnl to nle for Non Linear EngineThibault Saunier1-4/+4
2014-06-09clip: Fix the ges_clip_set_position functionThibault Saunier1-6/+7
2014-06-09clip: Rename top_effect_index to top_effect_indexThibault Saunier1-18/+33
2014-06-09tests: Check ges_clip_set_position behaviourThibault Saunier1-1/+1
2014-05-19ges:clip: Add a method to look for a list of TrackElement-sThibault Saunier1-0/+54
2014-05-02ges: Rename remaning tlobj to clipThibault Saunier1-3/+3
2014-04-07Include class related section documentation in the gir file.Christoph Reiter1-1/+1
2013-12-27ges: Remove versionning infos now that we start on the 1.X API serieThibault Saunier1-12/+0
2013-10-30track-element: add start to the position to which we wish we split the bindings.Mathieu Duponchelle1-1/+1