summaryrefslogtreecommitdiff
path: root/ges/ges-clip.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-29clip: Fix the find_track_element methodThibault Saunier1-7/+7
2013-09-28clip: Return the newly created TrackElement when adding an assetThibault Saunier1-7/+14
2013-09-28clip: split_bindings at position * + inpoint*MathieuDuponchelle1-1/+2
2013-09-07ges: Handle trimming in groupsThibault Saunier1-0/+2
2013-08-28ges-clip: when a child, is removed, disconnect from its notifies.Mathieu Duponchelle1-0/+3
2013-08-27clip: Remove the ges_clip_fill_track methodThibault Saunier1-41/+0
2013-08-22trackelement: split bindings correctly.Mathieu Duponchelle1-2/+4
2013-07-24clip: Fix the spliting methodThibault Saunier1-1/+3
2013-07-11container/group/clip: Allow creating an empty group.Mathieu Duponchelle1-0/+3
2013-07-10container: Add a 'recursive' argument to the get_children methodMathieu Duponchelle1-2/+2
2013-07-09ges: Implement a GESGroup class, subclass of GESContainerThibault Saunier1-1/+3
2013-07-09clip: Emit the notify::layer signal only when actually neededThibault Saunier1-3/+8
2013-07-09clip: Avoid list corruption when grouping objectsThibault Saunier1-5/+3
2013-07-09clip: Add an internal method to easily get the priority of the layer the clip...Thibault Saunier1-0/+9
2013-07-09container: Remove the get_priority_range vmethodThibault Saunier1-1/+0
2013-07-09container: Let full control of children priorities to subclassesThibault Saunier1-18/+40
2013-07-09clip: Handle child priority offsets when setting priorityThibault Saunier1-20/+23
2013-07-09ges: Avoid leaking the timeline when grouping containersThibault Saunier1-1/+3
2013-07-09container: Let subclasses decide when height change should be computedThibault Saunier1-5/+23
2013-07-09ges: Move ges_clip_edit to GESContainerThibault Saunier1-64/+43
2013-07-09clip: Never try to set the start after the end of an element when trimmingThibault Saunier1-0/+3
2013-07-09ges: Move GESTimelineElemt vmethod implementation from container to clipThibault Saunier1-0/+129
2013-06-23ges: Misc documentation fixesThibault Saunier1-2/+2
2013-06-23ges: Make space in the GESTracks to be able to add mixing elements laterThibault Saunier1-3/+6
2013-05-09clip: Avoid corruption of our list of children while ungroupingThibault Saunier1-2/+4
2013-04-23Rename GESTimelineLayer to GESLayerThibault Saunier1-34/+33
2013-04-19clip: Rework the splitting methodThibault Saunier1-20/+1
2013-04-15ges-clip: Remove the unlocked TrackElement APIsThibault Saunier1-45/+31
2013-03-30container: s/get_priorty_range/get_priority_range/Thibault Saunier1-5/+5