clock: Fix _STIME_FORMAT macros
[platform/upstream/gstreamer.git] / plugins /
2015-06-14 Tim-Philipp Müllertypefindelement: reset segment only once streaming...
2015-06-11 Tim-Philipp Müllergst_writev: define UIO_MAXIOV on iOS/OSX
2015-06-11 Jan Schmidtgst_writev: Respect UIO_MAXIOV limit for the iov array
2015-06-11 Carlos Rafael Gianiconcat: Add active-pad property
2015-06-11 Sebastian Drögeconcat: Also reset the current start offset when receiv...
2015-06-11 Sebastian Drögeconcat: Add some newlines to event handling code to...
2015-06-11 Carlos Rafael Gianiconcat: Reset segment base offset after FLUSH_STOP...
2015-06-10 Carlos Rafael Gianiconcat: Forward FLUSH_START and FLUSH_STOP events
2015-06-09 Edward Herveyfilesink: Fix fsync/_commit usage
2015-06-08 Jan Schmidtfilesink: Fix Windows build by using _commit instead...
2015-06-08 Jan SchmidtAdd GST_BUFFER_FLAG_SYNC_AFTER flag, and implement...
2015-06-05 Sebastian Drögetypefind: Post an error if we can't typefind the data...
2015-06-01 eunhae choidownloadbuffer: release lock before posting msg
2015-05-27 Sebastian Drögefunnel: Improve debug output a bit
2015-05-18 Tim-Philipp MüllerRevert "doc: Workaround gtkdoc issue"
2015-05-18 Wim Taymanssparsefile: small cleanup
2015-05-17 Nicolas Dufresnedoc: Workaround gtkdoc issue
2015-05-15 Tim-Philipp Müllerfakesrc: fix property description
2015-05-12 Víctor Manuel Jáqu... fdsrc: docs: fix and update documentation
2015-05-10 Tim-Philipp Müllerdocs: gst-launch -> gst-launch-1.0 in example pipelines
2015-04-27 Olivier Crêteidentity: Also synchronize GAP events in sync=1
2015-04-27 Olivier Crêteidentity: With sync=true, don't pre-roll
2015-04-27 Olivier Crêteidentity: Take upstream latency into account for sync=1
2015-04-27 Olivier Crêteidentity: Handle PTS and DTS separately
2015-04-26 Tim-Philipp MüllerRemove obsolete Android build cruft
2015-04-24 Thiago Santosinputselector: Only try to push the first EOS received
2015-04-18 Tim-Philipp Müllertee: fix use of possibly-freed pad in debug statement
2015-04-13 Sebastian Drögetypefindelement: Use gst_event_unref() instead of gst_m...
2015-04-13 Guillaume Desmottestypefind: fix leak in gst_type_find_element_src_event()
2015-04-13 Sebastian Drögetypefind: Run the default have-type handler after all...
2015-04-10 Duncan Palmermultiqueue: Don't automatically enter the buffering...
2015-04-10 Guillaume Desmottesinputselector: fix cached buffer leak in chain function
2015-03-26 Jose Antonio Santo... tee: Add allow-not-linked property
2015-03-24 Thiago Santosoutput-selector: add drain handling
2015-03-24 Jan Alexander Stef... input-selector: Rename _activate_sinkpad to _get_active...
2015-03-24 Jan Alexander Stef... input-selector: Remove pad's 'active' field
2015-03-24 Jan Alexander Stef... input-selector: Use segment-presence for running_time...
2015-03-24 Jan Alexander Stef... input-selector: Remove 'blocked' flag
2015-03-24 Jan Alexander Stef... input-selector: Remove obsolete 'block' signal
2015-03-24 Jan Alexander Stef... input-selector: Fix waiting on EOS
2015-03-23 Jan Alexander Stef... queue2: Process SEEKING query
2015-03-20 Sebastian Drögevalve: Don't drop non-serialized queries when the valve...
2015-03-18 Sebastian Drögefunnel: Add support for buffer lists
2015-03-15 Sebastian Drögemultiqueue: Don't grow queue infinitely if only one...
2015-03-12 Sebastian Drögestreamiddemux: Reset pad counter after removing all...
2015-03-12 HoonHee Leestreamiddemux: Add streamiddemux element
2015-03-12 Sebastian Drögetypefind: Reset segment when deactivating pull mode...
2015-03-10 hoonhee.leefunnel: handle GAP event to forwards sticky events...
2015-03-03 Sebastian Drögequeue2: Signal the sinkpad thread if a flow error happened
2015-03-03 Sebastian Drögequeue: Wake up the query function on errors from the...
2015-02-26 Arun Raghavaninput-selector: Drop custom latency query handling
2015-02-23 Mark Nauwelaertsmultiqueue: avoid returning downstream GST_FLOW_EOS...
2015-02-18 Sebastian Drögeinputselector: Use a separate query for upstream pads...
2015-02-18 Sebastian Drögequeue: Remove unused boolean parameter from internal...
2015-02-18 Sebastian Drögequeue: Add support for buffer lists
2015-02-18 Sebastian Drögequeue2: Count the number of buffers in a buffer list...
2015-02-12 Frédéric Wangfdsrc: use g_ascii_strtoull() to convert size string...
2015-02-11 Sebastian DrögeImprove and fix LATENCY query handling
2015-01-21 Sebastian Drögeoutput-selector: Constify negotiation mode GEnumValue...
2015-01-14 Vincent Penquerc'hidentity: send gap events when dropping buffers
2015-01-12 Sebastian Drögeinputselector: Don't dereference NULL pointer
2015-01-05 Tim-Philipp Müllerinputselector: fix silly GQueue iteration code
2014-12-24 Sebastian Drögeinputselector: Use the same waiting function for EOS...
2014-12-24 Sebastian Drögeinputselector: Wake up all waitings pads directly if...
2014-12-24 Song Binginputselector: Block when receiving an EOS event on...
2014-12-23 Sebastian Drögeinputselector: Keep a ref of the currently active sinkp...
2014-12-23 Song Binginputselector: Get the active sinkpad again after takin...
2014-12-10 Tim-Philipp Müllertypefind: minor cosmetic change
2014-12-10 Tim-Philipp Müllertypefind: use GST_BUFFER_OFFSET_NONE for buffer offset
2014-12-01 Edward Herveytypefind: Propagate input buffer offset
2014-12-01 Sebastian DrögeDon't compare booleans for equality to TRUE and FALSE
2014-11-30 Tim-Philipp Müllerplugins: fix build on windows
2014-11-30 Tim-Philipp Müllerfilesink: use writev() in ::render() to write out memor...
2014-11-30 Tim-Philipp Müllerfilesink: implement ::render_list() function that uses...
2014-11-30 Tim-Philipp Müllerfdsink: use writev() in ::render() to write out memorie...
2014-11-30 Tim-Philipp Müllerfdsink: implement ::render_list() using writev()
2014-11-30 Tim-Philipp Müllerplugins: add helper function for writing buffers out...
2014-11-23 Thiago Santosqueue2: percentage is relative to high-percent
2014-11-23 Thiago Santosmultiqueue: percentage is an absolute value
2014-11-03 Sebastian Drögecapsfilter: Add an optional delayed caps change mode
2014-10-20 Stefan Saueridentity: include the actual delta in the message
2014-10-20 Andrei Sarakeevmultiqueue: Wake up any waiting streams if the current...
2014-10-09 Aleix Conchillo... multiqueue: don't lock multiqueue when pushing serializ...
2014-10-03 Tim-Philipp Müllerinputselector: fix compilation
2014-10-03 Stefan Sauerinput-selector: extract some common code into helpers
2014-10-03 Stefan Sauerinput-selector: small code cleanups
2014-10-03 Stefan Sauerinputselector: fix printf format
2014-10-03 Luis de Bethencourtfakesrc: mark the pattern property as unused
2014-10-02 Luis de Bethencourtfakesrc: removing unused pattern option
2014-10-02 Sebastian Drögequeue: Add missing break in switch
2014-10-02 Sebastian Drögequeue: update segment position on GAP events to calcula...
2014-10-02 Sebastian Drögequeue2: update segment position on GAP events to calcul...
2014-10-02 Matej Knoppmultiqueue: update segment position on GAP events to...
2014-10-02 Sebastian Drögecapsfilter: Push pending events before a buffer also...
2014-09-25 Stefan Sauerfixme: bump leftover 0.11 fixme comments
2014-09-24 Thibault Sauniercapsfilter: Remove EOS event from pending_event list...
2014-09-23 Thibault Saunierqueue: Do not forget to release the QUEUE_LOCK in the...
2014-09-22 Thibault Saunierqueue: Do not hold GST_QUEUE_LOCK while posting ERROR...
2014-09-19 Thiago Santosqueue2: do not post buffering messages holding the...
2014-09-18 Tim-Philipp Müllerfilesrc: remove FIXME
next