Release 0.10.34
[platform/upstream/gstreamer.git] / plugins /
2010-12-31 Lasse Laukkanenoutput-selector: keep ref to buffer for resending only...
2010-12-31 Wim Taymansinputselector: don't leak pads in iterator
2010-12-31 Sebastian Drögeinputselector: Notify when the tags property of the...
2010-12-31 Stefan Kostselector: remove not needed instance var (previous...
2010-12-31 Stefan Kostoutputselector: implement pad_alloc on active pad.
2010-12-31 Jan Schmidtinput-selector: Forward segment events for the active...
2010-12-31 Wim Taymansoutputselector: reset state when going to READY
2010-12-31 Wim Taymansselector: merge the tags
2010-12-31 Stefan Kostdocs: various doc fixes
2010-12-31 Sebastian Drögeinputselector: Fix compilation, activate_sinkpad()...
2010-12-31 Michael Smithinput-selector: Activate and notify pad before processi...
2010-12-31 Michael SmithUnref event if we don't forward it, unref pads when...
2010-12-31 Michael Smithplugins/elements/gstinputselector.c: Ensure we emit...
2010-12-31 Edward Herveyplugins/elements/gstinputselector.c: Gracefully handle...
2010-12-31 Stefan Kostplugins/elements/gstoutputselector.c: Choose right...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Reset the selector...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Reuse the get_link...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Implement the...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Move the select...
2010-12-31 Stefan Kostoutput-selector: Use BOILERPLATE macro and update test...
2010-12-31 Stefan KostDo not use short_description in section docs for elemen...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Do g_object_notify...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Release the select...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Add pad property...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.*: Figure out the...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Add lots of debugging.
2010-12-31 Wim Taymansplugins/elements/gstinputselector.*: Various cleanups.
2010-12-31 Stefan Kostplugins/elements/gstoutputselector.c: Fix changing...
2010-12-31 Stefan Kostplugins/elements/gstinputselector.*: Added "select...
2010-12-31 Stefan Kostgst/multifile/gstmultifilesink.c: Add a fixme comment.
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Don't leak event...
2010-12-31 Stefan KostReplace the switch plugin with the selector plugin...
2010-12-31 Tim-Philipp Müllervalve: some minor clean-ups
2010-12-31 Tim-Philipp Müllervalve: fix typo in property description
2010-12-31 Tim-Philipp Müllerelements: add new valve element to build
2010-12-31 Stefan Kostvalve: no need to ref the object in _chain
2010-12-31 Olivier Crêtevalve: Make the drop variable into an atomic.
2010-12-31 Olivier Crêtevalve: Correctly set the DISCONT flag after dropping...
2010-12-31 Olivier Crêtevalve: Remove superflous checking casts
2010-12-31 Olivier Crêtevalve: Fix style, improve comments
2010-12-31 Stefan Kostvalve: move default: parst in the switch statement...
2010-12-31 Stefan Kostvalve: move debug-category registration to type init
2010-12-31 Stefan Kostvalve: use G_PARAM_STATIC_STRINGS on properties
2010-12-31 Stefan Kostvalve: GST_BOILERPLATE already sets parent_class
2010-12-31 Benjamin Ottevalve: gst_element_class_set_details => gst_element_cla...
2010-12-31 Olivier Crêtedocs: document valve element
2010-12-31 Olivier Crêtefsvalve: rename to valve
2010-12-31 Olivier Crêtefsvalve: re-indent gst style
2010-12-31 Olivier Crêtefsvalve: Ignore errors if dropping is set to true
2010-12-31 Olivier Crêtefsvalve: Add getcaps proxying to the valve
2010-12-31 Olivier Crêtefsvalve: Rebase valve onto gstelement instead of basetr...
2010-12-31 Olivier Crêtefsvalve: Revert "Fix refcounting issues in prepare_outp...
2010-12-31 sjoerd@luon.netfsvalve: Fix refcounting issues in prepare_output_buffer
2010-12-31 Olivier Cretefsvalve: Remove unused dispose method in valve
2010-12-31 Olivier Cretefsvalve: Dont hold the object lock while calling base...
2010-12-31 Olivier Cretefsvalve: Set the DISCONT flag after dropping buffers
2010-12-31 Olivier Cretefsvalve: Use do the alloc_buffer function in the valve
2010-12-31 Olivier Cretefsvalve: Only set passthrough to TRUE on newer versions...
2010-12-31 Olivier Cretefsvalve: Compare minor, not major
2010-12-31 Olivier Cretefsvalve: Make the valve element work with gst < 0.10.13
2010-12-31 Olivier Cretefsvalve: Rename valve to fsvalve
2010-12-31 Olivier Cretefsvalve: Add valve element
2010-12-30 Tim-Philipp Müllerfakesink: make variable static
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-24 David Schleefelements: reenable fdsrc/fdsink on MSVC
2010-12-03 Mark Nauwelaertsmultiqueue: return upon input when already eos
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-12-03 Andoni Morales Ala... fakesink: Print sink-message events like a message...
2010-12-02 Edward Herveyqueue2: Only call update_buffering if needed.
2010-12-02 Edward Herveyqueue2: Avoid re-checking many times whether an item...
2010-12-02 Edward Herveyqueue2: Reduce amount of time locks are taken
2010-12-02 Edward Herveyqueue2: Fixup documentation of some properties
2010-12-02 Edward Herveyqueue2: Avoid useless segment_to_running_time() calcula...
2010-12-02 Edward Herveyqueue: Remove useless checks from e406f7
2010-12-02 Sebastian Drögequeue2: Remove dead assignment and unused variable
2010-12-02 Sebastian Drögequeue2: Remove dead assignment and move variable declar...
2010-12-02 Sebastian Drögequeue2: Remove redundant variable
2010-11-01 Tim-Philipp Müllerqueue2: don't leak pad ref in pull mode when flushing
2010-11-01 Tim-Philipp Müllerqueue2: don't send seeks beyond the end of the file...
2010-10-27 Jan Schmidtmultiqueue: Fix tracking of unlinked streams.
2010-10-13 Edward Herveyqueue2: Remove unused argument from find_range()
2010-10-13 Edward Herveyfdsink: cleanup get_property/set_property
2010-10-12 Wim Taymansqueue: avoid g_cond_signal when we can
2010-10-11 Wim Taymansqueue2: release queue2 lock before notify
2010-10-11 Wim Taymansqueue: add debug statement
2010-10-11 Ognyan Tonchevqueue: apply sink segment on the source if queue is...
2010-10-08 Edward Herveymultiqueue: Remove unused variable and simplify code
2010-10-07 Tim-Philipp Müllerelements: minor performance improvement when doing...
2010-10-07 Tim-Philipp Müllerfakesink: use g_object_notify_by_pspec() and remove...
2010-10-07 Tim-Philipp Müllertee: use g_object_notify_by_pspec() if possible
2010-10-07 Tim-Philipp Müllerfakesrc: use g_object_notify_by_pspec() if possible
2010-10-07 Tim-Philipp Mülleridentity: use g_object_notify_by_pspec() and remove...
2010-09-23 Stefan Kostqueue2: remove var only used for debug statement
2010-09-15 Wim Taymansqueue2: only post buffering message when percent changed
2010-09-15 Wim Taymansqueue2: always update buffering status
2010-09-09 Sebastian Drögeidentity: identity is GAP flag aware, no need to let...
2010-09-03 Philippe Normandqueue2: buffering_ranges query support
2010-09-02 Stefan Kostfakesrc: fix use of empty subbuffers
2010-08-30 Stefan Kostqueue: add silent property to suppress signal emission
2010-08-27 Sebastian Drögemultiqueue: Don't do an infinite loop in the loop function
next