one more fix
[platform/upstream/gstreamer.git] / gst /
2001-12-04 wrobell- some fixes to int2float making automake 1.5 happy...
2001-11-24 Andy Wingoquoting from the comment i put in gststaticautoplug...
2001-11-24 Andy Wingofixed a double-unreffing problem when disposing of...
2001-11-23 Andy Wingocleaned up mangling of properties and names in ladspa...
2001-11-14 Wim TaymansCall the default handler of the pad
2001-11-14 Wim TaymansDirect events to the event handler for non event-ware...
2001-11-14 Wim TaymansMake the queue event aware and make it do something...
2001-11-14 Wim TaymansAdded a default handler for the pads.
2001-11-14 Wim TaymansAdded a flag to indicate an element is event aware.
2001-11-14 Wim TaymansRenamed a local var to better state what its purpose is.
2001-11-08 Erik Walthinsenprint the pre-operation refcount for ref and unref
2001-10-27 Erik Walthinsenadded taaz's threading patch, including queue events
2001-10-27 Steve Bakerreturn a negative error code instead of exiting on...
2001-10-25 Andy Wingofix glib2 warning
2001-10-24 David I. Lehnbasic statistics element
2001-10-24 David I. Lehnstop printing out readbytes
2001-10-24 Wim TaymansAdd gst_typefactory_get_list to get a list of registere...
2001-10-24 Wim TaymansDon't try to build the marshall stuff with the gtk...
2001-10-24 Wim TaymansReset the name to NULL.
2001-10-24 Wim TaymansAdded the name property
2001-10-24 Erik WalthinsenBUILT_SOURCES patch from vishnu
2001-10-23 Wim TaymansAplied the patches from vishnu to implement seeking...
2001-10-22 Wim TaymansAdded 64 bit support to filesrc and a gtk+ shim (mapped...
2001-10-22 Wim TaymansGSearchFunc seems to be glib1.2 only so it was replaced...
2001-10-21 Wim TaymansSome compiler warning removed.
2001-10-21 Wim TaymansAPI docs. revived _buffer_ref_by_count fast types for...
2001-10-21 Erik Walthinsenadded empty string for category 31, lest the coloration...
2001-10-20 Erik Walthinsenchanged names from guchar* to gchar*, which makes C...
2001-10-20 Erik Walthinsenmade C++ friendly
2001-10-20 Erik Walthinsenconvert g_string_printfa to g_string_append_printf...
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
next