Next big merge.
[platform/upstream/gstreamer.git] / plugins / elements / gstqueue.c
2005-03-21 Wim TaymansNext big merge.
2005-03-08 Wim TaymansRemove threadsafe properties. Fix elements because...
2005-03-07 Wim TaymansFirst THREADED backport attempt, focusing on adding...
2005-02-08 Ronald S. Bultjegst/gstqueue.c: Release interrupt after handling (...
2005-01-31 Ronald S. Bultjegst/gstbin.c: Explicitely make an element release locks...
2005-01-08 Ronald S. BultjeAdd two new functions for filler events (which are...
2004-12-09 Ronald S. Bultjegst/gstqueue.c: Check for availability again.
2004-12-03 Wim Taymansgst/gstqueue.c: Reverted to 1.110 until this makes...
2004-11-29 Ronald S. Bultjegst/: Deprecate _type_is_fixed, use _value_is_fixed...
2004-11-24 Martin Sotogst/gstqueue.c (gst_queue_link_sink): Grab the lock...
2004-11-22 Martin Sotogst/gstqueue.c (gst_queue_init, gst_queue_link_sink)
2004-10-11 Ronald S. Bultjegst/gstqueue.c: Subtract current queue contents from...
2004-08-17 Benjamin Ottegst/: s/gst_pad_new/&_from_template/ register pad templ...
2004-07-09 Thomas Vander Sticheleclean up debugging. change to finalize to free all...
2004-07-07 Thomas Vander Sticheledebugging fixes
2004-06-11 Thomas Vander Sticheleuse ->length
2004-06-11 Thomas Vander Stichelefix queue event code
2004-06-06 Sebastien Cotefix copyright in header and typo in debugging category...
2004-05-11 Benjamin Ottegst/elements/gstfilesrc.c: compute mapsize correctly
2004-04-21 Benjamin Ottegst/gstcaps.c: check for ANY caps before appending...
2004-04-09 Benjamin Ottegst/: don't use memchunks for these objects, use malloc...
2004-03-15 Thomas Vander Sticheledon't mix tabs and spaces
2004-03-13 Thomas Vander Stichelegst-indent run on core
2004-03-12 Ronald S. Bultjegst/gstqueue.c: Reset default max. values in queues...
2004-02-15 Julien Mouttegst/gstbin.c: Fix a big bug that was breaking pipelines...
2004-02-09 Julien Mouttegst/gstdata.c: Adding a categorized debug on data_ref...
2004-01-31 Thomas Vander Stichelesuffix errors with period.
2004-01-29 Thomas Vander SticheleGST_ELEMENT_ERROR
2004-01-27 David Schleefgst/gstpad.*: Add new function to allow element to...
2004-01-26 David SchleefRevert accidental checkin and start over
2004-01-26 David SchleefOriginal commit message from CVS:
2004-01-18 Thomas Vander Stichelechanging error signal add error codes and domains
2004-01-15 David Schleefgst/gstqueue.*: Fix the spelling of "treshold" and...
2004-01-14 Benjamin Ottegst/gstqueue.c: query if buffers are inside the pool...
2004-01-11 David Schleefgst/: Change GstBuffer private structure element names...
2004-01-11 Benjamin Ottegst/gstqueue.c: Use better defaults for when a queue...
2004-01-01 David SchleefNegotiation fixes
2003-12-31 Ronald S. Bultjegst/gstqueue.c: use gst_pad_proxy_getcaps()
2003-12-31 David SchleefNegotiation fixes
2003-12-22 David SchleefMerge CAPS branch
2003-12-21 Ronald S. Bultjegst/gstqueue.c: implement timeout for sending events...
2003-12-14 Ronald S. BultjeFix a deadlock that happens if the next element sends...
2003-12-13 Ronald S. BultjeThis is either a rewrite or a large bugfix to the queue...
2003-12-13 Benjamin Otteremoved GST_*_CAST. Disabling of type checking is done...
2003-11-17 Benjamin Ottekeep pads active at all times (this is a workaround...
2003-10-31 Benjamin Otteupdate plugin initialization restructuring (see email...
2003-10-08 Andy Wingos/GstBuffer/GstData/ in the API where you can pass...
2003-09-16 Thomas Vander Stichelereverting error patches before making a branch. BRANCH-ERROR-ROOT
2003-09-14 Benjamin Otteimplement translatable error messages using gerror.
2003-06-29 Benjamin OtteGST_DEBUG reorganization containing loads of stuff:
2003-05-30 Ronald S. Bultjesee #108268 - kudos go to janzen@pixelmetrix.com
2003-04-17 Benjamin Otterelease lock before doing signal handling
2003-04-17 Colin WaltersRemove dummy signals, add full signal.
2003-04-15 Benjamin OtteOuch: gst_element_dispose does a state change to NULL...
2003-03-27 Benjamin Ottecleanup: remove writer/reader booleans, just signal...
2003-03-21 Benjamin Ottefix memory leaks and unlock a mutex earlier
2003-02-11 Wim TaymansFix bogus warning message
2003-02-10 Wim TaymansSmall cleanups and portability fixes for GUINT64
2003-01-23 Wim Taymans- Proxy the get_caps function slightly differently...
2003-01-15 Wim TaymansClean up state change
2003-01-12 Wim TaymansAvoid reads on freed memory (patch from vishnu)
2003-01-09 David I. Lehnmore connect -> link updates
2003-01-09 Thomas Vander Stichelecode cleanups and further deprecation fixes
2003-01-09 Thomas Vander Stichelefirst pass of connect->link gst-plugins and other stuff...
2003-01-08 Wim TaymansProvide intrastructure to not have to pass NULL buffers...
2002-12-21 Wim Taymans- queue can change state only when not connected
2002-11-01 David SchleefChange from pthreads to GThreads
2002-10-25 Wim TaymansA discont event should not flush the queue
2002-09-29 Andy Wingolicenses, ugg
2002-09-12 Wim Taymans- Make the return GList of gst_element_get_pad_list...
2002-07-24 Wim Taymans- More element API docs.
2002-07-08 Wim Taymans- Removed bufferpool code and move that to gstbuffer.c
2002-06-09 Wim TaymansWhan the buffer is filled, the buffer is kept and added...
2002-06-08 Wim TaymansRevert queue event forwarding, added comments what...
2002-06-08 Steve Bakerg_print bad
2002-06-08 Steve Bakerput upstream events in an async queue and resend them...
2002-06-05 Wim TaymansMake sure we interrupt the right scheduler on the right...
2002-06-03 Steve Bakeradd an optional timeout for when queue blocks. when...
2002-06-02 Wim TaymansDon't update state if the peer event failed
2002-06-02 Wim Taymansunlock the queue
2002-05-30 Wim TaymansCreated an overridable method for seeking on an element...
2002-05-26 Wim Taymans- The clock_wait now returns the difference between...
2002-05-01 Wim TaymansSmall cleanups
2002-04-20 Andy Wingoa hack to work around intltool's brokenness a current...
2002-04-03 Wim TaymansGST_DEBUG and _INFO should have no trailing \n
2002-03-30 Wim Taymans- Remove the propsprivate header file
2002-03-19 Andy Wingoremoval of //-style comments don't link plugins to...
2002-01-13 Wim TaymansLanded the new improved capsnegotiation system.
2002-01-11 Andy Wingosummary: fix xml in gstreamer 1) make clear distinction...
2001-12-31 Wim Taymansyes, it does return a gboolean.
2001-12-31 Thomas Vander Stichelecan someone fix this better than me and remove FIXME's ?
2001-12-29 Wim TaymansAnd remove some of the debugging crap
2001-12-29 Wim TaymansChanged to a GList as a GSList seems to have ..uhm...
2001-12-28 Wim Taymans- Removed deprecated buffer flags.
2001-12-27 Wim Taymans- Added a function to get the currently executing cothread
2001-12-24 Wim TaymansBetter, cleaner state management of the scheduler by...
2001-12-22 Wim TaymansThis is an attempt at not segfaulting on errors but...
2001-12-20 Wim Taymans- Reclaim cothread state even if the cothread was never...
2001-12-20 Wim Taymanscothread cleanup.
2001-12-18 Wim Taymans- Elements can now send events to their parent.
next