Use g_memdup2() where available and add fallback for older GLib versions
[platform/upstream/gst-editing-services.git] / ges / ges-pitivi-formatter.c
2021-06-02 Tim-Philipp MüllerUse g_memdup2() where available and add fallback for...
2020-05-27 Thibault Saunierformatter: Do not dereference NULL pointer
2020-04-10 Thibault Saunierges: Always check return value of `ges_container_add`
2019-11-20 Edward Herveyformatter: Free path object after usage
2019-07-26 Thibault Saunierformatter: Enhance error reporting
2018-12-15 Tim-Philipp MüllerWIP: ges: fix API export/import and 'inconsistent linka...
2018-11-30 Thibault SaunierAdd a way to disable xptv support
2018-09-06 Thibault SaunierUpdate for g_type_class_add_private() deprecation in...
2018-07-21 Thibault Saunierpitivi-formatter: Do not g_file_test on a NULL pointer
2017-03-08 Thibault Saunierdocs: Port all docstring to gtk-doc markdown
2015-09-24 Justin Kimpitivi-formatter: don't leak internal hash table
2015-03-25 Mathieu Duponchelleges-pitivi-formatter: Don't flood stdout with alarming...
2014-04-07 Christoph ReiterInclude class related section documentation in the...
2014-02-27 Alexandru BăluțUpdate the documentation to use Pitivi instead of PiTiVi
2014-02-09 Sebastian Drögeges: Remove unused functions
2013-09-22 Thibault Saunierexamples: Make project loading more generic
2013-06-23 Thibault Saunierges: Implement GESAudioTrack and GESVideoTrack, subclas...
2013-05-28 Sebastian Drögeges-pitivi-formatter: Remove some unneeded includes...
2013-04-23 Thibault SaunierRename GESTimelineLayer to GESLayer
2013-04-23 Thibault Saunierformatter: Pass a dummy instance of formatter to virtua...
2013-04-15 Thibault Saunierpitivi-formatter: Remove broken code to handle unlocked...
2013-04-15 Thibault Saunierpitivi-formatter: Remove saving code
2013-03-30 Thibault SaunierChanging remaining clip::track-element-added to contain...
2013-03-18 Thibault SaunierAlways prefer gst_object_(un)ref over g_object_(un)ref
2013-03-15 Thibault Saunierges: Make GESTimeline responsible for adding GESTrackEl...
2013-03-15 Thibault SaunierImplement GESContainer
2013-02-15 Thibault SaunierRename object/tobj/trobj to clip or track_element as...
2013-02-15 Thibault SaunierFinish renaming tck_obj and derivate to track_element
2013-02-15 Thibault SaunierRename GESTimelineLayer.xxx_object to GESTimelineLayer...
2013-02-15 Thibault Sauniertrack: Rename all GESTrack.xxx_object to GESTrack.xxx_e...
2013-02-15 Thibault SaunierFinish renaming timeline object to clip
2013-02-15 Thibault SaunierFinish renaming track object to track element
2013-02-15 Thibault Saunierpitiviformatter: Fix renaming issues
2013-02-15 Thibault SaunierRename GESTrackParseLaunchEffect to GESEffect
2013-02-15 Thibault SaunierRename TrackEffect to BaseEffect
2013-02-15 Thibault SaunierRename GESTrackObject to GESTrackElement
2013-02-15 Thibault SaunierRename GESTimelineFileSource to GESUriClip
2013-02-15 Thibault SaunierRename GESTimelineObject to GESClip
2013-01-14 Thibault Saunierpitiviformatter: Handle project metadatas
2013-01-14 Thibault Saunierproject: Handle assets that are being loaded
2012-12-29 Thibault SaunierRefrase formatters descriptions
2012-12-29 Sebastian DrögeAllow applications to select to which track a track...
2012-12-29 Thibault Sauniertimelinefilesource: Remove deprectated methods
2012-12-19 Thibault Saunierformatter: Make it work with GESProject
2012-12-19 Thibault Saunierformatter: Remove obselete APIs
2012-12-19 Thibault Saunierpitiviformatter: Some minor restrtucturation
2012-12-19 Thibault Sauniertrackobject: Properly rename get/set_child_property
2012-11-04 Tim-Philipp MüllerFix FSF address
2012-09-25 Thibault Saunierpitiviformatter: Implement can_load_uri vmethod
2012-09-23 Thibault Saunierformatter: Add GError everywhere needed in the API
2012-07-02 Thibault SaunierMerge remote-tracking branch 'origin/0.10'
2012-07-02 Thibault Saunierformatter: Make the emit_loaded a real method and not...
2012-07-02 Thibault Saunierpitivi-formatter: Make use of the Formatter:timeline...
2012-07-01 Volodymyr Rudyiges-pitivi-formatter: Fixed loading of projects with...
2012-05-26 Thibault SaunierMerge remote-tracking branch 'origin/0.10'
2012-05-19 Thibault Saunierdocs: Misc documentation fixing
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-19 Tim-Philipp Müllerges-pitivi-formatter: add copyright/license headers
2012-03-12 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-03-12 Tim-Philipp Müllerges-pitivi-formatter: move libxml includes into .c...
2012-01-12 Edward Herveyges: Various doc fixups and cleanups
2012-01-12 Mark Nauwelaertsges: only use glib constructs as required in configure.ac
2012-01-11 Thibault Saunierpitivi-formatter: Use the new Formatter->project_loaded...
2012-01-11 Thibault Saunierdocs: Add a pitivi-formatter documentation
2012-01-11 Thibault Saunierges: Rework the ges_pitivi_get_sources method
2012-01-11 Thibault Saunierges: Let user set a source list on the PitiviFormatter
2012-01-11 Thibault Saunierges: Handle the new SourceMoved API in PitiviFormatter
2012-01-11 mathieu duponchelleAdd API to get all sources from xptv project
2012-01-11 Thibault Saunierges: Big PiTiVi formatter cleanup
2012-01-11 Stéphane Maniaciges: Don't release unexisting sources when destroying...
2012-01-11 Mathieu Duponchelleges: Implement a Pitivi Formatter