Merge branch '0.10'
[platform/upstream/gstreamer.git] / ges / ges-timeline-object.c
2012-04-08 Thibault SaunierMerge branch '0.10'
2012-04-08 Thibault Sauniertimeline-object: Add TrackObject to the Track after...
2012-04-08 Thibault Sauniertimeline-object: Properly reflect contained TrackObject...
2012-04-08 Thibault Sauniertimelineobject: Emit effect-added when adding any kind...
2012-04-08 Thibault Saunierges: Misc debug loggin cleanup
2012-04-08 Thibault Saunierges: Move the max-duration property from TrackFileSourc...
2012-04-04 Thiago SantosMerge branch '0.10'
2012-04-04 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-29 Thibault SaunierMerge branch '0.10'
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-28 Thibault Sauniertimelineobject: Set TrackObject's TimelineObject only...
2012-03-28 Thibault Sauniertimelineobject: Update the nb_effect when releasing...
2012-03-13 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-03-12 Tim-Philipp MüllerRemove ges-marshal.[ch] and use the generic marshaller
2012-03-12 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-03-06 Sebastian Drögeges: Fix 'comparison of unsigned expression < 0 is...
2012-01-11 Thibault Saunierges: Fix the TimelineObject::effect-added signal emissi...
2012-01-11 Thibault Saunierges: Fix TimelineObject movement that contains unlocked...
2012-01-11 Thibault Saunierges: Little fixes to timeline_object_g(s)et_supprted_fo...
2012-01-11 Thibault Saunierges: Add guards to all API calls in GESTimelineObject
2012-01-11 Thibault Saunierges: Add a method to TimelineObject to set contained...
2012-01-11 Thibault Saunierdocs: Update documentation
2012-01-11 Thibault Saunierges: Add a TimelineObject::track-object-removed signal
2012-01-11 Thibault Saunierges: Enhance some debug logging
2012-01-11 Mathieu Duponchelleges: make the offset positive as it should have been
2012-01-11 Mathieu Duponchelleges: adds a ges_timeline_object_split method
2012-01-11 Thibault Saunierges: add a timeline_object copy function
2012-01-11 Mathieu Duponchelleges: add track objects to the track before the track...
2012-01-11 Mathieu Duponchelleges: Add a track-object-added signal to GESTimelineObject
2012-01-11 Thibault Saunierges: Move supported formats from filesource to timeline...
2012-01-11 Thibault Saunierges: add a function to move TimelineObject from a layer...
2012-01-11 Thibault Saunierges: Add some debugging symbols
2012-01-11 Thibault Saunierges: Handle TimelineLayer and its contained TimelineObj...
2012-01-05 Mateu BatleGESTimelineObject: fix trigger notify changing props
2011-05-19 Thibault SaunierGESTimelineObject: add track_object_added and track_obj...
2011-05-09 Edward Herveyges: Use %NULL instead of #NULL
2011-05-07 Edward Herveyges: Fix docs for alignment and introspection annotations
2011-05-06 Thibault Saunierges: Add 'Since 0.10.2' to the new effects related API
2011-05-06 Edward HerveyGESTimelineObject: Check for valid arguments
2011-05-06 Edward Herveyges: Doc fixes
2011-05-06 Thibault SaunierGESTimelineObject: set_top_effect_priority refactoring
2011-05-06 Thibault SaunierGESTimelineObject: Change the get_effects method to...
2011-05-06 Thibault SaunierGESTimelineEffect: keep the list of TrackObjects always...
2011-05-06 Thibault SaunierGESTimelineObject: use GESTrackEffect as base classe...
2011-05-06 Thibault SaunierGESTimelineObject: Emit signal when adding and removing...
2011-05-06 Thibault Saunierdocs: fixe the GESTimelineObject documentation
2011-05-06 Thibault SaunierGESTimelineObject: add a ges_timeline_object_set_top_ef...
2011-05-06 Thibault SaunierGESTimelineObject: Do not rely on the fact that the...
2011-05-06 Thibault SaunierGESTimelineObject: Update TrackObject priorities handling
2011-05-06 Thibault SaunierGESTimelineObject: make debugging symbols more usefull
2011-05-06 Thibault SaunierTimelineObject: take a private update_height method...
2011-05-06 Thibault SaunierTimelineObject: fixe new API documentation
2011-05-06 Thibault SaunierTimelineObject: add the ges_timeline_object_get_top_eff...
2011-05-06 Thibault SaunierTimelineObject: remove trailling spaces
2011-05-06 Thibault SaunierTimelineObject: add ges_timeline_object_get_effects API
2011-05-06 Thibault SaunierTimelineObject: adapt the add_track_object so we can...
2011-05-06 Thibault SaunierTimelineObject: add a function to sort list of applied...
2011-05-06 Thibault SaunierTimelineObject: add a property to count the number...
2011-03-01 Alessandro Decinages: fix compiler warnings
2011-02-09 Edward HerveyTimelineObject: Store GParamSpec for height and layer
2011-01-10 Thibault Saunierdocs: Document all the undocumented public functions
2010-12-20 Edward HerveyGESTimelineObject: Subclass from GInitiallyUnowned
2010-12-20 Edward HerveyTimelineObject: Hold a reference to the controlled...
2010-12-17 Edward HerveyGES*Object: only use g_object_notify_by_pspec if available
2010-12-16 Edward HerveyGESTimelineObject: Add mapping/offset support [start...
2010-12-16 Edward HerveyGESTrackObject: re-factor property setting code
2010-12-16 Edward HerveyGESTrackObject: Add a 'locked' property for position...
2010-12-16 Edward HerveyGESTrackObject: Hide more variables and provide accesso...
2010-12-15 Edward Herveyges: Add more documentation and annotations
2010-12-15 Edward Herveyges: Don't shorten symbol names
2010-12-14 Edward HerveyGESTrackObject: Make base_priority/priority-offset...
2010-12-09 Edward Herveyges: Make some classes abstract with G_DEFINE_ABSTRACT_TYPE
2010-12-09 Edward Herveyges: Remove unused GObject vmethods
2010-12-09 Edward HerveyGESTimelineObject: Clarify usage of create_track_object...
2010-12-08 Thibault SaunierGESTimelineObject: add private structure
2010-11-25 Edward HerveyTimelineObject: Forgot a break in a switch/case
2010-09-01 Brandon Lewisadd type argument to ges_timeline_object_find_track_obj...
2010-09-01 Brandon Lewisupdate height when track object priority offset changes
2010-09-01 Brandon Lewisinitialize height to 1
2010-09-01 Brandon Lewisadd height property
2010-09-01 Brandon Lewisdocument timelineobject::priority
2010-09-01 Brandon Lewissplit timeline_object_add_track_object out of create_tr...
2010-09-01 Brandon Lewisadd create_track_objects
2010-06-09 Brandon Lewisges/ges-timeline-object.c: C90 fixes
2010-06-09 Brandon LewisAdd missing documentation
2010-05-19 Edward HerveyGESTimelineObject: Properly set default duration
2010-03-13 Edward HerveyGESTimelineObject: Don't leak a reference when creating...
2010-03-13 Edward HerveyGESTimelineObject: new API : _find_track_object
2009-12-11 Edward HerveyGESTimelineObject: Move property setting to an earlier...
2009-11-30 Edward Herveyges/: Fix copyright in headers
2009-11-25 Edward HerveyTimelineObject: Add missing argument to printf statement
2009-09-30 Edward HerveyGESTimelineObject: First set the duration and priority...
2009-09-21 Edward HerveyNew GESTimelineFileSource and GESTrackFileSource classes
2009-09-16 Edward HerveyFinish public API documentation
2009-09-10 Edward HerveyMore documentation. Coverage now at 25%
2009-08-07 Edward HerveyTimelineObject: Add start/inpoint/duration/priority...
2009-08-07 Edward HerveyTimelineObject: Implement _release_track_object()
2009-08-06 Edward Herveyges: Remove unused private structures. We'll re-add...
2009-08-06 Edward HerveyAdd unit test system. Adjust GST_DEBUG usage.
2009-08-06 Edward Herveyintermediary commit. Still need to fill in more blanks :(
next