Merge remote-tracking branch 'origin/0.10'
[platform/upstream/gstreamer.git] / ges / ges-track.c
2012-04-25 Thibault SaunierMerge remote-tracking branch 'origin/0.10'
2012-04-24 Thibault Saunierges-track-object: Make possible to add a track already...
2012-04-08 Thibault SaunierMerge branch '0.10'
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 Volodymyr Rudyiges-track: Set gnlobject state to NULL before disposing it
2012-03-28 Thibault Saunierges: Add a way to know whether a timeline is updating...
2012-03-28 Volodymyr Rudyiges-track: Set gnlobject state to NULL before disposing it
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-02-10 Tim-Philipp Müllertrack: add g-i annotation that ges_track_new() takes...
2012-02-10 Tim-Philipp Müllerges: port to new raw audio/video caps
2012-01-12 Edward Herveyges: Various doc fixups and cleanups
2012-01-11 Thibault Saunierges: Disconnect the TrackObject when removed from a...
2012-01-11 Thibault Saunierges: Expand track background duration equal to timeline...
2012-01-11 Thibault Saunierdocs: Update documentation
2012-01-11 Thibault Saunierges: Enhance some debug logging
2012-01-11 Thibault Saunierges: Add a gnl background object to tracks
2012-01-11 Mathieu Duponchelleges: modifies emission of the track/object-removed...
2012-01-11 Mathieu Duponchelleges: adds an enable_update function to the GESTimeline
2012-01-11 Mathieu Duponchelleges : add a track-object(removed signal to the track
2012-01-11 Mathieu Duponchelleges: Keep the track object list sorted in track
2012-01-11 Mathieu Duponchelleges: Add API to get the TrackObject-s contained in...
2012-01-11 Mathieu Duponchelleges: add a track-object-added signal to GESTrack
2011-05-19 Thibault SaunierGESTrack: add a duration property
2011-05-19 Thibault SaunierGESTrack: keep track of the properties GParamSpecs
2011-05-07 Edward HerveyGESTrack: Make debug statement more useful
2011-01-10 Thibault Saunierdocs: Document all the undocumented public functions
2010-12-20 Edward HerveyGESTrackObject: Subclass from GInitiallyUnowned
2010-12-16 Edward HerveyGESTrackObject: Hide more variables and provide accesso...
2010-12-15 Edward HerveyGESTrack: Make more properties private
2010-12-08 Thibault Saunierges: Add instance private structures
2010-11-27 Brandon LewisGESTrack: keep track of trackobjects and remove/release...
2010-07-09 Brandon Lewismove track type enum to ges-enums.{h,c}
2010-06-09 Brandon Lewisges/ges-track.c: C90 fixes
2010-05-18 Edward HerveyGESTrack: Make GESTrackType a flag, and add GES_TRACK_T...
2010-04-20 Edward HerveyGESTrack: set caps on the composition
2009-11-30 Edward Herveyges/: Fix copyright in headers
2009-09-14 Edward HerveyGESTrack: The track steals the refcount to the caps...
2009-09-14 Edward HerveyGESTrack: document more
2009-09-10 Edward HerveyMore documentation. Coverage now at 25%
2009-09-08 Edward HerveyGESTrack: Add TrackType enum and constructor property.
2009-08-07 Edward HerveyTrack: Handle pads
2009-08-07 Edward HerveyTrack: Add convenience methods for creating a raw Audio...
2009-08-07 Edward HerveyAdd 'caps' property on Track
2009-08-07 Edward HerveyTrack: Add/Remove the GnlComposition from ourself.
2009-08-07 Edward HerveyTrack: Implement remove_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 :(
2009-08-06 Edward Herveysrc/ => ges/