Merge remote-tracking branch 'origin/0.10'
[platform/upstream/gstreamer.git] / ges / ges-track-object.c
2012-04-25 Thibault SaunierMerge remote-tracking branch 'origin/0.10'
2012-04-24 Thibault Sauniertrackobject: Take into account the max duration when...
2012-04-24 Thibault Sauniertrackobject: Add API guards all around
2012-04-24 Thibault Sauniertrackobject: Add the copy method to the API
2012-04-24 Thibault Saunier ges: Add a timeline edition mode API
2012-04-24 Thibault Sauniertrack-object: Add method to copy a TrackObject
2012-04-24 Thibault Saunierges-track-object: Make possible to add a track already...
2012-04-08 Thibault SaunierMerge branch '0.10'
2012-04-08 Thibault Sauniertrackobject: Some documentation fixing
2012-04-08 Thibault Sauniertrackobject: Add API documentation
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 Sauniertrackobject: Enable adding a TrackObject in a Track...
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-01-11 Thibault Saunierges: Make TrackObject:locked a GObject property
2012-01-11 Thibault Saunierges: Some debug logging enhancements
2012-01-11 Thibault Saunierges: Fix debugging symbol to avoid segfaults
2011-10-11 Edward HerveyMerge remote-tracking branch 'origin/master' into 0.11
2011-08-13 Luis de BethencourtGESTrackObject: missing Since tag and typo fixes
2011-07-08 Mathieu DuponchelleGES : make sure to set n_properties to 0 when needed
2011-05-20 Edward Herveyges: More "Since: 0.10.2" doc markers
2011-05-07 Edward Herveyges: Fix docs for alignment and introspection annotations
2011-05-06 Edward HerveyGESTrackObject: Check for valid argument
2011-05-06 Edward HerveyGESTrackObject: Make a local function static
2011-05-06 Edward Herveyges: Doc fixes
2011-05-06 Edward Herveyges: Don't break debug lines
2011-05-06 Thibault SaunierTrackObject: fixe a crash in connect_signal
2011-05-06 Thibault SaunierGESTrackObject: add a ges_track_object_list_children_pr...
2011-05-06 Thibault SaunierGESTrackObject: Implement a get/set_child_property_by_s...
2011-05-06 Thibault SaunierGESTrackObject: add a ges_track_object_lookup_child...
2011-05-06 Thibault SaunierGESTrackObject: fixe the connect_properties_signals
2011-05-06 Thibault SaunierGESTrackObject: Change properties_hashtable format...
2011-05-06 Thibault SaunierGESTrackObject: fixe a few issues with the get_props_ha...
2011-05-06 Thibault SaunierGESTrackObject: add the deep-notify signal
2011-05-06 Thibault SaunierGesTrackObject: add the ges_track_object_get_child_prop...
2011-05-06 Thibault SaunierGESTrackObject: add a ges_track_object_set_child_proper...
2011-05-06 Thibault SaunierGESTrackObject: add an hashtable linking childs properi...
2011-05-06 Thibault SaunierGESTrackEffect: add getters for the: start, inpoint...
2011-03-01 Alessandro Decinages: fix compiler warnings
2011-01-11 Sebastian Drögeges: Mark some private symbols static
2011-01-10 Thibault Saunierdocs: Document all the undocumented public functions
2011-01-10 Edward HerveyTrackObject: Small cleanup
2011-01-10 Edward HerveyTrackObject: Remove deprecated FIXME
2010-12-20 Edward HerveyGESTrackObject: Subclass from GInitiallyUnowned
2010-12-17 Edward HerveyGES*Object: only use g_object_notify_by_pspec if available
2010-12-17 Edward HerveyGESTrackObject: Remove unused quarks
2010-12-16 Edward HerveyGESTrackObject: priority offset is handled by the Timel...
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 HerveyGESTrack: Make more properties private
2010-12-14 Edward HerveyGESTrackObject: Make base_priority/priority-offset...
2010-12-10 Edward HerveyGESTrackObject: Add create_element vmethod
2010-12-09 Edward Herveyges: Make some classes abstract with G_DEFINE_ABSTRACT_TYPE
2010-12-08 Thibault Saunierges: Add instance private structures
2010-09-02 Edward HerveyGESTrackObject: Fix debug statement
2010-09-01 Brandon Lewisreword priority documentation comments
2010-09-01 Brandon Lewisexpose priority-offset as a property
2010-09-01 Brandon Lewisdistinguish between base_priority, priority_offset...
2010-07-09 Brandon Lewisadd track object virtual methods for property change...
2010-07-09 Brandon Lewismassive documentation updates
2010-06-09 Brandon Lewisges/ges-track-object.c: C90 fixes
2009-12-11 Edward HerveyGESTrackObject: Store pending values when GnlObject...
2009-11-30 Edward Herveyges/: Fix copyright in headers
2009-11-25 Edward Herveytrackobject: priority is a uint32
2009-09-30 Edward HerveyGESTrackObject: Listen to property change from gnlobject
2009-09-30 Edward HerveyGESTrackObject: Set sane default values
2009-09-30 Edward HerveyGESTrackObject: Add 'active' property.
2009-09-14 Edward HerveyGESTrackObject: Document some more
2009-09-10 Edward HerveyMore documentation. Coverage now at 25%
2009-08-07 Edward HerveyTrackObject: Add debugging and make default duration 1s
2009-08-07 Edward HerveyAdd 'caps' property on Track
2009-08-07 Edward HerveyTrackObject: Add 'valid' property, Make _set_track...
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 :(
2009-08-06 Edward Herveybuild fixed again. Moved type declarations in a standal...
2009-08-06 Edward Herveysrc/ => ges/