platform/upstream/gstreamer.git
2001-08-22 Erik WalthinsenUpdated the event system to use event,timestamp,data...
2001-08-22 Erik Walthinsenadded timecache testing code
2001-08-22 Erik Walthinsenadded the FUNC accessors and moved _append proto
2001-08-22 Wim TaymansRemoved a bunch of double #defines
2001-08-22 Erik Walthinsenadded more properties, added a 'touch' feature
2001-08-22 Steve Bakeradded some shims for GValue get/set (compiles but not...
2001-08-22 Steve Bakeradded #include <string.h>
2001-08-22 Thomas Vander... added GST_BUFFER_FREE_FUNC since it didn't seem to...
2001-08-22 Erik Walthinsenadded new gstfilesrc to replace disksrc eventually
2001-08-21 Wim TaymansLots of modifications to the plugin system.
2001-08-21 Erik Walthinsenadded more INFO lines to elementfactory_make to make...
2001-08-16 Wim TaymansFixed an endianness bug in the debug message.
2001-08-16 Wim TaymansMore endianness fixes.
2001-08-16 David I. LehnRemove attempt to generate swig Makefiles.
2001-08-16 Bastien Nocera- added a ChangeLog generated with cvs2cl, easier to...
2001-08-15 Arik DevensAdded hacky check to make sure we have video to fullscr...
2001-08-15 Arik DevensAdded a bunch of new stuff including better fullscreen...
2001-08-14 Thomas Vander... removed this from gstreamer core please check out the...
2001-08-14 Thomas Vander... changed this to work for gst-bind if anyone gets into...
2001-08-14 Jamie Gennissync gobject2gtk with paranormal
2001-08-13 Thomas Vander... You'll need this one as well
2001-08-13 Thomas Vander... first working version of helloworld in perl no eos...
2001-08-13 Erik Walthinsenadded first pass at the GstTimeCache
2001-08-13 Erik Walthinsenmessy hack to make sure libgst.la builds properly ...
2001-08-13 Steve Bakersync with the current CVS glib API
2001-08-13 Erik WalthinsenAdded libgst.la to the global LDFLAGS, so all plugins...
2001-08-13 Thomas Vander... small test script
2001-08-13 Thomas Vander... added info trace as well
2001-08-13 Thomas Vander... added temporary bootstrap script before integrating...
2001-08-13 Thomas Vander... added swig/Makefile.PL
2001-08-13 Thomas Vander... wrap up some necessary gstreamer functions in functions...
2001-08-13 Thomas Vander... taking a first stab at swigging gstreamer for perl
2001-08-12 Steve Bakeradded more exes
2001-08-12 Steve Bakerdoc update
2001-08-11 Erik Walthinsenfixed stupid bug in buffer_span()
2001-08-11 Erik Walthinsen- changed timestamps to gint64 (*signed* 64-bit)
2001-08-10 Wim Taymansmmap returns MAP_FAILED in case of an error, also do...
2001-08-10 Wim TaymansAdded some test apps by Zeenix.
2001-08-10 Wim TaymansFixes to various plugins.
2001-08-10 Wim TaymansRemoved the old eos and qos functions.
2001-08-10 Steve Bakeradded an exe
2001-08-10 Steve Bakerhide new tests
2001-08-07 Thomas Vander... removed libs/colorscpace again
2001-08-07 Thomas Vander... do FLAC lib check against main function
2001-08-07 Thomas Vander... changed HAVE_FLAC to HAVE_FLACLIB
2001-08-07 Thomas Vander... added a few dnl'd AC_CONDITIONAL's to show a bug for...
2001-08-06 Wim TaymansFixed the padtemplate definition.
2001-08-06 Erik Walthinsenadded gstevent.h
2001-08-06 Erik WalthinsenInitial code for the event system.
2001-08-06 Wim TaymansAdded a missing UNLOCK macro.
2001-08-06 Christian Schaller- Change from == to = since == only works with GNU...
2001-08-03 Erik Walthinsenmoved the object-model headers back to _HDR where they...
2001-08-02 Bastien Nocera- revert location of gstreamer.pc
2001-08-02 Bastien Nocera- install gstreamer.pc to the right place under $(prefi...
2001-07-31 Wim TaymansAdded a missing state change switch.
2001-07-30 Wim TaymansChanges pcbuilddir to pc_top_builddir
2001-07-27 Wim TaymansAdded a simple thread state change app.
2001-07-27 Steve Bakercompile fix for glib2
2001-07-27 Steve Bakercompile fix when atomic refcounting is not available
2001-07-25 Wim TaymansAdded signal output and object hierarchy output.
2001-07-25 Wim TaymansAdded shims for signal introspections and g_type_parent
2001-07-25 Andy WingoFixed issue where AC_CHECK_LIB was polluting LIBS with...
2001-07-24 Christian Schaller- Put README contents into man page and fixed the Groff...
2001-07-23 Wim TaymansReverted to the old g_idle loop. too many problems...
2001-07-20 David I. LehnSome basic deb building rules
2001-07-20 David I. Lehncosmetic stuff, -O3 does inline-functions
2001-07-20 Wim TaymansRemoved some stuff from the makefile until it stopped...
2001-07-20 David I. Lehnremove Gtk classes from Gst hierarchy
2001-07-20 David I. Lehnnot used anymore
2001-07-20 David I. LehnUpdate to Debian packaging files to 0.2.1-2
2001-07-18 Richard BoultonSort out some remaining bits of fwg which weren't valid...
2001-07-18 Richard BoultonFix incorrectly matched tags, as found by xsltproc...
2001-07-18 Richard BoultonAdd instructions for getting docbook-gnome-bin debian...
2001-07-18 Wim TaymansMake sure the autoplugger doesn't try to connect elemen...
2001-07-17 Wim TaymansAdded what I think should be the basic steps for writin...
2001-07-16 Wim TaymansAdded missing pad_select prototypes/defs.
2001-07-16 Richard BoultonChange tests/muxer/Makefile to tests/muxing/Makefile...
2001-07-15 Wim TaymansChanged the main loop to while (iterate(bin))
2001-07-15 Wim TaymansProperly set the eos flag when no elements can be sched...
2001-07-14 Thomas Vander... added muxer Makefile
2001-07-11 Wim TaymansAdded prototypes for gst_pad_peek, gst_pad_select and...
2001-07-11 Wim TaymansAdded a muxing test case.
2001-07-11 Wim TaymansAdded a g_assert when a filled bufpen is overwritten.
2001-07-11 Wim TaymansSome cleanups in output of various test plugins.
2001-07-11 Wim TaymansAdded request pads to fakesink.
2001-07-11 Wim TaymansAdded DEBUG_FUNCPTR to most plugins.
2001-07-11 Wim TaymansPrint out the request pad function.
2001-07-11 Wim TaymansSome code cleanups.
2001-07-11 Andy Wingoto element classes without using an elementfactory.
2001-07-11 Wim TaymansRemoved the remaining bits of MetaData.
2001-07-11 Erik Walthinsenadded speed and volume to configure.base
2001-07-08 Wim TaymansAdded a vob to mpeg1 transcoder. note that this one...
2001-07-07 Wim TaymansAdded the init.sgml file to the makefile
2001-07-07 Wim TaymansMore blablah about how cool GStreamer really is..
2001-07-07 Wim TaymansAdded docs on library init.
2001-07-07 Wim TaymansLots of updates.
2001-07-07 Wim TaymansAdd sane arg checking.
2001-07-07 Wim TaymansAdded a parse_launch example.
2001-07-07 Wim TaymansUpdated the autoplug example.
2001-07-07 Wim TaymansSome updates to the manual, mostly glib2 related.
next