fix stupid commit
[platform/upstream/gstreamer.git] / plugins /
2001-11-14 Wim TaymansMake the queue event aware and make it do something...
2001-10-27 Erik Walthinsenadded taaz's threading patch, including queue events
2001-10-24 David I. Lehnbasic statistics element
2001-10-24 David I. Lehnstop printing out readbytes
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-17 Erik Walthinsenadded another madvise and wrapped them in #ifdef's...
2001-10-17 Erik Walthinsenmerge from EVENTS1 on 20011016
2001-10-06 Steve Bakergstsinesrc is being moved into plugins/synthesis/sinesrc
2001-09-16 Steve Bakervolume param now uses the direct instead of the callbac...
2001-09-16 Steve Bakerall info to describe a dparam is now in the GstDParamSp...
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 Steve Bakergenerate real timestamps
2001-09-13 Joshua N. Pritikinadd assertion
2001-09-12 Steve Bakerremove volume and freq args. update to reflect api...
2001-09-10 Wim TaymansUpdates to make it compile against gtk1.2 again. mostly... BRANCH-EVENTS1-ROOT
2001-09-10 Erik Walthinsengstinfo.[ch], cothreads.c: added initial support for...
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-01 David I. Lehntypo fix
2001-08-29 Erik Walthinsenoops, another gtkism, changed GtkType to GType for...
2001-08-22 Erik WalthinsenUpdated the event system to use event,timestamp,data...
2001-08-22 Erik Walthinsenadded more properties, added a 'touch' feature
2001-08-22 Erik Walthinsenadded new gstfilesrc to replace disksrc eventually
2001-08-21 Wim TaymansLots of modifications to the plugin system.
2001-08-13 Steve Bakersync with the current CVS glib API
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 WalthinsenInitial code for the event system.
2001-07-11 Wim TaymansAdded prototypes for gst_pad_peek, gst_pad_select and...
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-06-30 Wim TaymansFix an endless loop at EOS.. this is a hack...
2001-06-26 Richard BoultonConvert XMMS and LIBGHTTP checks to use GST_CHECK_FEATURE()
2001-06-25 Erik WalthinsenMerged from GOBJECT1 to HEAD at 200106241 GOBJECT1-200106241
2001-06-19 Wim TaymansChanged the bytes_written to a gint to avoid overflow...
2001-06-15 Wim TaymansChanged a stupid assert in request_pad.
2001-06-01 Wim TaymansFixed some warnings.
2001-06-01 Thomas Vander Stichelecoded small bit in to allow changing of output location
2001-05-27 Erik WalthinsenAdded some caps != NULL checks.
2001-05-26 Wim Taymansdon't link against libgst.la because it seems to fail...
2001-05-25 Wim TaymansAdded GST_LIBS to LIBADD.
2001-05-25 Erik WalthinsenMerged from INCSCHED on 200505251!!! INCSCHED1-200105251
2001-05-23 David I. LehnUpdate some signal func vars.
2001-05-22 Bastien Nocera- it is now possible to change the opened file when...
2001-05-20 Wim TaymansMade pipefilter a DECOUPLED element.
2001-05-10 David I. LehnPass buffer in handoff signal
2001-05-09 David I. LehnAdded "silent" arg.
2001-04-28 Steve Bakerupdate sinesrc to latest caps
2001-04-28 Steve Bakeradd factory init for sinesrc
2001-04-23 Erik WalthinsenCollection of minor changes: autogen.sh - remove config...
2001-04-22 Wim TaymansAPI docs updates.
2001-04-22 Richard BoultonMerged from BRANCH-PLUGINVER1 PLUGINVER1-20010422
2001-04-20 Wim TaymansAdded caps proxying and bufferpool passing to identity... BRANCH-PLUGINVER1-ROOT
2001-04-20 Thomas Vander Sticheleupdate to take new gstdisksink element into account
2001-04-20 Thomas Vander Stichelefirst stab at a disk sink element no optimization,...
2001-04-17 Erik Walthinsenfinished change to GST_ macros
2001-04-16 Wim TaymansAdded 1337 macros to create padtemplates and capstemplates.
2001-04-16 Wim TaymansAdded an arg to fakesink so that it doesn't printf.
2001-04-14 Wim TaymansA rather large patch:
2001-04-12 Wim TaymansLots of updates to the plugins for caps negotiation.
2001-03-24 Wim TaymansModified a lot of plugins to use the caps system.
2001-03-20 Wim TaymansMore work on capsnego proxying. It should be OK now.
2001-03-18 Wim TaymansMore work on capsnego, mostly proxying
2001-03-18 Wim TaymansReworked the capsnegotiation function audiosink now...
2001-03-12 Wim TaymansMerged the CAPSNEGO1 branch..
2001-03-11 Wim TaymansApplied the sinesrc patch from Steve Baker.
2001-03-07 Wim TaymansMerged the AUTOPLUG2 branch
2001-02-21 David I. LehnRemove alias for asyncdisksrc backwards compatability.
2001-02-21 David I. LehnFixed typo in element details.
2001-02-21 David I. LehnAdded parameter checking to gst_queue_get().
2001-02-05 Erik WalthinsenReworked getregion/pullregion stuff. Region is now...
2001-02-04 Erik Walthinsenmoved asyncdisksrc to disksrc, no point in having a...
2001-01-29 Wim TaymansThis is a megapatch with the following changes:
2001-01-21 Wim TaymansDocs updates
2001-01-21 Sepp Wijnandsthe 'OSS hangs when opening the device when in use...
2001-01-20 Wim TaymansMore EOS changes.
2001-01-20 Wim TaymansMake sure the loopfunction ends when an element goes...
2001-01-19 Wim TaymansAnd here they are....
2001-01-19 Wim TaymansMoved queue and typefind elements to the core since...
2001-01-18 Wim TaymansAdded mthodes to request an element to create pads...
2001-01-14 Erik WalthinsenMassive build fixup. Will send message to -devel list...
2001-01-14 Wim TaymansAdded an extra signal_cond to queue to make sure that...
2001-01-07 Wim TaymansGreatly simplyfied queue locking by only using the...
2001-01-07 Wim TaymansAdded sleep time to identity
2001-01-06 Wim TaymansRearranged the mutex locking, still have to think about...
2001-01-06 Wim TaymansUpdated the manual and the docs.
2001-01-04 Erik WalthinsenRearranged cothreads sources a bit, added some API...
2001-01-03 Richard BoultonVarious small fixes.
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 TaymansFixes for gsteditor/gstplay install/build fixed typo...
2001-01-01 Erik WalthinsenMega update of INFO, DEBUG, and ERROR subsystems, renam...
2001-01-01 Erik WalthinsenCleaned up INFO system some more, added API to select...
2000-12-31 Wim TaymansFix some compile warnings
next