platform/upstream/gstreamer.git
2009-11-25 Edward Herveydocs: updates to working diagram, still needs more...
2009-11-15 Edward Herveydocs: Improve docs some more
2009-11-12 Edward Herveydocs: Add overview and architecture document and cleanu...
2009-11-12 Edward Herveydocs: Update to gstprofile header
2009-11-09 Edward Herveyignore more files
2009-11-09 Edward Herveyremove m4/*.m4, will be automatically created by autogen.sh
2009-11-05 Edward Herveyupdate common submodule version used
2009-10-22 Edward Herveydocs: Add missing symbol to documentation
2009-10-19 Edward Herveydocs/design: Fixups/additions based on feedback
2009-10-09 Edward Herveydocs/design: Add encoding/profile proposal/design
2009-09-30 Edward Herveytests: New unit test for GESTimelineObject
2009-09-30 Edward HerveyGESTimelineObject: First set the duration and priority...
2009-09-30 Edward HerveyGESTimelineFileSource: Add a 'mute' property.
2009-09-30 Edward HerveyGESTrackObject: Listen to property change from gnlobject
2009-09-30 Edward HerveyGESTrackObject: Add convenience macros for accessing...
2009-09-30 Edward HerveyGESTrackObject: Set sane default values
2009-09-30 Edward HerveyGESTrackObject: Add 'active' property.
2009-09-29 Edward Herveytests/examples: test3, same as test2, but uses a Simple...
2009-09-29 Edward Herveytests/check: Add test for GESSimpleTimelineLayer
2009-09-29 Edward HerveyGESSimpleTimelineLayer: Implement add()/move() and...
2009-09-29 Edward Herveyges-timeline-layer.h: Add comment
2009-09-29 Edward Herveyges-timeline-object: Add convenience macros
2009-09-21 Edward Herveytests/example: New small example of timeline file sources.
2009-09-21 Edward Herveytests/check: New test for GESTimelineFileSource
2009-09-21 Edward HerveyNew GESTimelineFileSource and GESTrackFileSource classes
2009-09-16 Edward HerveyFinish public API documentation
2009-09-16 Edward Herveydocs: Add index and object hierarchy
2009-09-14 Edward Herveytests: Make basic test check for proper reference counting.
2009-09-14 Edward HerveyGESTrack: The track steals the refcount to the caps...
2009-09-14 Edward Herveydocs/libs: ignore more files
2009-09-14 Edward HerveyGESTimeline: Fix reference counting of tracks, add...
2009-09-14 Edward HerveyGESTimelineLayer: Fix reference handling of objects...
2009-09-14 Edward Herveyconfigure.ac: Require latest gst-plugins-base for ...
2009-09-14 Edward HerveyGESTimeline: start more documentation
2009-09-14 Edward HerveyGESTrackObject: Document some more
2009-09-14 Edward HerveyGESTrack: document more
2009-09-10 Tim-Philipp... docs: fix gtk-doc build and make distcheck for me
2009-09-10 Edward HerveyDocument first high-level demo.
2009-09-10 Edward HerveyMore documentation. Coverage now at 25%
2009-09-10 Edward Herveydocs: move working document
2009-09-10 Edward Herveydocs: Add gtk-doc API documentation
2009-09-09 Edward Herveytest1: Expand example to also use an audio track.
2009-09-09 Edward HerveyGESTimeline: Make sure added ghostpads are unique.
2009-09-09 Edward Herveytest1: Actually change videotestsrc patterns to make...
2009-09-09 Edward Herveytest1: Use mainloop, required for proper gnonlin behaviour.
2009-09-09 Edward HerveyGESTimelinePipeline: Reconfigure playsink once we've...
2009-09-08 Edward Herveyexamples: Add timeline to pipeline and set it to playing.
2009-09-08 Edward Herveytest/ges/basic: Adapt to API changes.
2009-09-08 Edward HerveyGESTimelinePipeline: Use 'playsink', track added/remove...
2009-09-08 Edward HerveyGESTimeline: Track internal pads and tracks in sync.
2009-09-08 Edward Herveygitignore: Ignore more files
2009-09-08 Edward HerveyGESTrack: Add TrackType enum and constructor property.
2009-09-08 Edward HerveyCustomTimelineSource: Fix typo in debug statement
2009-09-07 Edward HerveyGESTimelinePipeline: Fix typo
2009-08-07 Edward HerveyTrackObject: Add debugging and make default duration 1s
2009-08-07 Edward HerveyTimelineObject: Add start/inpoint/duration/priority...
2009-08-07 Edward HerveyTrack: Handle pads
2009-08-07 Edward HerveyTrack: Add convenience methods for creating a raw Audio...
2009-08-07 Edward HerveyCustomTimelineSource: Allow giving user_data to the...
2009-08-07 Edward HerveyAdd directory for examples along with a minimalistic...
2009-08-07 Edward HerveyAdd 'caps' property on Track
2009-08-07 Edward HerveyFix build. Can now run make distcheck.
2009-08-07 Edward HerveyTrack: Add/Remove the GnlComposition from ourself.
2009-08-07 Edward Herveytests/ges/basic: Extend test to remove the object.
2009-08-07 Edward HerveyTrackSource: Include TrackObject header file
2009-08-07 Edward Herveyges.c: Add debug line to inform of initialization
2009-08-07 Edward HerveyNew CustomTimelineSource class.
2009-08-07 Edward HerveyTrack: Implement remove_object()
2009-08-07 Edward HerveyTrackObject: Add 'valid' property, Make _set_track...
2009-08-07 Edward HerveyTimeline: Implement remove_track, remove_layer, and...
2009-08-07 Edward HerveyTimelineSource: Implenent _create_track_object() virtua...
2009-08-07 Edward HerveyTimelineObject: Implement _release_track_object()
2009-08-07 Edward HerveyTimelineLayer: Implement _remove_object()
2009-08-06 Edward Herveytests: Add a simple scenario
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 HerveyAdd new GESTrackSource
2009-08-06 Edward Herveyintermediary commit. Still need to fill in more blanks :(
2009-08-06 Edward HerveyAdd signal marshalling code
2009-08-06 Edward Herveybuild fixed again. Moved type declarations in a standal...
2009-08-06 Edward Herveysrc/ => ges/
2009-08-06 Edward HerveyMORE HACKING
2009-08-04 Edward HerveyREADME: Mention license
2009-08-04 Edward Hervey.gitignore: ignore cruft
2009-08-04 Edward HerveyIt builds !!!! :)
2009-08-04 Edward HerveyInitial code drop