platform/upstream/gst-editing-services.git
2012-01-11 Mathieu Duponchelleges: adds an enable_update function to the GESTimeline
2012-01-11 Mathieu Duponchelleges : add a track-object(removed signal to the track
2012-01-11 Thibault Saunierges: Handle supported formats in TimelineStandardTransition
2012-01-11 Mathieu Duponchelleges: add an auto-transition to the layer
2012-01-11 Mathieu Duponchelleges: Keep the track object list sorted in track
2012-01-11 Mathieu Duponchelleges: add track objects to the track before the track...
2012-01-11 Mathieu Duponchellepython: bind and override the ges_track_get_objects...
2012-01-11 Mathieu Duponchelleges: Add API to get the TrackObject-s contained in...
2012-01-11 Mathieu Duponchellepython: binds the PiTiVi formatter
2012-01-11 Mathieu Duponchelleexamples: Add a load project option to ges-ui
2012-01-11 Mathieu Duponchelletools: Add a -y option to ges-launch to launch pitivi...
2012-01-11 Mathieu Duponchelletest: Add a pitivi formatter test
2012-01-11 Mathieu Duponchelleges: Implement a Pitivi Formatter
2012-01-11 Mathieu Duponchelleges: add a track-object-added signal to GESTrack
2012-01-11 Mathieu Duponchelleges: Add a track-object-added signal to GESTimelineObject
2012-01-11 Thibault Saunierges: Move supported formats from filesource to timeline...
2012-01-11 Thibault Saunierges: Add a ges_timeline_append_layer convenience method
2012-01-11 Thibault Sauniertest: Better layer priority handling testing
2012-01-11 Thibault Saunierges: add a function to move TimelineObject from a layer...
2012-01-11 Thibault Saunierges: Keep layers sorted by priorities in the timeline
2012-01-11 Thibault Saunierges: Add some debugging symbols
2012-01-11 Thibault Saunierges: Handle TimelineLayer and its contained TimelineObj...
2012-01-11 Thibault Saunierges: Define a LAYER_HEIGHT constant in the normal layer
2012-01-11 Edward Herveydocs: Add pipeline {get|set}_{audio|video}_sink() docs
2012-01-06 Robert Swaintimeline: simplify code to remove an object from the...
2012-01-05 Robert SwainGESTimeline: Lock object discovery list
2012-01-05 Mateu BatleGESTimelineObject: fix trigger notify changing props
2011-12-30 Edward Herveytools: Add proper include for g_printf
2011-11-30 Mark Nauwelaertsges-launch: allow for optional audio or video track
2011-11-30 Mark Nauwelaertsges-launch: port over gst-launch verbose setting
2011-11-07 Robert SwainGESTimelinePipeline: Add API to get/set audio sink
2011-10-12 Tim-Philipp... docs: link against libgstreamer for gst_init() and...
2011-10-12 Tim-Philipp... bindings: fix up pygst includes for new install directory
2011-10-12 Tim-Philipp... configure: require pygst from git for the headers
2011-10-12 Sebastian Drögepython: Add $(PYGST_CFLAGS) to CFLAGS to fix the build
2011-10-05 Robert SwainGESTimelinePipeline: API documentation improvements
2011-10-04 Robert SwainGESTimelinePipeline: Add video sink get/set API
2011-09-07 Stefan Sauerdocs: cleanup makefiles
2011-09-06 Stefan SauerAutomatic update of common submodule
2011-09-06 Stefan SauerAutomatic update of common submodule
2011-09-02 Edward Herveydocs: clarify sentence a bit
2011-09-02 Edward Herveydesign: More specifications of compositing and material...
2011-09-02 Edward Herveydesign: Re-order items by importance
2011-09-02 Edward Herveydocs: Remove duplicate symbol
2011-09-02 Edward Herveydocs: Add note about merging GNonLin and GES
2011-08-31 Andoni Morales... Don't build the examples if it's disabled in configure
2011-08-30 Edward HerveyGESTimelinePipeline: Return before the error labels
2011-08-29 Edward HerveyGESTimelinePipeline: Handle some trivial error cases
2011-08-29 Edward Herveydocs/design: Add section on compositing and mixing
2011-08-29 Edward Herveydocs/design: updates on effects and conforming materials
2011-08-17 Luis de Bethencourtpyges: updating copyright of simple example
2011-08-15 Luis de Bethencourtges/ges-track-video-transition.c: fix transition of...
2011-08-13 Luis de BethencourtGESTrackObject: missing Since tag and typo fixes
2011-08-13 Luis de Bethencourtdocs: adding GESPipelineFlags to docs
2011-08-13 Luis de Bethencourtdocs: add Since tag to new TextOverlay functions
2011-08-13 Luis de Bethencourtdocs: add Since tag to new TitleSource functions
2011-08-12 Luis de Bethencourtpyges: Add an effect example
2011-08-11 Luis de Bethencourtpyges: fix and clean examples/simple.py
2011-08-11 Edward Herveybindings: Ignore more files
2011-08-11 Edward Herveybindings: makefile => Makefile
2011-08-11 Edward Herveytestsuite: Remove print statements
2011-08-11 Thibault Saunierpyges: Fix the timeline_file_source test suite
2011-08-11 Thibault Saunierpyges: Install it so we now use import ges
2011-08-11 Thibault Saunierpyges: Do not try to build the bindings if no python...
2011-08-11 Thibault Saunierpyges: Install files from the examples and testsuite
2011-08-11 Thibault Saunierpyges: Add a PyGes example
2011-08-11 Thibault Saunierpyges: Add the GstArgtypes, get all the functions binded
2011-08-11 Thibault Saunierpyges: link against pygst and use GstMiniObject
2011-08-11 Mathieu Duponchellepyges : Improve the test suite
2011-08-11 Mathieu Duponchellepyges : correct the defs for ges_track_audio_raw_new...
2011-08-11 Mathieu Duponchellepyges : Add overrides
2011-08-11 Mathieu Duponchellepyges : Add *_valist and *_by_pspec to the ignore-glob
2011-08-11 Mathieu DuponchelleAdd ges-screenshot.h to ges.h
2011-08-11 Mathieu Duponchellepyges : override unhandled methods
2011-08-11 Mathieu Duponchellepyges : add argtypes
2011-08-11 Mathieu Duponchellepyges : Remove ges_formatter_set_data and get_data...
2011-08-11 Mathieu Duponchellepyges : Override ges_timeline_parse_launch_effect_new...
2011-08-11 Thibault Saunierpyges: Update ges.defs and ges-types.defs with the...
2011-08-11 Mathieu Duponchellepyges : Add a text overlay test
2011-08-10 Thibault Saunierpyges : Add actual testing to the testcases
2011-08-10 Thibault Saunierpyges: add get_type method to the ignore_blob list
2011-08-10 Mathieu Duponchellepyges: Override methods using GList
2011-08-10 Mathieu Duponchellepyges : Add a test suite with three test cases for...
2011-08-10 Thibault Saunierpyges: Regenerate ges.def and ges-types.def so the...
2011-08-10 Thibault Saunierpyges: Make use of the namespace for the constructor...
2011-08-10 Thibault Saunierpyges: Sync codegen with upstream
2011-08-10 Thibault Saunierpyges: override ges_track_get_timeline
2011-08-10 Thibault Saunierbuilding: add python bindings
2011-08-10 Thibault Saunierpyges: Add the necessary file to compile the bindings
2011-08-10 Thibault Saunierpyges: add registering functions prototypes to ges...
2011-08-10 Thibault Saunierpyges: Define missing types
2011-08-10 Thibault SaunierGESTimeleinePipeline: Create a flag type instead of...
2011-08-10 Mathieu Duponchellepyges: Add ges.override
2011-08-10 Mathieu DuponchelleAdd codegen to the tracked files
2011-08-09 Luis de BethencourtGESTimelineTitleSource/TrackTitleSource: add xpos/ypos...
2011-08-09 Luis de BethencourtGESTimelineTitleSource/TrackTitleSource: add color...
2011-08-09 Luis de Bethencourtexamples: add file inpoints and summary to overlay...
2011-08-08 Luis de Bethencourtexamples: add xpos and ypos options to overlay example
2011-08-08 Luis de BethencourtGESTimelineTextOverlay/TrackTextOverlay: add xpos/ypos...
2011-08-08 Luis de Bethencourtges-enums: completed support for all options in TextAlign
next