gstreamer/ges
2011-01-10 15:10:01 +01:00
..
.gitignore all: add/extend more .gitignore 2010-12-15 15:52:03 +01:00
ges-custom-timeline-source.c ges: Don't shorten symbol names 2010-12-15 13:27:39 +01:00
ges-custom-timeline-source.h ges: Don't shorten symbol names 2010-12-15 13:27:39 +01:00
ges-enums.c enums: Fix transition enum 2011-01-06 12:06:24 +01:00
ges-enums.h GESTransition: Make it a base class and add GESTimelineStandardTransition 2010-12-09 17:09:11 +01:00
ges-formatter.c GESFormatter: Add private instance and move private variables to it 2011-01-08 22:45:44 +01:00
ges-formatter.h GESFormatter: Add private instance and move private variables to it 2011-01-08 22:45:44 +01:00
ges-internal.h ges/: Fix copyright in headers 2009-11-30 15:14:25 +01:00
ges-keyfile-formatter.c Timeline: Add instance private and Move private variables to it 2011-01-08 22:45:44 +01:00
ges-keyfile-formatter.h docs: A round of updates 2010-12-08 15:36:55 +01:00
ges-screenshot.c all: Changes for discoverer being merged upstream 2010-09-23 18:42:48 +02:00
ges-screenshot.h Update for factorylist/convertframe being merged to gst core/base 2010-09-16 08:39:46 +02:00
ges-simple-timeline-layer.c GESSimpleTimelineLayer: reverting const-ification 2010-12-16 19:37:06 +01:00
ges-simple-timeline-layer.h GESSimpleTimelineLayer: reverting const-ification 2010-12-16 19:37:06 +01:00
ges-timeline-file-source.c TimelineFileSource: Create instance private and move private variables to it 2011-01-08 22:45:44 +01:00
ges-timeline-file-source.h TimelineFileSource: Create instance private and move private variables to it 2011-01-08 22:45:44 +01:00
ges-timeline-layer.c GESTimelineObject: Subclass from GInitiallyUnowned 2010-12-20 12:03:48 +01:00
ges-timeline-layer.h GESTimelineLayer: Subclass from GInitiallyUnowned 2010-12-20 12:03:48 +01:00
ges-timeline-object.c GESTimelineObject: Subclass from GInitiallyUnowned 2010-12-20 12:03:48 +01:00
ges-timeline-object.h GESTimelineObject: Subclass from GInitiallyUnowned 2010-12-20 12:03:48 +01:00
ges-timeline-operation.c GESTimelineOperation: New abstract class for operations 2010-12-09 14:25:22 +01:00
ges-timeline-operation.h GESTimelineOperation: New abstract class for operations 2010-12-09 14:25:22 +01:00
ges-timeline-overlay.c ges: Remove unused GObject vmethods 2010-12-09 15:12:34 +01:00
ges-timeline-overlay.h GESTimelineOperation: New abstract class for operations 2010-12-09 14:25:22 +01:00
ges-timeline-pipeline.c TimelinePipeline: Fix thumbnail method docs and arguments 2011-01-06 11:30:26 +01:00
ges-timeline-pipeline.h TimelinePipeline: Fix thumbnail method docs and arguments 2011-01-06 11:30:26 +01:00
ges-timeline-source.c GESTimelineSource: Remove textoverlay properties 2010-12-09 19:36:44 +01:00
ges-timeline-source.h GESTimelineSource: Remove textoverlay properties 2010-12-09 19:36:44 +01:00
ges-timeline-standard-transition.c enums: Fix transition enum 2011-01-06 12:06:24 +01:00
ges-timeline-standard-transition.h GESTransition: Make it a base class and add GESTimelineStandardTransition 2010-12-09 17:09:11 +01:00
ges-timeline-test-source.c TimelineTestSource: Move private variables to instance private 2011-01-08 22:45:44 +01:00
ges-timeline-test-source.h TimelineTestSource: Move private variables to instance private 2011-01-08 22:45:44 +01:00
ges-timeline-text-overlay.c TimelineTextOverlay: Move private variables to instance private 2011-01-08 22:45:36 +01:00
ges-timeline-text-overlay.h TimelineTextOverlay: Move private variables to instance private 2011-01-08 22:45:36 +01:00
ges-timeline-title-source.c TimelineTitleSource: Move private variables to instance private 2011-01-08 22:37:52 +01:00
ges-timeline-title-source.h TimelineTitleSource: Move private variables to instance private 2011-01-08 22:37:52 +01:00
ges-timeline-transition.c GESTransition: Make it a base class and add GESTimelineStandardTransition 2010-12-09 17:09:11 +01:00
ges-timeline-transition.h GESTransition: Make it a base class and add GESTimelineStandardTransition 2010-12-09 17:09:11 +01:00
ges-timeline.c Timeline: Fix documentation of return value 2011-01-10 11:12:38 +01:00
ges-timeline.h Timeline: Add instance private and Move private variables to it 2011-01-08 22:45:44 +01:00
ges-track-audio-test-source.c TrackAudioTestSource: Move private variables to instance private 2011-01-08 22:32:53 +01:00
ges-track-audio-test-source.h TrackAudioTestSource: Move private variables to instance private 2011-01-08 22:32:53 +01:00
ges-track-audio-transition.c TrackAudioTransition: : Move private variables to instance private 2011-01-08 22:32:53 +01:00
ges-track-audio-transition.h TrackAudioTransition: : Move private variables to instance private 2011-01-08 22:32:53 +01:00
ges-track-filesource.c GESTrackObject: Hide more variables and provide accessors for them 2010-12-16 15:00:46 +01:00
ges-track-filesource.h docs: A round of updates 2010-12-08 15:36:55 +01:00
ges-track-image-source.c GESTrackObject: Add create_element vmethod 2010-12-10 12:26:44 +01:00
ges-track-image-source.h docs: A round of updates 2010-12-08 15:36:55 +01:00
ges-track-object.c TrackObject: Small cleanup 2011-01-10 15:10:01 +01:00
ges-track-object.h GESTrackObject: Subclass from GInitiallyUnowned 2010-12-20 12:03:48 +01:00
ges-track-operation.c GESTrackObject: Add create_element vmethod 2010-12-10 12:26:44 +01:00
ges-track-operation.h GESTrackObject: Add create_element vmethod 2010-12-10 12:26:44 +01:00
ges-track-source.c GESTrackObject: Add create_element vmethod 2010-12-10 12:26:44 +01:00
ges-track-source.h GESTrackObject: Add create_element vmethod 2010-12-10 12:26:44 +01:00
ges-track-text-overlay.c TimelineTextOverlay: Move private variables to instance private 2011-01-08 22:45:36 +01:00
ges-track-text-overlay.h TrackTextOverlay: Move private variables to instance private 2011-01-08 22:32:53 +01:00
ges-track-title-source.c TrackTitleSource: Move private variables to instance private 2011-01-06 12:04:53 +01:00
ges-track-title-source.h TrackTitleSource: Move private variables to instance private 2011-01-06 12:04:53 +01:00
ges-track-transition.c GESTrackObject: Add create_element vmethod 2010-12-10 12:26:44 +01:00
ges-track-transition.h GESTrackObject: Add create_element vmethod 2010-12-10 12:26:44 +01:00
ges-track-video-test-source.c TrackVideoTestSource: Move private data to instance private 2011-01-06 11:29:44 +01:00
ges-track-video-test-source.h TrackVideoTestSource: Move private data to instance private 2011-01-06 11:29:44 +01:00
ges-track-video-transition.c TrackVideoTransition: Move private variable to instance private 2011-01-06 11:21:51 +01:00
ges-track-video-transition.h TrackVideoTransition: Move private variable to instance private 2011-01-06 11:21:51 +01:00
ges-track.c GESTrackObject: Subclass from GInitiallyUnowned 2010-12-20 12:03:48 +01:00
ges-track.h Track: Mark as private the instance private structure 2011-01-10 11:12:55 +01:00
ges-types.h GESTransition: Make it a base class and add GESTimelineStandardTransition 2010-12-09 17:09:11 +01:00
ges-utils.c utils: Document timeline_new_audio_video 2010-07-09 13:21:16 +02:00
ges-utils.h ges/ges-utils.h: C90 fixes 2010-06-09 17:13:07 +02:00
ges.c GESTransition: Make it a base class and add GESTimelineStandardTransition 2010-12-09 17:09:11 +01:00
ges.h GESTransition: Make it a base class and add GESTimelineStandardTransition 2010-12-09 17:09:11 +01:00
gesmarshal.list add object-moved signal to simple timeline layer 2010-09-02 18:08:43 +02:00
Makefile.am gobject-introspection: fix g-i build for uninstalled setup 2011-01-08 01:36:13 +00:00