Get the API docs back in shape. This batch of patches contain the updates that don...
[platform/upstream/gstreamer.git] / gst /
2001-10-19 Wim TaymansRemoved old, bad bytestream code.
2001-10-17 Erik Walthinsenadded another madvise and wrapped them in #ifdef's...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-10-07 Steve Bakerremove dparams from core
2001-10-07 Steve Bakerremove ability to set dparams from -launch. this is...
2001-10-07 Steve Bakerremove extra debug info
2001-10-06 Steve Bakergstsinesrc is being moved into plugins/synthesis/sinesrc
2001-09-29 Steve Bakeralso need to ref the template in gst_pad_new_from_template
2001-09-29 Steve Bakershouldn't sink here. that is up to the pad's parent...
2001-09-29 Steve Bakerfactory needs a ref to the padtemplate so that the...
2001-09-28 Steve Bakerreenabled object destruction by renaming shutdown and...
2001-09-23 Thomas Vander Sticheleg_critical is a glib-2.0-ism, changed them to g_warning...
2001-09-22 Steve Bakercrashes that only happen when debugging is on aren...
2001-09-18 Joshua N. Pritikinglib 1.2 fix minor formatting improvements add gst_prin...
2001-09-17 Joshua N. Pritikinrevert detailed multi-line error report
2001-09-17 Joshua N. Pritikinadd temporary diagnostic code
2001-09-17 Joshua N. Pritikinfix warnings
2001-09-17 Steve Bakerinit the values when the state hits playing so that...
2001-09-17 Steve Bakersmooth dparam now does log smooths when it is a log...
2001-09-17 Joshua N. Pritikinlooks like cvs mangled something (?) -- try to repair
2001-09-16 Steve Bakervolume param now uses the direct instead of the callbac...
2001-09-16 Steve Bakerd'oh
2001-09-16 Steve Bakerall info to describe a dparam is now in the GstDParamSp...
2001-09-15 Steve Bakermake sure g2g_object_class_find_property returns NULL...
2001-09-15 Erik WalthinsenMove newbuf creation to the non-copyfunc case, since...
2001-09-14 Joshua N. Pritikin1. Add more warnings for the gst core only. Various...
2001-09-14 Joshua N. Pritikincomment out unsupressable debugging foo
2001-09-14 Joshua N. Pritikinfix glib2 build
2001-09-14 Joshua N. Pritikindoc fix
2001-09-14 Joshua N. PritikinNobody checks the return value of gst_pad_connect....
2001-09-14 Steve Bakergenerate real timestamps
2001-09-14 Steve Bakeradd gst_dparam_attach, add a new dparam which smooths...
2001-09-14 Steve Bakeruse gst_dparam_attach, check for boolean and timestamp...
2001-09-14 Steve Bakerno reason to lock
2001-09-14 Joshua N. Pritikinbe less strict
2001-09-14 Joshua N. Pritikinmake gst_thread_change_state more forgiving
2001-09-14 Joshua N. Pritikinturn assertion into nice error message
2001-09-13 Joshua N. Pritikinfix g_log_domain_gstreamer compile (again)
2001-09-13 Joshua N. Pritikinfix compile
2001-09-13 Joshua N. Pritikin1 fix duplicate #define of gst_marshal_VOID__OBJECT_POI...
2001-09-13 Joshua N. Pritikinbackport wtay's marshal fixes from the EVENT1 branch
2001-09-13 Joshua N. Pritikinfix memory leaks
2001-09-13 Joshua N. Pritikinadd assertion
2001-09-13 Joshua N. Pritikin1 avoid freeing statically allocated factory->details...
2001-09-12 Wim TaymansThis should make lots of things work again..
2001-09-12 Steve Bakeradded to -launch syntax: if an arg is prefixed with...
2001-09-12 Steve Bakerremove volume and freq args. update to reflect api...
2001-09-12 Steve Bakera bunch of changes including the beginnings of a direct...
2001-09-12 Steve Bakerrequire type in gst_dparam_new, add gst_dparam_set_valu...
2001-09-12 Steve Bakercorrect usage of gtk_arg_copy
2001-09-10 Wim TaymansUpdates to make it compile against gtk1.2 again. mostly... BRANCH-EVENTS1-ROOT
2001-09-10 Erik Walthinsenfixed a minor annoyance (maybe major flaw) with comment...
2001-09-10 Erik Walthinsengstinfo.[ch], cothreads.c: added initial support for...
2001-09-10 Joshua N. PritikinSync g_signal_new args with the marshaller (glib2 is...
2001-09-10 Joshua N. PritikinChange gtk_type_new -> g_object_new.
2001-09-10 Steve Bakerreplace GstDparamPoint struct with GValue** (actually...
2001-09-10 Steve Bakers/Dparam/DParam/ <taaz> i'll whine about an irrelevant...
2001-09-10 Steve Bakerdparams have arrived. see previous mail for an intro
2001-09-10 Steve Bakeradded GST_CAT_PARAMS
2001-09-08 Steve Bakeradded G_VALUE_HOLDS* macros
2001-09-05 Erik WalthinsenAdded HP-PA for the heck of it. Totally untested,...
2001-09-05 Erik Walthinsenand moved all the architecture- specific code out of...
2001-09-04 Erik Walthinsenadded docs for _span and _merge, set pool_private to...
2001-09-02 Andy WingoI think I finally have this configdir thing under contr...
2001-09-01 Jamie Gennisadded G_SQRT2 and other numeric constants to sync gobje...
2001-09-01 David I. Lehntypo fix
2001-08-31 Andy Wingoit's now mandatory to set the buffer_copy function...
2001-08-29 Bastien Nocera- ta ta ta, install gstevent.h, otherwise it doesn...
2001-08-29 Erik Walthinsenoops, another gtkism, changed GtkType to GType for...
2001-08-28 Steve Bakeradded g_value_copy to shim
2001-08-27 Andy Wingoremoved DONTFREE from default bufferpool implementation
2001-08-27 Andy WingoThe bufferpool api has changed. Check gstbufferpool...
2001-08-27 Andy Wingohopefully the last commit on libgst wrt bufferpools
2001-08-27 Andy Wingomore changes...
2001-08-27 Andy Wingofinished default bufferpool implementation (setting...
2001-08-27 Andy Wingobufferpool changes (next commit will update plugins)
2001-08-22 Erik WalthinsenUpdated the event system to use event,timestamp,data...
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 Sticheleadded 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-14 Jamie Gennissync gobject2gtk with paranormal
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-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 TaymansRemoved the old eos and qos functions.
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-03 Erik Walthinsenmoved the object-model headers back to _HDR where they...
2001-07-31 Wim TaymansAdded a missing state change switch.
next