adaptivedemux: Get rid of internal stream adapter and let subclasses handle this...
[platform/upstream/gstreamer.git] / ext / dash / gstdashdemux.h
2016-07-01 Sebastian Drögeadaptivedemux: Get rid of internal stream adapter and...
2015-10-29 Alex Ashleydashdemux: provide a default suggestedPresentationDelay
2015-09-25 Chris Bassdashdemux: create src pads for subtitle streams.
2015-08-14 Alex Ashleydashdemux: add support for UTCTiming elements for clock...
2015-02-17 Thiago Santosdashdemux: depracate bandwidth-usage in favor of bitrat...
2015-01-26 Thiago Santosdashdemux: use audio_%02u and video_%02u names for...
2015-01-19 Thiago Santosadaptivedemux: refactor chunk downloading flow
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-01 Thiago Santosdashdemux: port to adaptive demux
2014-09-24 Matthieu Bourondashdemux: mark first buffer as discont after restartin...
2014-09-18 George Kiagiadakisdashdemux: synchronize with the download loop thread...
2014-08-19 Matthieu Bourondashdemux: push language code tag
2014-05-11 Thiago Santosdashdemux: remove unused stream uridownloader
2014-05-07 Thiago Santosdashdemux: handle error messages from the sources
2014-05-07 Thiago Santosdashdemux: measure download rate just like hlsdemux
2014-05-07 Thiago Santosdashdemux: remove uridownloader from fragments download
2013-12-24 Thiago Santosdashdemux: remove stream loop thread
2013-12-24 Thiago Santosdashdemux: use a separate GstUriDownloader per stream
2013-12-24 Thiago Santosdashdemux: store GstActiveStream to avoid getting it...
2013-12-24 Thiago Santosdashdemux: simplify locking for streams
2013-12-24 Thiago Santosdashdemux: handle multiple languages
2013-12-24 Thiago Santosdashdemux: Use 1 download task per stream
2013-12-24 Thiago Santosdashdemux: refactor fragment fetching into smaller...
2013-07-23 Sebastian Drögedash: Add support for group-id in the stream-start...
2013-07-09 Thiago Santosdashdemux: handle live playback resync
2013-05-08 Thiago Santosdashdemux: port to 1.0
2013-05-08 Wim Taymansdashdemux: make timestamps start from 0
2013-05-08 Thiago Santosdashdemux: remove unused mutexes
2013-05-08 Andre Moreira Maga... dashdemux: keep a list of streams periods
2013-05-08 Andre Moreira Maga... dashdemux: Remove unused members.
2013-05-08 Andre Moreira Maga... dashdemux: Only send newsegment on seek.
2013-05-08 Thiago Santosdashdemux: add a downloadrate utility
2013-05-08 Thiago Santosdashdemux: change bitrates based on the stream bitrate
2013-05-08 Thiago Santosdashdemux: refactor to use the uridownloader lib instea...
2013-05-08 Thiago Santosdashdemux: download the next fragment with smaller...
2013-05-08 Thiago Santosdashdemux: track segments in the demuxer
2013-05-08 Thiago Santosdashdemux: remove buffering message emission from dashdemux
2013-05-08 Thiago Santosdashdemux: removing unused code
2013-05-08 Thiago Santosdashdemux: re-enable and fix adaptive switching
2013-05-08 Thiago Santosdashdemux: correctly signal EOS on manifest end
2013-05-08 Thiago Santosdashdemux: Replace GQueue by GstDataQueue
2013-05-08 Thiago Santosdashdemux: move the buffers queues to the streams
2013-05-08 Thiago Santosdashdemux: refactor streams data to its own struct
2013-05-08 Thiago Santosdashdemux: Remove timing code that delays pushing of...
2013-05-08 Louis-Francis Ratt... gstdashdemux: add need_header member to know whether...
2013-05-08 Louis-Francis Ratt... dashdemux: don't wait for the whole duration of a fragm...
2013-05-08 Gianluca Gennaridashdemux: add support for manifest file updates
2013-05-08 Gianluca Gennaridashdemux: complete support for Media Presentations...
2013-05-08 David CorvoysierImprove consistency of the tasks shutdown code
2013-05-08 David CorvoysierRenamed demux->next_stream in demux->next_push
2013-05-08 David CorvoysierReplaced references to playlist (HLS) by references...
2013-05-08 Hamid ZAKARISupport Multi languages (need a decodebin2 patch)
2013-05-08 David CorvoysierRenamed LICENSE into COPYING
2013-05-08 David CorvoysierInitial import of gstdashdemux sources