platform/upstream/gstreamer.git
2010-07-09 Brandon Lewisinitialize transitions to type _TRANSITION_TYPE_NONE
2010-07-09 Brandon Lewisadd new invalid enum type
2010-07-09 Brandon Lewisrefactor duration_changed method as this is now a Track...
2010-07-09 Brandon Lewisremove notify::duration signal handler
2010-07-09 Brandon Lewisadd track object virtual methods for property change...
2010-07-09 Brandon Lewisremove unneeded assertions
2010-07-09 Brandon Lewisremove unneeded _new methods on certain base classes
2010-07-09 Edward Herveydocs: Add ges_track_video_test_source_set_pattern
2010-07-09 Edward HerveyTrackTransition: Don't return anything for unhandled...
2010-07-09 Edward HerveyTrackTransition: Remove second argument from duration_c...
2010-07-09 Edward HerveyGES: whitespace fixes
2010-07-09 Edward HerveyGES: Simplify loops
2010-07-09 Edward HerveyGES: Remove un-needed branches
2010-07-09 Edward HerveyGES: Fix initialization values
2010-07-09 Edward HerveyGES: Remove useless variables
2010-07-09 Edward HerveyGES: Fix function prototypes
2010-07-09 Edward HerveyTimelineTestSource: Set freq/volume whether mute or not
2010-07-09 Edward HerveyTimelineOverlay: Fix doc
2010-07-09 Edward HerveyTrackVideoTransition: Avoid switching from crossfade...
2010-07-09 Edward HerveySimpleTimelineLayer: Fix top-level doc
2010-07-09 Edward HerveyTimelineLayer: Document _set_priority
2010-07-09 Edward HerveyTrackVideoTransition: Use proper transition type
2010-07-09 Edward Herveyutils: Document timeline_new_audio_video
2010-07-09 Edward Herveydocs: hide _get_type/TYPE in private sections
2010-07-09 Brandon Lewismake type field of video transition private
2010-07-09 Brandon Lewisanother massive documentation update
2010-07-09 Brandon Lewisexpose freq and volume props in GESTimelineTestSource
2010-07-09 Brandon Lewisadd routines to AudioTestSource to set freq and volume
2010-07-09 Brandon Lewisremove 'mute' property from GESTimelineTextOverlay
2010-07-09 Brandon Lewisfix incorrect type name strings
2010-07-09 Brandon Lewisconvert rest of code to use GESVideoTestPattern
2010-07-09 Brandon Lewisadd GESVideoTestPattern enum
2010-07-09 Brandon Lewisupdate unit tests
2010-07-09 Brandon Lewismake sure to set properties on new track objects
2010-07-09 Brandon Lewisreplace existing text position enums
2010-07-09 Brandon Lewisreplace existing text position enums
2010-07-09 Brandon Lewisadd text positioning enums
2010-07-09 Brandon Lewismove missing symbol to enums section
2010-07-09 Brandon Lewisupdate documentation files
2010-07-09 Brandon Lewismove and rename TRANSITION_VTYPE into enums.h and rename
2010-07-09 Brandon Lewismove track type enum to ges-enums.{h,c}
2010-07-09 Brandon Lewischeck in skeletal ges-enums.{c,h}
2010-07-09 Brandon Lewismassive documentation updates
2010-07-09 Brandon LewisGESTimelineTextOverlay inherits from GESTimelineOverlay
2010-07-09 Brandon Lewischeck in emtpy GESTimelineOverlay class
2010-07-09 Brandon LewisGESTimelineOverlay -> GESTimelineTextOverlay
2010-07-09 Brandon LewisGESTimelineBackgroundSource -> GESTimelineTestSource
2010-07-09 Brandon LewisGESTrackAudioBackgroundSource -> GESTrackAudioTestSource
2010-07-09 Brandon LewisGESTrackVideoBackgroundSource -> GESTrackVideoTestSource
2010-07-09 Brandon LewisGESTrackVideoOverlay -> GESTrackTextOverlay
2010-07-09 Brandon Lewisremove GESTrackOverlay
2010-07-09 Brandon LewisGESTrackVideoOverlay inherits directly from GESTrackOpe...
2010-07-09 Brandon Lewischeck in GESTrackOperation
2010-07-09 Brandon Lewisdocumentation fixes
2010-07-09 Brandon Lewisupdate documentation
2010-07-09 Brandon LewisGESTrackVideoTitleSource -> GESTrackTitleSource
2010-07-09 Brandon Lewisremove GESTrackTitleSource
2010-07-09 Brandon Lewisfix doc comments
2010-07-09 Brandon LewisGESTrackVideoTitleSource inherits directly from GESTrac...
2010-07-09 Brandon Lewisremove GESTrackBackgroundSource class
2010-07-09 Brandon LewisGESTrackAudioBackgroundSource inherits from GESTrackSource
2010-07-09 Brandon LewisGESTrackVideoBackgroundSource inherits directly from...
2010-07-09 Brandon Lewismove create_element virtual method up to TimelineSource...
2010-07-09 Brandon Lewisfix documentation mistake
2010-07-09 Brandon Lewisremove GESTrackAudioTitleSource
2010-07-09 Brandon Lewiscreate test track object instead of audio-title-source
2010-07-09 Brandon Lewiskeep track of and release request pads for smpte also
2010-07-09 Brandon Lewisfree mixer in dispose separately from sink pads
2010-07-09 Edward Herveyexamples: Ignore files
2010-07-09 Edward Herveycheck: Ignore files
2010-07-09 Edward Herveydocs: Add links to all new documentation files
2010-07-09 Edward Herveytests: Add <stdlib.h> for exit usage
2010-07-09 Brandon Lewisdon't forget to unref pad targets
2010-07-09 Brandon Lewisrough overlay implementation
2010-07-09 Brandon Lewischeck in overlay test app
2010-07-09 Brandon Lewisactivate property setting functions
2010-07-09 Brandon Lewisactivate remaining overlay tests
2010-07-09 Brandon Lewisadd video overlays to main header
2010-07-09 Brandon Lewiscreate timeline-overly creates appropriate track object
2010-07-09 Brandon Lewischeck in GESTrackVideoOverlay
2010-07-09 Brandon Lewischeck in ges-track-overlay.{c,h}
2010-07-09 Brandon Lewischeck in overlay unit tests
2010-07-09 Brandon Lewischeck in timelineoverlay, structural copy of GESTimelin...
2010-07-09 Brandon Lewisupdate doc comment
2010-07-09 Brandon Lewisremove unneeded paramenter to create_element
2010-07-09 Brandon Lewisupdate unit tests
2010-07-09 Brandon Lewisupdate documentation
2010-07-09 Brandon Lewispush struct fields down to VideoTransition
2010-07-09 Brandon Lewispush make_video_bin() down into subclass
2010-07-09 Brandon Lewispush relevant struct fields into AudioTransition
2010-07-09 Brandon Lewisupdate documentation
2010-07-09 Brandon Lewispush make_audio_bin down into subclass
2010-07-09 Brandon Lewisadd duration_changed virtual method to GESTrackTransition
2010-07-09 Brandon Lewisadd create_element vmethod to GESTrackTransition
2010-07-09 Brandon Lewiscreate transition subtype according to track type
2010-07-09 Brandon Lewischeck in GESTrackVideoTransition, empty subclass of...
2010-07-09 Brandon Lewischeck in GESTrackAudioTransition, empyt subclass of...
2010-07-09 Brandon Lewisfix header file param names
2010-07-09 Brandon Lewisfix stupid copy/paste typo
2010-07-09 Brandon Lewisfree existing strings before assigning new ones
next