platform/upstream/gst-editing-services.git
2010-12-16 Edward Herveyrandom: Add explanation about TimelineObject<=>TrackObj...
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 Herveydocs: Remove more bogus files
2010-12-16 Edward HerveyGESTrackObject: Hide more variables and provide accesso...
2010-12-16 Edward HerveyGESTimeline: Remove useless variable
2010-12-16 Edward HerveyGESTimelineLayer: Hide the object list and priority
2010-12-15 Edward Herveyges: Add more documentation and annotations
2010-12-15 Edward HerveyTimelineObject: Put more function name in sync with...
2010-12-15 Edward HerveyGESSimpleTimelineLayer: _nth() returns a const
2010-12-15 Edward HerveyGESTrack: Make more properties private
2010-12-15 Brandon LewisGESSimpleTimelineLayer: add test for _nth() method
2010-12-15 Brandon LewisGESSimpleTimelineLayer: ensure the object can be locate...
2010-12-15 Brandon LewisGESSimpleTimelineLayer: add _nth() method
2010-12-15 Edward Herveytest: Disable the text_properties_in_layer test until...
2010-12-15 Edward Herveyall: add/extend more .gitignore
2010-12-15 Edward HerveyAdd .pc files
2010-12-15 Edward Herveydocs: Remove .bak files
2010-12-15 Edward Herveyges: Don't shorten symbol names
2010-12-15 Edward Herveyges: Add gobject-introspection support
2010-12-15 Edward Herveyges: Switch to encoding-profile API from base
2010-12-15 Edward Herveyrandom: Add notes about Track mapping
2010-12-14 Edward HerveyGESTrackObject: Make base_priority/priority-offset...
2010-12-14 Edward Herveyrandom: Add brainstorming about Timeline<=>Track object...
2010-12-10 Edward HerveyGESTrackObject: Add create_element vmethod
2010-12-10 Edward HerveyGESTrackTransition: Make it a subclass of GESTrackOperation
2010-12-09 Edward HerveyGESTimelineSource: Remove textoverlay properties
2010-12-09 Edward Herveyrandom: Add lifecycle document
2010-12-09 Edward Herveytests: Make sure gst_bin_add succeeds
2010-12-09 Edward HerveyGESTransition: Make it a base class and add GESTimeline...
2010-12-09 Edward Herveyges: Make some classes abstract with G_DEFINE_ABSTRACT_TYPE
2010-12-09 Edward Herveyges: Avoid leaking a GList of GESTrackObject
2010-12-09 Edward Herveyges: Remove unused GObject vmethods
2010-12-09 Edward HerveyGESTimelineOperation: New abstract class for operations
2010-12-09 Edward HerveyGESTimelineObject: Clarify usage of create_track_object...
2010-12-09 Edward HerveyGESTimelineSource: Remove empty create_track_object...
2010-12-09 Edward HerveyGESFormatter: Hide the save/load vmethod from the docs
2010-12-08 Edward Herveyges: Remove creators for base classes
2010-12-08 Edward HerveyGESTimelineSource: Remove _new() since it's a base...
2010-12-08 Edward Herveydocs: A round of updates
2010-12-08 Edward Herveydocs: expose the TrackImageSource docs
2010-12-08 Edward Herveydocs: Update ges.types with all types
2010-12-08 Thibault SaunierGESTimelineObject: add private structure
2010-12-08 Thibault SaunierGESSimpleTimelineLayer: add private structure
2010-12-08 Thibault Saunierges: Add instance private structures
2010-12-08 Thibault SaunierGESTimelinePipeline: add a private structure
2010-12-08 Thibault SaunierGESCustomTimelineSource: add private structure
2010-12-03 Brandon LewisTests: fix CMP_FAIL on 32-bit machines
2010-12-02 Edward Herveydocs: TODO idea dumping
2010-12-02 Edward Herveytests: Make sure we specify guint64 with g_object_set...
2010-12-02 Thibault SaunierSimpleTimelineLayer: Remove bogus check and extend...
2010-12-02 Edward Herveytests: Make sure we specify guint64 with g_object_set...
2010-11-29 Edward Herveyges: Add padding to all public structures
2010-11-27 Edward HerveyUpdate common
2010-11-27 Brandon Lewisges-ui: allow enabling/disabling audio/video tracks
2010-11-27 Brandon Lewisges-ui: implement save as command in gtk demo
2010-11-27 Brandon Lewisges-ui: implement load command
2010-11-27 Brandon Lewisges-ui: don't assume we always have 1 layer and two...
2010-11-27 Brandon Lewisges-ui: add new command, remove quit command (closing...
2010-11-27 Edward Herveytest: Fix typo in simplelayer test
2010-11-27 Edward Herveycheck: Small cleanup of the save/load test
2010-11-27 Edward HerveyFormatter: Extend and fixup documentation
2010-11-27 Edward HerveyTimeline: Add doc and more comments/fixmes
2010-11-27 Edward HerveyGESTimeline: Prevent saving timelines without any layers
2010-11-27 Edward HerveyTimelineLayer: Add debug statement regarding priorities
2010-11-27 Brandon LewisGESFormatter: fix a few typos in documention
2010-11-27 Brandon LewisGESTimeline: add more fixmes
2010-11-27 Brandon Lewistests: add save->load test case
2010-11-27 Brandon LewisGESKeyFileFormatter: use ges_formatter_get/set data
2010-11-27 Brandon Lewistests: use ges_formatter_{get,set}_data accessors in...
2010-11-27 Brandon LewisGESFormatter: Add data-related methods
2010-11-27 Brandon Lewistests: update unit tests
2010-11-27 Brandon LewisGESKeyFileFormatter: New GKeyFile GESFormatter
2010-11-27 Brandon Lewistools: add project file support to ges-launch
2010-11-27 Brandon LewisGESTimeline: implementation of save_to/load_from uri
2010-11-27 Brandon Lewistests: Add save/load tests
2010-11-27 Brandon LewisGESFormatter: Project file format support
2010-11-27 Brandon LewisGESTimeline: set track state to NULL before removing...
2010-11-27 Brandon LewisGESTimeline: release timeline objects when a layer...
2010-11-27 Brandon LewisGESTrack: keep track of trackobjects and remove/release...
2010-11-27 Brandon Lewistests: test for track removal while timeline contains...
2010-11-27 Brandon Lewistests: test that adding tracks after adding layers...
2010-11-27 Brandon Lewistests: unit test to check that objects in layers are...
2010-11-27 Brandon LewisGESSimpleTimelineLayer: override get_objects () virtual...
2010-11-27 Brandon LewisGESTimelineLayer: add get_objects virtual method
2010-11-27 Brandon LewisGESTimeline: allow adding tracks after layers
2010-11-27 Brandon LewisGESTimeline: add existing timeline objects when adding...
2010-11-27 Brandon Lewisges: ensure built-in timeline object classes are registered
2010-11-27 Brandon LewisGESTimeline: remove layers before removing tracks in...
2010-11-25 Edward Herveyges-launch: Gracefully handle missing properties
2010-11-25 Edward HerveyTimeline: Remove unneeded variable
2010-11-25 Edward HerveyTimelineObject: Forgot a break in a switch/case
2010-11-23 Edward HerveyGESTimelinePipeline: Make sure playsink events are...
2010-11-23 Edward Herveyges: Ignore more
2010-11-23 Edward Herveytests: Ignore more files
2010-11-14 Edward HerveyGesTrackVideoTransition: Prefer videomixer2 to videomixer
2010-11-11 Edward HerveyAUTHORS/README: cleanup
2010-11-11 Edward Herveyges-launch: g_print => g_printerr for relevant messages
2010-11-09 Edward Herveyexamples: Fix for latest GstDiscoverer API changes
next