platform/upstream/gst-editing-services.git
2010-09-01 Brandon Lewisdeactivate overlay when no text is present
2010-09-01 Brandon Lewisadd unit tests for text properties
2010-09-01 Brandon Lewisexpose text, font-desc, and alignment properties in...
2010-09-01 Brandon Lewisfix typo in docstring
2010-09-01 Brandon Lewisadd conversion elements to TrackTextOverlay
2010-09-01 Brandon Lewistweak gstl recalculate: cur track object sets priority...
2010-09-01 Brandon Lewissupply type param to _find_track_objects in unit tests
2010-09-01 Brandon Lewisadd type argument to ges_timeline_object_find_track_obj...
2010-09-01 Brandon Lewisunref timeline in unit test
2010-09-01 Brandon Lewisdon't add the same track object twice
2010-09-01 Brandon Lewischeck for proper instance type in _set_* functions
2010-09-01 Brandon Lewisfix documentation comment
2010-09-01 Brandon Lewiscreate a text overlay with default text for every Timel...
2010-09-01 Brandon Lewisincrease default priority offset for sources; update...
2010-09-01 Brandon Lewismove this commit down where it belongs
2010-09-01 Brandon Lewisoverride create_track_objects (plural) in TimelineSource
2010-09-01 Brandon Lewistest height notification
2010-09-01 Brandon Lewisupdate height when track object priority offset changes
2010-09-01 Brandon Lewisreword priority documentation comments
2010-09-01 Brandon Lewisuse object height in gstl recalcuate
2010-09-01 Brandon Lewisinitialize height to 1
2010-09-01 Brandon Lewisadd accessor macro
2010-09-01 Brandon Lewisadd height property
2010-09-01 Brandon Lewisdocument timelineobject::priority
2010-09-01 Brandon Lewisexpose priority-offset as a property
2010-09-01 Brandon Lewisupdate documentation and unit tests
2010-09-01 Brandon Lewisdistinguish between base_priority, priority_offset...
2010-09-01 Brandon Lewissplit timeline_object_add_track_object out of create_tr...
2010-09-01 Brandon Lewisadd create_track_objects
2010-09-01 Brandon Lewisadd create_track_objects declarations
2010-09-01 Brandon Lewiscall create_track_objects in timeline.c
2010-08-31 Edward HerveyGESTimelineTransition: Remove unneeded variable
2010-08-31 Edward Herveyges-launch: Fix memory leak
2010-08-13 Brandon Lewisallow borders on still image videoscale
2010-08-13 Brandon Lewisalways support audio on still images
2010-08-13 Brandon Lewisremove ffmpegcolorspace after freeze (see 626518)
2010-08-13 Brandon Lewisdon't set max duration on still images
2010-08-13 Brandon Lewisimplement still image sources
2010-08-13 Brandon Lewisnaive implementation of still images (seems broken)
2010-08-13 Brandon Lewiscreate GESTrackAudioTestSource for audio tracks when...
2010-08-13 Brandon Lewisset 'is-image' property true when source has an image...
2010-08-13 Brandon Lewisset supported formats in new unit test
2010-08-13 Brandon Lewiscreate image sources when is_image is set to true
2010-08-13 Brandon LewisAdd "is-image" property to GESTimelineFileSource
2010-08-13 Brandon Lewisunit test for image sources
2010-08-13 Brandon Lewischeck in GESTrackImageSource
2010-08-05 Edward Herveyges: Also dist the generated files
2010-08-05 Edward Herveymarshal: Fix typo in the Makefile that prevented marsha...
2010-07-23 Brandon Lewislink to the right sink pad on textoverlay object
2010-07-16 Brandon Lewisfwrite doesn't return the number of bytes written....
2010-07-16 Brandon Lewisdon't plug encoders when raw caps are given
2010-07-16 Brandon Lewisadd thumbnailing example which tests rest of thumbnaili...
2010-07-16 Brandon Lewisges_caps_set_simple was being called incorrectly
2010-07-16 Edward Herveydocs: Use the proper location for header files
2010-07-16 Edward Herveyges: Don't forget to dist ges-timeline-overlay.h
2010-07-16 Edward HerveyTimelinePipeline: Make sure fwrite completes successfully
2010-07-16 Brandon Lewisadd option to ges-launch to save thumbnails periodicaly
2010-07-16 Brandon Lewisupdate documentation
2010-07-16 Brandon Lewisadd routine to save a thumbnail in the specified encoding
2010-07-16 Brandon Lewisadd todo item
2010-07-16 Brandon Lewisfactor encoder-finding code into separate function
2010-07-16 Brandon Lewisuse gstprofile to plug an encoder and encode the curren...
2010-07-16 Brandon Lewisadd methods to retreive the current frame as a thumbnail
2010-07-16 Brandon Lewisduplicate code from gstscreenshot.{c,h} and gstplaysink...
2010-07-15 Edward HerveyGESTimelinePipeline: Use smartencoder feature from...
2010-07-14 Edward Herveyconfigure: Require new core/base for fast pad linking
2010-07-14 Edward HerveyGES: Switch to new fast pad linking
2010-07-09 Brandon Lewisfix mem leak in unit test
2010-07-09 Brandon LewisDon't expose test source enum value table
2010-07-09 Brandon Lewisdon't expose transition enum value table
2010-07-09 Brandon Lewisuse gtype to get the enum value for the nick
2010-07-09 Brandon Lewischeck whether setting vtype property actually succeeds
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
next