Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-12 | Merge remote-tracking branch 'origin/master' into 0.11 | Tim-Philipp Müller | 2 | -0/+46 | |
Conflicts: bindings/python/Makefile.am bindings/python/ges-types.defs bindings/python/ges.defs bindings/python/ges.override bindings/python/gesmodule.c bindings/python/testsuite/test_textoverlay.py | |||||
2012-01-12 | ges: Various doc fixups and cleanups | Edward Hervey | 1 | -4/+7 | |
2012-01-11 | formatter: Add a "loaded" signal | Thibault Saunier | 1 | -0/+1 | |
API: GESFormatter::loaded signal API: GESFormatter->project_loaded VMethod | |||||
2012-01-11 | docs: Add a pitivi-formatter documentation | Thibault Saunier | 2 | -0/+19 | |
Move the API to the API section of the pitivi-formatter file | |||||
2012-01-11 | ges: Add an API to Formatter to be able to handle moved sources | Thibault Saunier | 1 | -0/+1 | |
API: GESFormatter::source-moved signal API: GESFormatter::update_source_uri virtual method Conflicts: ges/ges-formatter.h | |||||
2012-01-11 | ges: Add a runtime version checking function | Thibault Saunier | 1 | -0/+1 | |
Bind it in python API: ges_version | |||||
2012-01-11 | ges: Add a method to TimelineObject to set contained TrackObject-s locked state | Thibault Saunier | 1 | -0/+1 | |
API: ges_timeline_object_objects_set_locked | |||||
2012-01-11 | docs: Update documentation | Thibault Saunier | 1 | -0/+10 | |
2012-01-11 | ges: Move supported formats from filesource to timelineobject | Thibault Saunier | 1 | -0/+2 | |
This is usefull by any subclass of GESTimelineObject + Bind it in python + Fix the keyfile formatter tests API: ges_timeline_object_set_supported_formats API: ges_timeline_object_get_supported_formats | |||||
2012-01-11 | ges: Add a ges_timeline_append_layer convenience method | Thibault Saunier | 1 | -0/+1 | |
API: ges_timeline_append_layer | |||||
2012-01-11 | ges: add a function to move TimelineObject from a layer to another | Thibault Saunier | 1 | -0/+3 | |
API: ges_timeline_object_move_to_layer API: ges_timeline_object_is_moving_from_layer API: ges_timeline_object_set_moving_from_layer | |||||
2012-01-11 | docs: Add pipeline {get|set}_{audio|video}_sink() docs | Edward Hervey | 1 | -0/+4 | |
2011-12-30 | Merge remote-tracking branch 'origin/master' into 0.11 | Edward Hervey | 1 | -2/+2 | |
Conflicts: bindings/python/Makefile.am bindings/python/ges.override bindings/python/gesmodule.c configure.ac | |||||
2011-10-12 | docs: link against libgstreamer for gst_init() and fix order in GTKDOC_CFLAGS | Tim-Philipp Müller | 1 | -2/+2 | |
Add missing backslash so we link against libgstreamer. | |||||
2011-10-11 | docs: Add new API | Edward Hervey | 1 | -0/+2 | |
2011-09-07 | docs: cleanup makefiles | Stefan Sauer | 1 | -34/+7 | |
Remove commented out parts that we don't need. Remove "the wingo addition" - no so useful after all. Narrow down file-globs for plugin docs. | |||||
2011-09-02 | docs: clarify sentence a bit | Edward Hervey | 1 | -3/+3 | |
2011-09-02 | design: More specifications of compositing and material handling | Edward Hervey | 1 | -7/+53 | |
Doing it this way will enable us to handle: * Output conforming (proper scaling/conversion at the right place) * Compositing in an easy way at the layer level * Avoid having too many transformation elements | |||||
2011-09-02 | design: Re-order items by importance | Edward Hervey | 1 | -33/+51 | |
Plugins, templates and so-forth are not top priorities. Also update the index | |||||
2011-09-02 | docs: Remove duplicate symbol | Edward Hervey | 1 | -1/+0 | |
2011-09-02 | docs: Add note about merging GNonLin and GES | Edward Hervey | 1 | -1/+19 | |
2011-08-29 | docs/design: Add section on compositing and mixing | Edward Hervey | 1 | -0/+117 | |
2011-08-29 | docs/design: updates on effects and conforming materials | Edward Hervey | 1 | -10/+29 | |
2011-08-13 | docs: adding GESPipelineFlags to docs | Luis de Bethencourt | 1 | -3/+6 | |
2011-08-13 | docs: add Since tag to new TextOverlay functions | Luis de Bethencourt | 1 | -2/+14 | |
And add them to the GES API doc | |||||
2011-08-13 | docs: add Since tag to new TitleSource functions | Luis de Bethencourt | 1 | -4/+16 | |
And add them to the GES API doc | |||||
2011-05-19 | design: Update effect statuts | Thibault Saunier | 1 | -1/+12 | |
2011-05-09 | docs: Move TimelineTestSource symbols to the proper section | Edward Hervey | 1 | -7/+6 | |
2011-05-09 | docs: Comment enum types in ges.types | Edward Hervey | 1 | -5/+5 | |
Not supported yet | |||||
2011-05-06 | docs: Add missing symbol to ges-sections | Edward Hervey | 1 | -0/+1 | |
2011-05-06 | GESTrackObject: add a ges_track_object_list_children_properties method | Thibault Saunier | 1 | -0/+1 | |
test: Test the new method, and also set/get_child_property_by_spec | |||||
2011-05-06 | GESTrackObject: Implement a get/set_child_property_by_spec and ↵ | Thibault Saunier | 1 | -0/+4 | |
get/set_child_property_valist methods Reimplement the get/set_property accordingly | |||||
2011-05-06 | GESTrackObject: add a ges_track_object_lookup_child method | Thibault Saunier | 1 | -0/+1 | |
2011-05-06 | GESTimelineObject: Change the get_effects method to get_top_effects. | Thibault Saunier | 1 | -1/+1 | |
2011-05-06 | TrackParseLaunchEffect: rename ↵ | Thibault Saunier | 1 | -1/+1 | |
ges_track_parse_launch_effect_new_from_bin_desc method to ges_track_parse_launch_effect_new | |||||
2011-05-06 | design: Update effect implementation doc | Thibault Saunier | 1 | -25/+49 | |
2011-05-06 | Make GESTimelineEffect abstract and move its implementation to ↵ | Thibault Saunier | 3 | -2/+20 | |
GESTimelineParseLaunchEffect test: Adapte the test suite to suite the new API | |||||
2011-05-06 | Make GESTrackEffect abstract and move its implementation to ↵ | Thibault Saunier | 3 | -2/+20 | |
GESTrackParseLaunchEffect test: update the effect test suite | |||||
2011-05-06 | docs: Add missing symbols in docs/libs/ges.types so the class hierarchy is ↵ | Thibault Saunier | 1 | -0/+2 | |
well generated | |||||
2011-05-06 | design: update effect implementation progress | Thibault Saunier | 1 | -1/+15 | |
2011-05-06 | GesTrackObject: add the ges_track_object_get_child_property method | Thibault Saunier | 2 | -1/+2 | |
test: Test this new method design: change the design file to fit the implementation | |||||
2011-05-06 | GESTrackObject: add a ges_track_object_set_child_property_method | Thibault Saunier | 1 | -0/+1 | |
test: Test the new method | |||||
2011-05-06 | GESTimelineObject: add a ges_timeline_object_set_top_effect_priority method | Thibault Saunier | 1 | -0/+1 | |
Lets the user have a minimum of control over effects priorities | |||||
2011-05-06 | GESTrackEffect: add getters for the: start, inpoint, duration, priority, ↵ | Thibault Saunier | 1 | -0/+5 | |
active properties docs: add new symbols | |||||
2011-05-06 | TimelineEffect: Add the basis for GESTimelineEffect implementation | Thibault Saunier | 2 | -1/+20 | |
2011-05-06 | TrackEffect: Fixe the documentation | Thibault Saunier | 1 | -0/+1 | |
2011-05-06 | TimelineObject: add the ges_timeline_object_get_top_effect_position method | Thibault Saunier | 1 | -0/+1 | |
tests: adapt the effect testsuite to use this function docs: add the method to the documentation | |||||
2011-05-06 | TimelineObject: remove trailling spaces | Thibault Saunier | 1 | -1/+1 | |
2011-05-06 | TimelineObject: add ges_timeline_object_get_effects API | Thibault Saunier | 1 | -0/+1 | |
tests: Test the new TimelineObject API docs: add the corresponding fonction | |||||
2011-05-06 | design: spelling correction in the effect design document | Thibault Saunier | 1 | -2/+2 | |