summaryrefslogtreecommitdiff
path: root/ges
AgeCommit message (Expand)AuthorFilesLines
2018-03-13GST_GES_API -> GES_APITim-Philipp Müller59-415/+415
2018-03-13ges: GST_EXPORT -> GST_GES_APITim-Philipp Müller62-413/+451
2018-03-11clip: Snapping should happen with one and only one TrackElementThibault Saunier1-3/+5
2018-03-02Added paste functionality to GESTimeline classHarish Fulara4-0/+69
2018-02-27ges: Fix ges_layer_get_clips_in_interval(start, end) refcount handlingHarish Fulara1-2/+2
2018-02-22meson: Explicitely include GObject-2.0 in the girThibault Saunier1-1/+1
2018-01-11ges: Fix sizeof() usageEdward Hervey2-2/+2
2017-12-19ges-smart-adder: use capsfilter instead of GstAudioMixer:capsMathieu Duponchelle2-2/+9
2017-11-27ges: Fix a bunch of leaksEdward Hervey7-4/+18
2017-11-26win32: remove .def file with exportsTim-Philipp Müller1-3/+1
2017-11-25uri-clip: Copy previous track elements bindings when setting a new assetThibault Saunier1-2/+7
2017-11-21GESAsset, GESLayer: add some function guardsAshish Kumar2-1/+20
2017-11-07auto-transition: Fix debug printf formatThibault Saunier1-2/+2
2017-11-07timeline: Do not snap object within the moving contextThibault Saunier2-2/+16
2017-10-31ges: Sync 'par' to track restriction caps in the frame positionnerThibault Saunier2-0/+14
2017-09-20ges-source: Fix caps memory leak and compiler warnings when compiling without...Sebastian Dröge1-0/+4
2017-09-01track_element: Always emit "control-binding-removed" signal.Stefan Popa1-7/+2
2017-08-29Revert "timeline: Return FALSE when commiting an empty timeline"Thibault Saunier1-6/+1
2017-08-26xml-formatter: Save encoder and muxer advanced settingsStefan Popa3-28/+164
2017-08-19pipeline: Allow up to 2 seconds queueing in the playsink video queueThibault Saunier1-0/+15
2017-08-18timeline: Add from first element with wanted start to the move contextThibault Saunier1-3/+20
2017-08-18validate: Add an action type to ungroup containersThibault Saunier1-0/+46
2017-08-12Hide ges_smart_mixer_* APITim-Philipp Müller1-3/+5
2017-08-11tests: don't use private debug category in asset testTim-Philipp Müller1-0/+2
2017-08-11ges: sprinkle more GST_EXPORTTim-Philipp Müller4-2/+8
2017-08-10smartmixer: Give a unique name to each compositor instancesThibault Saunier1-13/+23
2017-08-07Mark symbols explicitly for export with GST_EXPORTThibault Saunier60-112/+417
2017-08-03transition: Fix usage of transition types != crossfadeThibault Saunier1-1/+1
2017-08-03video-transition: Make use of the new `compositor::crossfade-ratio` propertyThibault Saunier2-27/+29
2017-07-31asset: Add a function to stop proxying an assetThibault Saunier2-1/+33
2017-07-31asset: Clear loading error when reload is requestedThibault Saunier1-0/+1
2017-07-27timeline: Remove trackelements initating move from the moving contextThibault Saunier1-2/+5
2017-07-26xml-formatter: Serialize encoding profiles in reverse orderThibault Saunier1-1/+4
2017-07-26pipeline: Make sure tracks are unlinked on NULL->NULL state changesThibault Saunier1-0/+2
2017-07-26Enhance some pad linking issue debug logging.Thibault Saunier2-6/+24
2017-07-11ges: Ref the GES class to avoid later deadlockNicolas Dufresne1-14/+28
2017-07-03"deep-notify" signal gets emitted only from the main threadStefan Popa1-2/+38
2017-06-30video-transition: Make sure crossfade output never contains alphaThibault Saunier1-1/+0
2017-06-23ges: Handle g_object_newv deprecation in latest GLibThibault Saunier2-2/+51
2017-05-20validate: Port to new GstValidate API for pipeline retrievalThibault Saunier1-37/+46
2017-05-20ges: Correctly handling floating referencesSebastian Dröge4-13/+28
2017-04-02Tiny fixes in the documentationCorentin Noël3-7/+7
2017-03-28layer: Add ability to get clips in a given intervalsuhas2go2-0/+39
2017-03-13docs: Fix generation using markdown for titles around tablesThibault Saunier4-9/+8
2017-03-10Revert "Fhotdoc"Thibault Saunier1-4/+2
2017-03-10ges: Minor GESTimeline documentation fixThibault Saunier1-1/+1
2017-03-09extractable: Typedef only in its own .hThibault Saunier2-0/+3
2017-03-09FhotdocThibault Saunier1-2/+4
2017-03-08docs: Port all docstring to gtk-doc markdownThibault Saunier56-23/+64
2017-03-06timeline: Return FALSE when commiting an empty timelineThibault Saunier1-1/+6