platform/upstream/gstreamer.git
2001-01-11 Erik Walthinsenadded all of my un-committed random doc files, as backu...
2001-01-11 Erik Walthinsenupdated spec file to create -devel package too RELEASE-0_1_0-SLIPSTREAM
2001-01-11 Erik Walthinsenremoved some spare newlines
2001-01-10 Erik Walthinsenupdated -launch examples
2001-01-10 Erik Walthinsenminor docs fix
2001-01-09 Wim TaymansAdded --with-win32-libdir to configure
2001-01-09 Erik Walthinsenset up to use config option for win32 dll dir
2001-01-09 Erik Walthinsenadded config option for win32 dll and re-enabled static...
2001-01-09 Erik Walthinsenlatest irc insanity
2001-01-09 Wim TaymansAdded /usr/lib/win32/ windows libraries in the REQUIREMENTS
2001-01-09 Erik Walthinsenadded unlink() of registry file, and moved info enable up
2001-01-09 Erik Walthinsentypo fix
2001-01-09 Erik Walthinsenadded HAVE_GNOME to acconfig.h and added debugging...
2001-01-09 Erik Walthinsenvarious changes, including making -launch use the libra...
2001-01-09 Erik Walthinsenfixed a leak
2001-01-08 Richard Boultoncvsignore gstreamer-scan{,.c}
2001-01-08 Richard BoultonMove plugin example code to new location, and put it...
2001-01-08 Wim TaymansManual updates. fixes to gstxml.c gst_xml_get_element...
2001-01-08 Richard BoultonCorrect typo in comment, and make another comment more...
2001-01-08 Richard BoultonDisplay what the type of an element is, as the first...
2001-01-08 Erik Walthinsenadded another, um, exchange
2001-01-08 Richard BoultonFix typo in error message.
2001-01-08 Richard BoultonAdd a "quotes" section to the gstreamer manual.
2001-01-08 Richard BoultonRemove text version of headings for fwg. This is now...
2001-01-08 Richard BoultonRenamed the filter writers guide to plugin writers...
2001-01-07 Wim TaymansAdded a sample tescase file
2001-01-07 Wim TaymansAdded iterations
2001-01-07 Wim TaymansAdded a plan for regression test plan definitions
2001-01-07 Wim TaymansHandle the tee element like bin, thread, pipeline,...
2001-01-07 Wim TaymansMade sure -g is not used when no --enable-debug
2001-01-07 Richard BoultonFix typos in save_regsitry()
2001-01-07 Richard BoultonFolling wtays suggestion, I was going to start using...
2001-01-07 Richard BoultonSlight tweak: now I just need to send the modified...
2001-01-07 Richard BoultonNew macro for testing for ALSA libraries.
2001-01-07 Richard Boultongstreamer-register will now never cause the
2001-01-07 Wim TaymansGreatly simplyfied queue locking by only using the...
2001-01-07 Richard BoultonDon't add -lasound etc to LIBS if ALSA turns out not...
2001-01-07 Richard BoultonAdd an acinclude containing AM_PATH_ALSA, so wtay can...
2001-01-07 Richard BoultonAdd tests for -L png and -L eps arguments to fig2dev.
2001-01-07 Erik Walthinsenadded check for libasound, and fixed check for cdparanoia
2001-01-07 Erik Walthinsenmore leak fixes
2001-01-07 Richard BoultonCheck plugin repository up-to-dateness by scanning...
2001-01-07 Richard BoultonTest xmlSaveFile return value correctly (had to get...
2001-01-07 Richard BoultonFix tiny slip which made configdir still always be...
2001-01-07 Richard BoultonConfig directory (which currently just holds the regist...
2001-01-07 Richard BoultonAlmost completely rewritten gstreamer-register.
2001-01-07 Erik Walthinsenremoved a leak
2001-01-07 Erik Walthinsenturned -launch capabilities into gst_parse_launch()
2001-01-07 Wim TaymansAdded sleep time to identity
2001-01-07 Erik Walthinsenfixed a bug with NULL args, but need to fix the parser...
2001-01-07 Wim TaymansAdded a deadlock case for the queue
2001-01-07 Richard BoultonMore updates: now have headings for the second section...
2001-01-07 Richard BoultonWrote introduction, and changed name to plugin writers...
2001-01-06 Erik WalthinsenCleaned up the docs a bit.
2001-01-06 Wim TaymansRearranged the mutex locking, still have to think about...
2001-01-06 Wim TaymansAdded a mutex around the mem_chunck alloc routines
2001-01-06 Wim TaymansAdded/updated .cvsignore
2001-01-06 Wim TaymansFixed the MPEG2 to MPEG1 recoder, we need cannot create...
2001-01-06 Erik Walthinsenremoved xing and added AM_CONDITIONAL for HAVE_GNOME
2001-01-06 Erik Walthinsenadded --enable-debug to autogen.sh, duh...
2001-01-06 Wim TaymansUpdated the manual and the docs.
2001-01-05 Wim TaymansDocs updates
2001-01-05 Erik Walthinsenfixed missing comment noticed by David Lehn
2001-01-04 Wim TaymansUpdates and additions to the manual
2001-01-04 Erik Walthinsenupdated API docs
2001-01-04 Erik Walthinsenfixed problems with -launch
2001-01-04 Wim TaymansFixed mp3play
2001-01-04 Wim TaymansAdded printout of the capabilities of the pads
2001-01-04 Wim TaymansAdded enum values with default removed debugging -g...
2001-01-04 Richard BoultonUndo accidental commit of debugging version.
2001-01-04 Richard BoultonReplace Wim's fix after Erik dropped it. ;-)
2001-01-04 Erik WalthinsenRearranged cothreads sources a bit, added some API...
2001-01-04 Erik WalthinsenUpdated -inspect to list elements and plugin info too
2001-01-04 Wim TaymansA little fix for parameter parsing
2001-01-04 Richard BoultonUpdated to supply argument as "name=value" rather than...
2001-01-04 Richard BoultonAdded partial fix so that arguments can be set.
2001-01-03 Wim TaymansMake sure the plugin is loaded only once
2001-01-03 Richard BoultonDo gst_init first, so we can supply debugging options...
2001-01-03 Wim TaymansAdded the previous changes back in
2001-01-03 Erik Walthinsendebug updates and a padtemplate counter added
2001-01-03 Erik WalthinsenMade gst_pad_eos_func a non-static function
2001-01-03 Wim TaymansMade the GstProps a GList instead of a GSList
2001-01-03 Wim TaymansAdded proper comment for the bonobo component fix a...
2001-01-03 Richard BoultonDo gst_init first in helloworld, so you can supply...
2001-01-03 Richard BoultonVarious small fixes.
2001-01-03 Richard BoultonAdded auto detection of libesd.
2001-01-03 Erik WalthinsenUpdates, it prints a lot more stuff now, like padtempla...
2001-01-03 Erik WalthinsenUpdates to -launch, added -inspect.
2001-01-02 Richard BoultonDon't delete CVS directories from working directory...
2001-01-02 Wim TaymansDatafiles in share should go in to RPM too
2001-01-02 Wim TaymansThe examples must not be installed
2001-01-02 Wim TaymansRemove esdsink from the docs more fixes for symbols...
2001-01-02 Richard BoultonRemove gstesdsink
2001-01-02 Richard BoultonAdd dist-hook to stop CVS/ directories being put into...
2001-01-02 Richard BoultonAdd GST_HTTPSRC_GET_TYPE back into configure.in: docume...
2001-01-02 Richard BoultonCorrect ftp urls for libtool.
2001-01-02 Wim TaymansFixed a typo
2001-01-02 Wim TaymansAdded a check for libjpeg
2001-01-02 Erik WalthinsenMassive, massive update of most source files. I went...
2001-01-02 Wim Taymansooops, eos is a dir
next