platform/upstream/gst-editing-services.git
2010-09-02 Brandon Lewisfix signal handler signatures
2010-09-02 Brandon Lewisadd play action/controls
2010-09-02 Brandon Lewisadd toolbar; connect to action signals instead of menu...
2010-09-02 Brandon Lewisalso set state of delete menu item
2010-09-02 Brandon Lewisupdate in-point from in-point slider
2010-09-02 Brandon Lewisadd in-point slider
2010-09-02 Brandon Lewisformat duration nicely
2010-09-02 Brandon Lewisset slider range before setting duration
2010-09-02 Brandon Lewisremove some unneeded function protos
2010-09-02 Brandon Lewisslider updates duration of selected object now
2010-09-02 Brandon Lewisconnect to duration and max-duration changed of filesources
2010-09-02 Brandon Lewisdo housekeeping each time selection is updated
2010-09-02 Brandon Lewisclean up the create_ui function a bit
2010-09-02 Brandon Lewisdisable properties editor when nothing is selected
2010-09-02 Brandon Lewisrename a few attributes
2010-09-02 Brandon Lewisupdate list model when objects are removed from layer
2010-09-02 Brandon Lewisdelete selected objects from layer when user issues...
2010-09-02 Brandon Lewisstore a pointer to the list selection
2010-09-02 Brandon Lewisdisplay filename and duration of added clip
2010-09-02 Brandon Lewisdon't create tree model in XML
2010-09-02 Brandon Lewismake sure we get everythign we need from the XML file
2010-09-02 Brandon Lewisconnect to layer object-{added,removed} and display...
2010-09-02 Brandon Lewisadd some simple code to add a source to the timeline
2010-09-02 Brandon Lewisadd liscence and some organizational comments
2010-09-02 Brandon Lewiswe don't have to free all that much, in fact
2010-09-02 Brandon Lewiscreate a simple timeline layer
2010-09-02 Brandon Lewispass app instance to signal handlers
2010-09-02 Brandon Lewismove app data to private struct
2010-09-02 Brandon Lewisexport dynamic symbols in examples so signal autoconnec...
2010-09-02 Brandon Lewisadd protos so it builds under c90 mode
2010-09-02 Brandon Lewisadd ges-ui.c to build system
2010-09-02 Brandon Lewisadd GTK+ to configure.ac as optional dependency for...
2010-09-02 Brandon Lewismove ui to tests/examples
2010-09-02 Brandon Lewisadd 'add_file' menu item
2010-09-02 Brandon Lewisflesh out ui design a bit more
2010-09-02 Brandon Lewisquit when main window closes
2010-09-02 Brandon Lewischeck in UI implementation
2010-09-02 Brandon Lewischeck in ui file
2010-09-02 Edward HerveyGESTrackObject: Fix debug statement
2010-09-02 Edward Herveytests: Fix a leak in test_filesource_images
2010-09-01 Edward HerveyGESTimelineFileSource: Don't leak strings
2010-09-01 Brandon Lewisupdate unit tests to catch an earlier bug
2010-09-01 Brandon Lewischeck in text properties example
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
next