adaptivedemux: Get rid of internal stream adapter and let subclasses handle this...
[platform/upstream/gstreamer.git] / gst-libs / gst / adaptivedemux / gstadaptivedemux.c
2016-07-01 Sebastian Drögeadaptivedemux: Get rid of internal stream adapter and...
2016-06-09 Edward Herveyadaptivedemux: Move SEEK handling to a separate function
2016-06-06 Edward Herveyadaptivedemux: Set DISCONT on startup, resume and after...
2016-05-19 Guillaume Desmottesadaptivedemux: fix pending tags leak
2016-05-06 Alex Ashleyadaptivedemux: fix threading issues in gst_adaptive_dem...
2016-04-21 Florin Apostoladaptivedemux: use realtime_clock for waiting for a...
2016-04-21 Florin Apostoladaptivedemux: use GstSystemClock to all real-time...
2016-03-31 Sebastian Drögeadaptivedemux: Handle find_stream_for_pad() without...
2016-03-02 Sebastian Drögeadaptivedemux: Fix REMOVE_SNAP_FLAGS() macro
2016-02-26 Thiago Santosadaptivedemux: handle snap seeking without setting...
2016-02-16 Philippe Normandadaptivedemux: restore bitrate averaging support
2016-02-16 Philippe Normandadaptivedemux: remove queue2 overrun notification
2016-02-10 Florin Apostoldashdemux: gst_dash_demux_get_live_seek_range returns...
2016-02-08 Luis de Bethencourtadaptivedemux: remove overwritten value
2016-02-05 David Waringadaptivedemux: Update position in stream->segment for...
2016-02-04 Thiago Santosadaptivedemux: handle snap seeks
2016-02-04 Thiago Santosadaptivedemux: add utility function to get stream from pad
2016-01-22 Alex Ashleyadaptivedemux: fix leak of stream->internal_pad
2016-01-15 Thiago Santosadaptivedemux: replace ghostpad with a standard pad
2016-01-15 Florin Apostoladaptivedemux: do not flush the input pad
2016-01-07 Thiago Santosadaptivedemux: fix seeking that just updates stop position
2016-01-07 Thiago Santosadaptivedemux: fix segment update on seeks
2016-01-06 Thiago Santosadaptivedemux: stop reverse playback when we reach...
2016-01-06 Thiago Santosadaptivedemux: correctly track segment.position in...
2015-12-08 Thiago Santosadaptivedemux: avoid pushing events with manifest lock
2015-12-03 Sebastian Drögeadaptivedemux: Log PTS of buffers that are pushed downs...
2015-12-02 Jan Schmidtadaptivedemux: Send the bitrate of the stream as a tag
2015-12-01 Tim-Philipp Müllerhlsdemux: fix crash when decryption key can't be downloaded
2015-11-14 Tim-Philipp Mülleradaptivedemux: remove now-defunct "num-lookback-fragmen...
2015-11-11 Florin Apostoladaptivedemux: fixed handling errors emitted by uri...
2015-11-10 Vineeth TMadaptivedemux: Fix pad memory leak.
2015-11-06 Philippe Normandadaptivedemux: improved bitrate estimations
2015-10-30 Florin Apostoladaptivedemux: stop task on multiple download errors
2015-10-30 Vincent Penquerc'hadaptivedemux: fix a missing lock in write to stream...
2015-10-30 Florin Apostoladaptivedemux: return error if src element cannot start
2015-10-30 Florin Apostoladaptivedemux: fixed waiting for fragment updates
2015-10-30 Florin Apostoladaptivedemux: fix header redownload in case of errors
2015-10-30 Florin Apostoladaptivedemux: release manifest lock before sending...
2015-10-30 Florin Apostoladaptivedemux: reset download_finished before starting...
2015-10-30 Florin Apostoladaptivedemux: release manifest lock before changing...
2015-10-29 Florin Apostoldahsdemux: task is signaled to stop without stop condit...
2015-10-29 Florin Apostoladaptivedemux: fixed multithread support
2015-10-14 Sebastian Drögeadaptivedemux: HTTP ranges are inclusive, GStreamer...
2015-09-29 John Changadaptivedemux: remove unused variable
2015-09-17 Philippe Normandadaptivedemux: prefix the statistics message name macro
2015-09-15 Sebastian Drögeadaptivedemux: Fix playback of live streams
2015-09-15 Thiago Santosadaptivedemux: Only overwrite last return if it was OK
2015-09-14 Sebastian Drögeadaptivedemux: Properly implement timestamping of multi...
2015-08-15 Edward Herveyadaptivedemux: Demote debugging level
2015-08-15 Edward Herveyadaptivedemux: Actually wait for playlist update when...
2015-07-20 Tim-Philipp Mülleradaptivedemux: minor clean-up
2015-07-20 Alex Ashleydashdemux: add support for generating Protection events...
2015-07-07 Sebastian Drögeadaptivedemux: Explicitly check for CUSTOM_ERROR when...
2015-07-07 Sebastian Drögeadaptivedemux: If downloading the last fragment fails...
2015-06-25 Sebastian Drögeadaptivedemux: Move unref() into the right scope
2015-06-25 Sebastian Drögeadaptivedemux: Properly handle presentationTimeOffset...
2015-06-23 Sebastian Drögeadaptivedemux: Also update segment.base and segment...
2015-06-23 Sebastian Drögeadaptivedemux: Remember the last return value of gst_ad...
2015-06-05 Sebastian Drögeadaptivedemux: Error out if downloading a segment faile...
2015-06-04 Sebastian Drögeadaptivedemux: Release the manifest mutex before waitin...
2015-05-26 Luis de Bethencourtadaptivedemux: 'for' loop initial declaration
2015-05-13 Thiago Santosadaptivedemux: drop debug message that was wrong
2015-05-13 Thiago Santosadaptivedemux: run gst-indent
2015-05-05 Jimmy Ohnadaptivedemux: only update stream position if query...
2015-04-29 Edward Herveyadaptivedemux: Fix comparision logic
2015-04-26 Sebastian Drögeadaptivedemux: Only answer the duration query in non...
2015-04-23 Sebastian Drögeadaptivedemux: Don't claim to be live when answering...
2015-04-23 Sebastian Drögeadaptivedemux: Allow subclasses to override how a new...
2015-04-23 Sebastian Drögeadaptivedemux: Expose downloader
2015-04-21 Sebastian Drögeadaptivedemux: Don't stop all tasks and streams from...
2015-03-27 Thiago Santosadaptivedemux: do not try to advance fragment if there...
2015-03-11 Jan SchmidtRemove a bunch of silly ';;' typos at the end of lines
2015-03-10 Mathieu Duponchelleadaptivedemux: fix get_presentation_offset check.
2015-03-10 Mathieu Duponchelleadaptivedemux: [API]: get_presentation_offset virtual...
2015-02-17 Thiago Santosadaptivedemux: add bitrate-limit property
2015-02-17 Thiago Santosadaptivedemux: add connection-speed property
2015-02-12 Mathieu Duponchelleadaptivedemux: Fix logic in fragment_download_finish.
2015-02-12 Mathieu Duponchelleadaptivedemux: Set first segment time to segment start.
2015-02-11 Mathieu Duponchelleadaptivedemux: track per-fragment bitrates.
2015-01-20 Thiago Santosadaptivedemux: do not skip the first fragment
2015-01-20 Thiago Santosadaptivedemux: add explicit cast to make clang happy
2015-01-19 Thiago Santosadaptivedemux: refactor chunk downloading flow
2015-01-19 Thiago Santosadaptivedemux: fix multi-period playback
2015-01-16 Thiago Santosadaptivedemux: prevent early EOS when switching at...
2015-01-16 Thiago Santosadaptivedemux: add a special return to signal subsegmen...
2015-01-16 Thiago Santosadaptivedemux: Actually use the byte range for the...
2015-01-16 Thiago Santosadaptivedemux: allow downloads of headers only
2015-01-16 Thiago Santosadaptivedemux: refactor common code to function
2015-01-16 Thiago Santosadaptivedemux: inform subclass when headers/index are...
2015-01-07 Thiago Santosadaptivedemux: only update segment if we have a valid PTS
2015-01-05 Thiago Santosadaptivedemux: prepare for supporting seeks in live...
2014-12-23 Thiago Santosadaptivedemux: check if element exists before setting...
2014-12-23 Thiago Santosadaptivedemux: make sure task has stopped before freeing it
2014-12-23 Thiago Santosadaptivedemux: fix segment start when exposing new...
2014-12-23 Thiago Santosadaptivedemux: allow subclass to use new pads group...
2014-12-12 Thiago Santosadaptivedemux: fix seek event handling
2014-12-10 Thiago Santosadaptivedemux: check the return from update_manifest...
2014-12-08 Thiago Santosadaptivedemux: do not try to unlock not locked mutex
2014-12-04 Thiago Santosadaptivedemux: release threads waiting for manifest...
2014-12-04 Thiago Santosadaptivedemux: use gst_task_stop instead of gst_task_pause
next