Merge branch 'master' into 0.11
[platform/upstream/gstreamer.git] / plugins / elements / gstmultiqueue.c
2011-05-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-05-16 Sebastian Drögeelements: Update for negotiation related API changes
2011-05-16 Wim TaymansRework GstSegment handling
2011-05-14 Tim-Philipp Müllerdocs: fix up some Since markers and update for new...
2011-05-14 Sebastian Drögemultiqueue: Add mode to synchronize deactivated/not...
2011-05-10 Mark Nauwelaertsmultiqueue: ensure thread safety when adding a pad
2011-05-10 Wim Taymansquery: allow _make_writable on query handlers
2011-05-10 Wim Taymanselement: use request_new_pad_full as the default
2011-05-09 Wim Taymanssegment: remove _full version
2011-05-08 Wim TaymansMerge branch 'master' into 0.11
2011-05-06 Wim Taymanspad: avoid using the old GST_PAD_CAPS
2011-05-05 Sebastian Drögeelements: Update everything for the new GstIterator API
2011-05-05 Wim TaymansRevert "context: use context on buffers instead of...
2011-05-05 Sebastian DrögeMerge branch 'master' into 0.11
2011-05-04 Wim Taymanscontext: use context on buffers instead of caps
2011-05-03 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-29 Wim TaymansRemove pad_alloc, this can now be done better
2011-04-25 Wim TaymansMerge branch 'master' into 0.11
2011-04-19 Wim TaymansMerge branch 'master' into 0.11
2011-04-19 Wim TaymansMerge branch 'master' into 0.11
2011-04-19 Sebastian Drögeelements: Use G_DEFINE_TYPE instead of GST_BOILERPLATE
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-16 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-14 Sebastian Drögemultiqueue: Don't leak the sinkpad name
2011-04-11 Wim TaymansMerge branch 'master' into 0.11
2011-04-08 Sebastian Drögemultiqueue: Add another check for the flushing flag...
2011-04-07 Wim TaymansMerge branch 'master' into 0.11
2011-04-06 Sebastian DrögeMerge branch 'master' into 0.11
2011-04-04 Wim TaymansMerge branch 'master' into 0.11
2011-04-01 Wim TaymansMerge branch 'master' into 0.11
2011-03-31 Wim TaymansMerge branch 'master' into 0.11
2011-03-30 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-30 Sebastian Drögemultiqueue: Make assignment of queue IDs and pad names...
2011-03-30 Andreas Frischmultiqueue: Set the single queue ID to the ID of the...
2011-03-29 Fraxinasmultiqueue: Fix arbitrary sink + source pad naming
2011-03-28 Wim TaymansMerge branch 'master' into 0.11-fdo
2011-03-28 Wim Taymansmemory: port code to new buffer data API
2011-03-22 Sebastian Drögemultiqueue: Don't leak objects when flushing after...
2011-03-21 Sebastian Drögemultiqueue: Increment unique item counter with atomic...
2011-03-21 Sebastian Drögemultiqueue: Unblock all waiting pads when shutting...
2011-03-21 Sebastian Drögemultiqueue: Remove unused variable
2011-03-21 Sebastian Drögemultiqueue: Exit loop function if the pad is flushing
2010-12-03 Mark Nauwelaertsmultiqueue: return upon input when already eos
2010-10-27 Jan Schmidtmultiqueue: Fix tracking of unlinked streams.
2010-10-08 Edward Herveymultiqueue: Remove unused variable and simplify code
2010-08-27 Sebastian Drögemultiqueue: Don't do an infinite loop in the loop function
2010-08-27 Sebastian Drögemultiqueue: Flush the data queue if downstream return...
2010-08-27 Sebastian Drögeelements: Stop using GST_FLOW_IS_FATAL()
2010-06-29 Wim Taymansmultiqueue: implement acceptcaps function
2010-02-09 Edward Herveymultiqueue: Don't stop threads on UNEXPECTED and forwar...
2010-02-09 Edward HerveyRevert "multiqueue: handle UNEXPECTED flowreturn better"
2010-01-26 Wim Taymansmultiqueue: handle UNEXPECTED flowreturn better
2010-01-20 Tim-Philipp Müllerdocs: minor gtk-doc markup fixes
2009-12-30 Mark Nauwelaertsmultiqueue: set iterate_interal_links function on sourc...
2009-10-28 Tim-Philipp MüllerRemove GST_DEBUG_FUNCPTR where they're pointless
2009-10-27 Wim Taymansmultiqueue: buffering is implemented now
2009-10-27 Wim Taymansmultiqueue: make sure percent increases
2009-10-27 Wim Taymansmultiqueue: refactor buffering code
2009-10-27 Wim Taymansmultiqueue: add buffering support
2009-10-27 Wim Taymansmultiqueue: don't check visible items in buffering
2009-10-27 Wim Taymansmultiqueue: hook up low/high percent
2009-10-27 Wim Taymansmultiqueue: hook up property for buffering
2009-10-27 Wim Taymansmultiqueue: small cleanups
2009-10-27 Wim Taymansmultiqueue: add FIXME for wrong code
2009-10-27 Wim Taymansmultiqueue: fix debug output
2009-10-27 Wim Taymansmultiqueue: avoid shadowing function argument
2009-10-27 Wim Taymansmultiqueue: make queue arg explicit
2009-10-27 Wim Taymansmultiqueue: fix properties
2009-10-21 Wim Taymansmultiqueue: avoid lock for taking the counter
2009-10-08 Stefan Kostmultiqueue: split gst_multi_queue_item_new
2009-10-07 Mark Nauwelaertsmultiqueue: flush queue upon fatal flowreturn and relea...
2009-10-07 Edward Herveyplugins/multiqueue: Avoid instance check
2009-10-07 Edward Herveyplugins/multiqueue: Cache input/output time, avoid...
2009-10-07 Edward Herveyplugins/multiqueue: Use new GstDataQueue constructor
2009-10-07 Edward Herveyplugins/multiqueue: Use cached value instead of expensi...
2009-10-07 Sebastian Drögemultiqueue: Improve iterate internal links function
2009-10-06 Tim-Philipp Müllerdataqueue, elements: avoid unnecessary runtime type...
2009-08-18 Sebastian Drögemultiqueue: Use iterate_internal_links instead of depre...
2009-06-24 Jan Schmidtmultiqueue: Fire the overrun signal on EOS
2009-06-11 Jan Schmidtmultiqueue: Use the slice allocator for MultiQueueItems
2009-06-09 Wim Taymansmultiqueue: check byte range even when we have timestamps
2008-06-26 Thijs Vermeirplugins/elements/gstmultiqueue.*: revert extra-size...
2008-06-25 Thijs Vermeirplugins/elements/gstmultiqueue.*: Fix dead-lock in...
2008-06-22 Thijs Vermeirplugins/elements/gstmultiqueue.c: Add functionality...
2008-06-22 Thijs Vermeirplugins/elements/gstmultiqueue.c: Don't update the...
2008-06-20 Stefan Kostplugins/elements/: Remove short_description. Add basic...
2008-05-09 Jan Schmidtplugins/elements/gstmultiqueue.c: Add documentation...
2008-05-05 Tim-Philipp Müllerplugins/elements/gstmultiqueue.c: Small docs fix.
2008-03-24 Wim Taymansplugins/elements/gstmultiqueue.c: When trying to make...
2008-03-22 Sebastian DrögeDefine G_PARAM_STATIC_STRINGS if it's undefined (GLib...
2008-02-29 Sebastian DrögeCorrect all relevant warnings found by the sparse seman...
2008-02-05 Sebastian DrögeRevert previous changes to the behaviour of GstPadTempl...
2008-02-03 Sebastian DrögeDon't use base_init where not absolutely necessary...
2008-02-01 Wim Taymansdocs/design/part-synchronisation.txt: Update some docs.
2007-10-25 Jan Schmidtplugins/elements/gstmultiqueue.c: Make it so that pads...
2007-10-15 Wim Taymansplugins/elements/: Fix queue negotiation. If acceptcaps...
2007-09-17 Jan SchmidtFix minor compilation warnings shown with Forte.
2007-07-05 Mark Nauwelaertsplugins/elements/gstmultiqueue.c: Implement non-default...
2007-06-28 Wim Taymansplugins/elements/gstmultiqueue.c: When figuring out...
next