summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2012-03-12Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2-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-12ges: Various doc fixups and cleanupsEdward Hervey1-4/+7
2012-01-11formatter: Add a "loaded" signalThibault Saunier1-0/+1
API: GESFormatter::loaded signal API: GESFormatter->project_loaded VMethod
2012-01-11docs: Add a pitivi-formatter documentationThibault Saunier2-0/+19
Move the API to the API section of the pitivi-formatter file
2012-01-11ges: Add an API to Formatter to be able to handle moved sourcesThibault Saunier1-0/+1
API: GESFormatter::source-moved signal API: GESFormatter::update_source_uri virtual method Conflicts: ges/ges-formatter.h
2012-01-11ges: Add a runtime version checking functionThibault Saunier1-0/+1
Bind it in python API: ges_version
2012-01-11ges: Add a method to TimelineObject to set contained TrackObject-s locked stateThibault Saunier1-0/+1
API: ges_timeline_object_objects_set_locked
2012-01-11docs: Update documentationThibault Saunier1-0/+10
2012-01-11ges: Move supported formats from filesource to timelineobjectThibault Saunier1-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-11ges: Add a ges_timeline_append_layer convenience methodThibault Saunier1-0/+1
API: ges_timeline_append_layer
2012-01-11ges: add a function to move TimelineObject from a layer to anotherThibault Saunier1-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-11docs: Add pipeline {get|set}_{audio|video}_sink() docsEdward Hervey1-0/+4
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11Edward Hervey1-2/+2
Conflicts: bindings/python/Makefile.am bindings/python/ges.override bindings/python/gesmodule.c configure.ac
2011-10-12docs: link against libgstreamer for gst_init() and fix order in GTKDOC_CFLAGSTim-Philipp Müller1-2/+2
Add missing backslash so we link against libgstreamer.
2011-10-11docs: Add new APIEdward Hervey1-0/+2
2011-09-07docs: cleanup makefilesStefan Sauer1-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-02docs: clarify sentence a bitEdward Hervey1-3/+3
2011-09-02design: More specifications of compositing and material handlingEdward Hervey1-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-02design: Re-order items by importanceEdward Hervey1-33/+51
Plugins, templates and so-forth are not top priorities. Also update the index
2011-09-02docs: Remove duplicate symbolEdward Hervey1-1/+0
2011-09-02docs: Add note about merging GNonLin and GESEdward Hervey1-1/+19
2011-08-29docs/design: Add section on compositing and mixingEdward Hervey1-0/+117
2011-08-29docs/design: updates on effects and conforming materialsEdward Hervey1-10/+29
2011-08-13docs: adding GESPipelineFlags to docsLuis de Bethencourt1-3/+6
2011-08-13docs: add Since tag to new TextOverlay functionsLuis de Bethencourt1-2/+14
And add them to the GES API doc
2011-08-13docs: add Since tag to new TitleSource functionsLuis de Bethencourt1-4/+16
And add them to the GES API doc
2011-05-19design: Update effect statutsThibault Saunier1-1/+12
2011-05-09docs: Move TimelineTestSource symbols to the proper sectionEdward Hervey1-7/+6
2011-05-09docs: Comment enum types in ges.typesEdward Hervey1-5/+5
Not supported yet
2011-05-06docs: Add missing symbol to ges-sectionsEdward Hervey1-0/+1
2011-05-06GESTrackObject: add a ges_track_object_list_children_properties methodThibault Saunier1-0/+1
test: Test the new method, and also set/get_child_property_by_spec
2011-05-06GESTrackObject: Implement a get/set_child_property_by_spec and ↵Thibault Saunier1-0/+4
get/set_child_property_valist methods Reimplement the get/set_property accordingly
2011-05-06GESTrackObject: add a ges_track_object_lookup_child methodThibault Saunier1-0/+1
2011-05-06GESTimelineObject: Change the get_effects method to get_top_effects.Thibault Saunier1-1/+1
2011-05-06TrackParseLaunchEffect: rename ↵Thibault Saunier1-1/+1
ges_track_parse_launch_effect_new_from_bin_desc method to ges_track_parse_launch_effect_new
2011-05-06design: Update effect implementation docThibault Saunier1-25/+49
2011-05-06Make GESTimelineEffect abstract and move its implementation to ↵Thibault Saunier3-2/+20
GESTimelineParseLaunchEffect test: Adapte the test suite to suite the new API
2011-05-06Make GESTrackEffect abstract and move its implementation to ↵Thibault Saunier3-2/+20
GESTrackParseLaunchEffect test: update the effect test suite
2011-05-06docs: Add missing symbols in docs/libs/ges.types so the class hierarchy is ↵Thibault Saunier1-0/+2
well generated
2011-05-06design: update effect implementation progressThibault Saunier1-1/+15
2011-05-06GesTrackObject: add the ges_track_object_get_child_property methodThibault Saunier2-1/+2
test: Test this new method design: change the design file to fit the implementation
2011-05-06GESTrackObject: add a ges_track_object_set_child_property_methodThibault Saunier1-0/+1
test: Test the new method
2011-05-06GESTimelineObject: add a ges_timeline_object_set_top_effect_priority methodThibault Saunier1-0/+1
Lets the user have a minimum of control over effects priorities
2011-05-06GESTrackEffect: add getters for the: start, inpoint, duration, priority, ↵Thibault Saunier1-0/+5
active properties docs: add new symbols
2011-05-06TimelineEffect: Add the basis for GESTimelineEffect implementationThibault Saunier2-1/+20
2011-05-06TrackEffect: Fixe the documentationThibault Saunier1-0/+1
2011-05-06TimelineObject: add the ges_timeline_object_get_top_effect_position methodThibault Saunier1-0/+1
tests: adapt the effect testsuite to use this function docs: add the method to the documentation
2011-05-06TimelineObject: remove trailling spacesThibault Saunier1-1/+1
2011-05-06TimelineObject: add ges_timeline_object_get_effects APIThibault Saunier1-0/+1
tests: Test the new TimelineObject API docs: add the corresponding fonction
2011-05-06design: spelling correction in the effect design documentThibault Saunier1-2/+2