platform/upstream/gstreamer.git
2001-06-07 Andrew MitchellCredited 'ALSA plugins' to Thomas Nydberg in AUTHORS
2001-06-07 David I. Lehnlatest plugins updates
2001-06-07 Arik Devensdissabled full-screen for the time being till i have...
2001-06-07 Erik Walthinsenadded --gst-mask to the man pages
2001-06-06 David I. LehnAdded new plugin packages and synced up to a late pre2...
2001-06-06 David I. LehnAdded configure.{ac,in} to .cvsignore since they are...
2001-06-06 David I. LehnAdded .o and .lo to clean-local target
2001-06-06 Wim TaymansRemoved a warning.
2001-06-06 Wim TaymansSome minor docs updates.
2001-06-06 Wim TaymansAdded the lav encoder Makefile.am
2001-06-06 Wim TaymansChanged the maxcothreads to 16. connect to the new_ghos...
2001-06-06 Thomas Vander... added cutter plugin to config stuff
2001-06-06 Thomas Vander... added Makefile generation for gstaudio library
2001-06-06 Thomas Vander... first try at a general gstreamer audio library with...
2001-06-06 Richard BoultonAdd an important quote from Omega.
2001-06-05 Wim TaymansSomewhat improve the layout of args in inspect.
2001-06-05 Richard BoultonRevert accidentally applied changes.
2001-06-05 Richard BoultonFIx memleak in save-thyself introduced by changing...
2001-06-05 Richard BoultonSimple fix to stop gstreamer-compprep crashing when...
2001-06-04 Wim TaymansFixed the xid stuff and some cleanups.
2001-06-04 Wim TaymansUse the STACKSIZE and number of cothreads to calculate...
2001-06-04 Thomas Vander... added an eos handler so that gstreamer-launch quits...
2001-06-04 Wim TaymansPrint out the default values.
2001-06-04 Richard BoultonNasty hack enabling docs/gst/ to build with unpatched...
2001-06-04 Richard BoultonReplace NO_X conditional compilation with testing wheth...
2001-06-04 Richard BoultonDon't ever run if we know automake isn't patched: peopl...
2001-06-03 Wim TaymansMore info about the other tools.
2001-06-03 Richard BoultonAdd man page for gstreamer-complete
2001-06-03 Wim TaymansDocs updates
2001-06-03 Wim Taymansoptionally call gtk_type_init() instead of gtk_init...
2001-06-03 Wim Taymanssmall changes
2001-06-03 Wim TaymansRemoved the components dir from since it doesn't work...
2001-06-03 Wim TaymansMore small updates.:
2001-06-03 Wim TaymansAdded first desciption of the changes for 0.2.0
2001-06-03 Wim TaymansFind the seeking properties in GstBin objects too.
2001-06-03 Wim TaymansSet the caps on a proxied pad when the pad is not conne...
2001-06-02 Richard BoultonFix arts check, with artsc-config hackery.
2001-06-02 Erik Walthinsenadded check to make sure there's a pipeline desc before...
2001-06-02 Wim TaymansAdded the avi makefiles.
2001-06-02 Richard BoultonClarify the messages about the patched automake one...
2001-06-02 Wim TaymansFixed the helloworld example by using a pipeline as...
2001-06-02 Andrew MitchellLet's just say I have a better understanding of autocon...
2001-06-02 Andrew MitchellAutomake is picky about white space...
2001-06-02 Andrew MitchellAdded options --disable-tests and --disable-examples...
2001-06-02 Wim TaymansCopy the padtemplate to the ghostpad.
2001-06-02 Richard BoultonFix gsm to check for "gsm.h" as well as "gsm/gsm.h".
2001-06-02 Christian SchallerDoh, forgot to update the Changelog inside the SPEC...
2001-06-02 Christian SchallerSmall fix to group statement for GStreamer
2001-06-02 Richard BoultonOops: fixed SDL header check: put flags in CPPFLAGS...
2001-06-02 Richard BoultonImprove SDL check: use correct CFLAGS when searching...
2001-06-01 Thomas Vander... ok, this works now
2001-06-01 Thomas Vander... test for disconnect and reconnect of elements
2001-06-01 Christian Schaller- First batch of upgrades to the SPEC file, this one...
2001-06-01 Wim TaymansAdded a better SDL_createYUVOverlay check.
2001-06-01 Wim TaymansFixed some warnings.
2001-06-01 Wim TaymansFixed a couple of compiler warnings.
2001-06-01 Wim TaymansFixed some compile warnings.
2001-06-01 Bastien Nocera- added url to openquicktime
2001-06-01 Bastien Nocera- added some more urls
2001-06-01 Wim TaymansPrint out a warning when the colorspace plugin is not...
2001-06-01 Christian SchallerA few URL additions to the REQUIREMENTS file
2001-06-01 Wim TaymansSlightly changed the README, we are not really tied...
2001-06-01 Thomas Vander... coded small bit in to allow changing of output location
2001-06-01 Richard BoultonAdd a note about gstreamer-complete
2001-06-01 Richard BoultonMore tidyup to SDL check.
2001-06-01 Richard BoultonFix SDL check
2001-05-31 Bastien Nocera- added urls to the required libs, with a lot of added...
2001-05-31 Richard BoultonAdd comments to many (but not all :( ) AC_DEFINES in...
2001-05-31 Wim TaymansRemoved the thread test so make distcheck works.
2001-05-31 Wim TaymansAdded the mem.h file in noinst_HEADERS.
2001-05-31 Richard BoultonFix a couple of formatting errors in idiottest, and...
2001-05-31 Richard BoultonAbstract the plugin-srcdir installation idiottest into...
2001-05-31 Wim TaymansAdded gstaudio.h to noinst_HEADERS.
2001-05-31 Richard BoultonAdd rules to ensure that the libgst.la and libgstelemen...
2001-05-31 Richard BoultonAdd AS and ASFLAGS to configure.base, fixing the build...
2001-05-30 Thomas Vander... header file for standard audio stuff for plugins
2001-05-30 Erik Walthinsenadded no-alsa warning and made 0.9 check conditional...
2001-05-30 Wim TaymansFixed a bug so that gst_props_new (NULL) == NULL
2001-05-30 Erik Walthinsenstupid mistake, I put != instead of == in the g_return_if's
2001-05-30 Erik Walthinsenadded sanity checks to make sure _push and _pull don...
2001-05-30 Richard BoultonAutomatically generate a patched automake if needed...
2001-05-30 Richard BoultonAdd configure.base and autogen.sh to distributions.
2001-05-30 Richard Boultoncreate a configure.base file, containing the contents...
2001-05-30 Richard BoultonMore small changes to bring the two scripts closer...
2001-05-30 Richard BoultonDeal more gracefully with being either unable to check...
2001-05-29 Richard BoultonAdd checks for appropriate versions of automake.
2001-05-29 Richard BoultonAdd idiot test to stop the installing of versions with...
2001-05-29 Richard BoultonFix differences between configure.in and configure...
2001-05-29 Richard BoultonUpdate Makefile.am.future - a replacement for Makefile...
2001-05-29 Richard BoultonSimplify alsa checking: we can use the standard AM_PATH...
2001-05-28 Erik Walthinsenfixed #define line continuation in gstsparc.h
2001-05-28 Wim TaymansAdded a check for gsm/gsm.h
2001-05-28 Erik Walthinsenchanged debug so it always prints pid and cid in color
2001-05-28 Wim TaymansRemoved the -pre0
2001-05-28 Wim TaymansAdded the refcounting to the output targets.
2001-05-28 Wim TaymansAdded a check for libgsm
2001-05-28 Wim TaymansUpdated to match configure.in
2001-05-28 Wim TaymansThe configure file for autoconf 2.50
2001-05-28 Erik Walthinsenadded blank file to keep autoconf happy, fill it in...
2001-05-28 Erik Walthinsenattempt at a fixed alsa check to guarantee 0.5.x
next