adaptivedemux: Get rid of internal stream adapter and let subclasses handle this...
[platform/upstream/gstreamer.git] / ext / dash / gstdashdemux.c
2016-07-01 Sebastian Drögeadaptivedemux: Get rid of internal stream adapter and...
2016-04-21 Florin Apostoladaptivedemux: use GstSystemClock to all real-time...
2016-03-24 Vineeth TMbad: use new gst_element_class_add_static_pad_template()
2016-02-23 Florin Apostoldashdemux: correctly handle an HTTP-XSDATE that is...
2016-02-10 Florin Apostoldashdemux: gst_dash_demux_get_live_seek_range returns...
2016-02-09 Thiago Santosdashdemux: plug mpd client leak
2016-02-09 Florin Apostoldashdemux: fix memory leak in gst_dash_demux_update_man...
2016-02-09 Florin Apostolmpdparser: renamed gst_mpd_client_get_next_segment_avai...
2016-02-04 Thiago Santosdashdemux: implement snap seek handling
2016-02-04 Thiago Santosadaptivedemux: handle snap seeks
2016-02-01 Thiago Santosdashdemux: only update current reading position when...
2016-02-01 Thiago Santosdashdemux: respect seeking parameter
2016-01-18 Florin Apostoldashdemux: added check that availabilityStartTime is...
2016-01-15 Thiago Santosadaptivedemux: replace ghostpad with a standard pad
2015-12-28 Florin Apostoldashdemux: removed unnecessary space trimming in gst_da...
2015-12-28 Florin Apostoldashdemux: accept 2 or 4 digit year when using HTTP...
2015-12-16 Florin Apostoldashdemux: clock_cond is not used and should be removed
2015-12-16 Florin Apostoladaptivedemux: fixed clock compensation in get_fragment...
2015-12-08 suhwang.kimdashdemux: Suggestion for setting the framerate informa...
2015-11-19 Jimmy Ohndashdemux: Add binary search for stream_sidx_seek
2015-10-30 Florin Apostoldashdemux: marked PROP_BANDWIDTH_USAGE property as...
2015-10-29 Alex Ashleydashdemux: provide a default suggestedPresentationDelay
2015-10-29 Florin Apostoldashdemux: improve detection of stream language
2015-09-25 Chris Bassdashdemux: create src pads for subtitle streams.
2015-09-25 Sebastian Drögedashdemux: Implement lazy-loading of external periods
2015-09-25 Sebastian Drögempdparser: Store an URI downloader in the parser for...
2015-09-25 Sebastian Drögedashdemux: Properly handle relative and non-HTTP URIs...
2015-09-15 Thiago Santosdashdemux: fix return when trying to advance in subfrag...
2015-09-14 Sebastian Drögedashdemux: Export the period start time to the base...
2015-09-14 Thiago Santosdashdemux: also check for subfragments on has_next_fragment
2015-08-26 Tim-Philipp Müllerdashdemux: don't meddle with the class struct from...
2015-08-16 Thiago Santosdashdemux: fix off by one seeking issue
2015-08-14 Alex Ashleydashdemux: add support for HTTP HEAD method of time...
2015-08-14 Alex Ashleydashdemux: post-review fixup of UTCTiming element
2015-08-14 Alex Ashleydashdemux: add support for UTCTiming elements for clock...
2015-08-05 Florin Apostoldashdemux: Fix leak in gst_dash_demux_stream_update_fra...
2015-07-20 Alex Ashleydashdemux: add support for generating Protection events...
2015-07-08 Luis de Bethencourtdashdemux: remove redundant else statement
2015-06-25 Sebastian Drögedashdemux: Seek on the new streams if the seek caused...
2015-05-29 Thiago Santosdashdemux: avoid assertion when splitting buffer
2015-05-25 Suhwang Kimdashdemux: fix outdated example launch line
2015-05-22 Jimmy Ohndashdemux: remove unnecessary semicolon
2015-05-13 Thiago Santosdashdemux: avoid busy-looping when waiting for new...
2015-05-13 Thiago Santosdashdemux: Improve live stream manifest update repositi...
2015-05-13 Thiago Santosdashdemux: reuse seeking function to reduce repeated...
2015-05-13 Thiago Santosdashdemux: refactor segment iteration for better perfor...
2015-04-23 Sebastian Drögeadaptivedemux: Allow subclasses to override how a new...
2015-04-13 Yujin Leedashdemux: enable playback of content with text streams
2015-03-10 Mathieu Duponchelledashdemux: implement get_presentation_offset.
2015-02-18 Thiago Santosdashdemux: protect against malformed isombff format
2015-02-17 Thiago Santosdashdemux: depracate bandwidth-usage in favor of bitrat...
2015-02-12 Mathieu Duponchelledashdemux: Fix handling of live streams with timeshift...
2015-01-26 Thiago Santosdashdemux: use audio_%02u and video_%02u names for...
2015-01-19 Thiago Santosadaptivedemux: refactor chunk downloading flow
2015-01-19 Sebastian Drögedashdemux: Fix compiler warning with clang
2015-01-16 Thiago Santosdashdemux: remove unused segment attribute
2015-01-16 Thiago Santosdashdemux: implement ISOBMFF profile handling
2015-01-16 Thiago Santosdashdemux: parse the sidx index from isobmff streams
2014-12-10 David Waringdashdemux: Find current segment in the streams that...
2014-12-02 Thiago Santosdashdemux: fix double unref of object
2014-12-02 David Waringdashdemux: Find the current period in a live stream
2014-12-02 David Waringdashdemux: Fix period selection for live streams
2014-12-01 Thiago Santosdashdemux: replace the streams with the new mpd client...
2014-12-01 Thiago Santosdashdemux: when updating the manifest, set the uri
2014-12-01 Thiago Santosdashdemux: port to adaptive demux
2014-11-07 Matthieu Bourondashdemux: do not override last known stream error
2014-11-07 Thiago Santosdashdemux: make sure flushes have the same seqnum as...
2014-11-07 Thiago Santosdashdemux: simplify seek to eos handling
2014-11-07 Matthieu Bourondashdemux: send missing FLUSH_STOP/EOS when no seeking...
2014-11-02 Tim-Philipp MüllerSprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE...
2014-09-29 David Waringdash: Use GstUri to join URIs
2014-09-24 Matthieu Bourondashdemux: mark first buffer as discont after restartin...
2014-09-24 Thiago Santosdashdemux: push a time segment when restarting streaming
2014-09-18 George Kiagiadakisdashdemux: synchronize with the download loop thread...
2014-09-18 Thiago Santosdashdemux: fix clearing of eos state in pads
2014-09-15 Sebastian Drögedash: Actually retry 3 times as advertised instead...
2014-09-11 Matthieu Bourondashdemux: improve position detection when a download...
2014-09-04 Sebastian Drögedashdemux: Don't send flush events to deactivated pads
2014-08-21 Tim-Philipp Müllerdashdemux: fix abort in error code path with newer...
2014-08-19 Thiago Santosdashdemux: unref pad reference when removing internal...
2014-08-19 Thiago Santosdashdemux: read language from ContentComponent node...
2014-08-19 Matthieu Bourondashdemux: push language code tag
2014-08-07 George Kiagiadakisdashdemux: support downloading segments in reverse...
2014-08-01 Thiago Santosdashdemux: return the error to the source immediately...
2014-05-28 Sebastian Drögedashdemux: Always use the redirect target to resolve...
2014-05-12 Thiago Santosdashdemux: initialize the mutex and cond for fragment...
2014-05-11 Thiago Santosdashdemux: remove unused stream uridownloader
2014-05-07 Thiago Santosdashdemux: deprecate max-buffering-time property
2014-05-07 Thiago Santosdashdemux: removing old unused code
2014-05-07 Thiago Santosdashdemux: remember to set starting fragment to new...
2014-05-07 Thiago Santosdashdemux: handle a few more error cases
2014-05-07 Thiago Santosdashdemux: Only set timestamp to the first buffer of...
2014-05-07 Thiago Santosdashdemux: handle error messages from the sources
2014-05-07 Thiago Santosdashdemux: check for errors between downloads
2014-05-07 Thiago Santosdashdemux: Always accept the latency configure event
2014-05-07 Thiago Santosdashdemux: measure download rate just like hlsdemux
2014-05-07 Thiago Santosdashdemux: remove uridownloader from fragments download
2014-05-05 Sebastian Drögedashdemux: Update for uri downloader API changes
2014-05-02 Sebastian Drögedashdemux: Update for URI downloader API changes
2014-04-10 Vincent Penquerc'hdashdemux: fix time leak
next