Updates to make it compile against gtk1.2 again. mostly marshal stuff.
[platform/upstream/gstreamer.git] / gst /
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.
2001-07-27 Steve Bakercompile fix when atomic refcounting is not available
2001-07-25 Wim TaymansAdded shims for signal introspections and g_type_parent
2001-07-18 Wim TaymansMake sure the autoplugger doesn't try to connect elemen...
2001-07-16 Wim TaymansAdded missing pad_select prototypes/defs.
2001-07-15 Wim TaymansProperly set the eos flag when no elements can be sched...
2001-07-11 Wim TaymansAdded prototypes for gst_pad_peek, gst_pad_select and...
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 TaymansSome code cleanups.
2001-07-11 Andy Wingoto element classes without using an elementfactory.
2001-07-04 Trivial commit,... Added arg setting for UINT types.
2001-07-01 Steve Bakerreturn NULL from g2g_object_class_find_property if...
2001-06-30 Wim TaymansFix an endless loop at EOS.. this is a hack...
2001-06-29 Richard BoultonAllow elements to be given custom names with [] syntax...
2001-06-29 Richard BoultonPrefix for marshallers should be gst_marshal, rather...
2001-06-29 Richard BoultonEnsure that the marshaller code #includes glib-object...
2001-06-28 Richard BoultonEnsure that the gstmarshal.[ch] files are generated...
2001-06-28 Richard BoultonMake sure conditionally compiled files are added to...
2001-06-26 Wim TaymansRemoved the GST_CONFIG_DIR from config.h and made a...
2001-06-26 Richard BoultonConvert XMMS and LIBGHTTP checks to use GST_CHECK_FEATURE()
2001-06-26 Richard BoultonFix g2g_object_class_list_properties() so that num_prop...
2001-06-25 Wim TaymansRemoved the final bits of GstMeta.
2001-06-25 Richard BoultonAdd consts to appropriate parameters in debug and info...
2001-06-25 Erik Walthinsenadded gstmarshal.[ch] to .cvsignore, added gstmarshal...
2001-06-25 Erik Walthinsenadded some dirs to DIST_SUBDIRS, added a comment to...
2001-06-25 Erik Walthinsenremoved gstmarshal.[ch], added gstmarshal.list, and...
2001-06-25 Wim TaymansAdded configure checks to disable various major subsystems.
2001-06-25 Erik Walthinsengobject2gtk.h: added g2g_object_get_type() prototype...
2001-06-25 Wim TaymansAdded a missing #else
2001-06-25 Richard BoultonFix a warning; stuff following an #endif
2001-06-25 Erik WalthinsenReworked the arguments for DEBUG and INFO. Removed...
2001-06-25 Erik WalthinsenChanged all globally defined stub functions to use...
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-06-24 Erik Walthinseninitial pass at #ifdef'ing xml load/save BRANCH-GOBJECT1-200106241-ROOT GOBJECT1-200106241-FREEZE
2001-06-21 Steve Bakeradded ref counting to the buffer pool. also _destroy...
2001-06-20 Steve Bakerfixed operator precedence bug which caused 32 times...
2001-06-19 Wim TaymansChanged the bytes_written to a gint to avoid overflow...
2001-06-19 Erik Walthinsenchanged plugin-srcdir to plugin-builddir, which is...
2001-06-18 Richard BoultonSimplify properties which contain lists of integer...
2001-06-17 Steve Bakeradded _gst_buffer_pool_initialize
2001-06-17 Steve Bakeradded a default bufferpool factory function. it reuses...
2001-06-15 Wim TaymansChanged a stupid assert in request_pad.
2001-06-15 Steve Bakershould restore dynamic connection of pads (couldn't...
2001-06-13 Wim TaymansLoop in pullregion until the desired buffer has been...
2001-06-10 Steve Bakercan now take comma delimited list of pads. eg gstreamer...
2001-06-09 Steve Bakerstore src and sink pads in slists to get ready for...
2001-06-09 Steve Bakerif a named pad doesn't exist, try creating a new pad...
2001-06-07 David I. LehnAdded manpage BRANCH-GOBJECT1-ROOT RELEASE-0_2_0-CRITICALMASS
next