summaryrefslogtreecommitdiff
path: root/ges
AgeCommit message (Expand)AuthorFilesLines
2019-04-18asset: Avoid unrefing a task we do not ownThibault Saunier1-0/+1
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-04-17container: Call _remove_child when cannot set parentAlexandru Băluț1-0/+2
2019-04-17ges: Remove unused nb_effects fieldAlexandru Băluț1-1/+0
2019-04-17track: Avoid various sorting operations before timeline commitMart Raudsepp1-20/+0
2019-04-15asset: Do not take an extra ref on asset when already initializedThibault Saunier1-2/+0
2019-04-15xml-formatter: Fix some asset leaksThibault Saunier2-4/+3
2019-04-15framepositioner: Plug caps leakThibault Saunier1-0/+2
2019-04-15xml-formatter: Plug some leaksThibault Saunier1-2/+4
2019-04-15timeline: Plug leak of the auto transition assetThibault Saunier1-0/+1
2019-04-15tree: Plug a GList leakThibault Saunier1-0/+1
2019-04-15pipeline: Plug pad leakThibault Saunier1-8/+8
2019-04-15title: Deprecate method that return newly allocated `const gchar*`Thibault Saunier1-2/+8
2019-04-15Plug some GError leaks when loading assetsThibault Saunier2-1/+3
2019-04-15xml-formatter: Free pending clips on disposalThibault Saunier1-6/+12
2019-04-15asset: Plug a GError leakThibault Saunier1-1/+3
2019-04-15asset: s/unsure/ensureThibault Saunier1-4/+4
2019-04-15asset: Plug a leak of EncodingProfilesThibault Saunier1-0/+1
2019-04-15xml-formatter: Plug leaks of pending groupsThibault Saunier1-0/+17
2019-04-15asset: plug a GTask leakThibault Saunier1-1/+5
2019-04-15Fix splitting control bindings leaksThibault Saunier1-0/+5
2019-04-15tree: Fixup some GList leaksThibault Saunier1-7/+13
2019-04-15uri-asset: Ensure that the discoverer stops on deinit.Yeongjin Jeong1-0/+2
2019-03-20videosource: Expose video-direction child propertyJakub Adam1-0/+8
2019-03-19videosource: auto-flip the image according to image-orientation tagJakub Adam1-4/+11
2019-03-16Fix autotools buildTim-Philipp Müller1-0/+2
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 Saunier16-1792/+1785
2019-03-15timeline: Rename group_id to stream_start_group_idThibault Saunier1-6/+7
2019-03-15timeline-element: Add a method to retrieve layer priorityThibault Saunier5-18/+67
2019-03-15Add API to get the GESEdge namesThibault Saunier2-0/+16
2019-03-15ges: Move GESClipFlags to GESTimelineElementFlagsThibault Saunier3-30/+57
2019-03-15layer: factor out a method to remove an object without signaling itThibault Saunier1-21/+30
2019-03-15timeline: No error when moving an object as part of the contextThibault Saunier1-2/+8
2019-03-15timeline: Not being able to trim and object is an errorThibault Saunier1-1/+2
2019-03-15timeline: Setting duration to the same value is validThibault Saunier1-1/+1
2019-03-15timeline: Do not ripple if resulting duration would be 0Thibault Saunier1-0/+5
2019-03-15clip: Add a method to get the priority of the layer it is inThibault Saunier6-18/+17
2019-03-15clip: Rollback moving clips when moving a contained TrackElement failsThibault Saunier2-12/+46
2019-03-15Shorten GES_FORMAT outputThibault Saunier1-4/+4
2019-03-15clip: Make sure to remove and re add effects when adding clips to layerThibault Saunier1-5/+8
2019-03-15source: No checks when linking default elementsThibault Saunier1-3/+9
2019-03-14asset-uri: Create a specific discoverer when discovering syncThibault Saunier1-0/+17
2019-03-12Mark ges_timeline_load_from_uri as deprecatedPat DeSantis1-0/+2
2019-03-12Update deprecation warning to match GTK stylePat DeSantis1-1/+1
2019-03-12Mark ges_formatter_save_to_uri as deprecatedPat DeSantis1-0/+2
2019-03-12ges: Enhance ges_{init/deinit} documentationSeungha Yang2-9/+29