index
:
delta/gstreamer-plugins-bad.git
0.10
0.11
1.0
1.10
1.12
1.14
1.16
1.18
1.2
1.4
1.6
1.8
BRANCH-ERROR
BRANCH-EVENTS2
BRANCH-GSTREAMER-0_6
BRANCH-GSTREAMER-0_8
BRANCH-RELEASE-0_10_19
BRANCH-RELEASE-0_3_3
BRANCH-RELEASE-0_3_4
BRANCH-RELEASE-0_4_0
BRANCH-RELEASE-0_4_1
BRANCH-RELEASE-0_4_2
BRANCH-RELEASE-0_5_0
BRANCH-RELEASE-0_5_1
BRANCH-RELEASE-0_5_2
BRANCH-RELEASE-0_7_4
BRANCH-RELEASE-0_7_5
BRANCH-RELEASE-0_8_2
BRANCH-THREADED
BRANCH_RELEASE-0_7_2
CAPS
TYPEFIND
baserock/1.4
baserock/1.6
baserock/1.6.3
baserock/morph/1.2
discontinued-for-monorepo
master
gitlab.freedesktop.org: gstreamer/gst-plugins-bad.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
dash
/
gstdashdemux.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
dashdemux: add support for UTCTiming elements for clock drift compensation
Alex Ashley
2015-08-14
1
-0
/
+3
*
dashdemux: depracate bandwidth-usage in favor of bitrate-limit
Thiago Santos
2015-02-17
1
-1
/
+0
*
dashdemux: use audio_%02u and video_%02u names for pads
Thiago Santos
2015-01-26
1
-0
/
+3
*
adaptivedemux: refactor chunk downloading flow
Thiago Santos
2015-01-19
1
-2
/
+0
*
dashdemux: remove unused segment attribute
Thiago Santos
2015-01-16
1
-2
/
+0
*
dashdemux: implement ISOBMFF profile handling
Thiago Santos
2015-01-16
1
-0
/
+6
*
dashdemux: parse the sidx index from isobmff streams
Thiago Santos
2015-01-16
1
-0
/
+4
*
dashdemux: port to adaptive demux
Thiago Santos
2014-11-30
1
-48
/
+4
*
dashdemux: mark first buffer as discont after restarting a download task
Matthieu Bouron
2014-09-24
1
-0
/
+1
*
dashdemux: synchronize with the download loop thread to signal it to continue
George Kiagiadakis
2014-09-18
1
-0
/
+1
*
dashdemux: push language code tag
Matthieu Bouron
2014-08-19
1
-0
/
+1
*
dashdemux: remove unused stream uridownloader
Thiago Santos
2014-05-11
1
-1
/
+0
*
dashdemux: handle error messages from the sources
Thiago Santos
2014-05-07
1
-0
/
+2
*
dashdemux: measure download rate just like hlsdemux
Thiago Santos
2014-05-07
1
-3
/
+1
*
dashdemux: remove uridownloader from fragments download
Thiago Santos
2014-05-07
1
-2
/
+13
*
dashdemux: remove stream loop thread
Thiago Santos
2013-12-24
1
-33
/
+1
*
dashdemux: use a separate GstUriDownloader per stream
Thiago Santos
2013-12-24
1
-0
/
+1
*
dashdemux: store GstActiveStream to avoid getting it every time
Thiago Santos
2013-12-24
1
-0
/
+1
*
dashdemux: simplify locking for streams
Thiago Santos
2013-12-24
1
-1
/
+0
*
dashdemux: handle multiple languages
Thiago Santos
2013-12-24
1
-3
/
+10
*
dashdemux: Use 1 download task per stream
Thiago Santos
2013-12-24
1
-2
/
+2
*
dashdemux: refactor fragment fetching into smaller functions
Thiago Santos
2013-12-24
1
-0
/
+2
*
dash: Add support for group-id in the stream-start event
Sebastian Dröge
2013-07-23
1
-0
/
+3
*
dashdemux: handle live playback resync
Thiago Santos
2013-07-08
1
-0
/
+2
*
dashdemux: port to 1.0
Thiago Santos
2013-05-08
1
-3
/
+3
*
dashdemux: make timestamps start from 0
Wim Taymans
2013-05-08
1
-0
/
+1
*
dashdemux: remove unused mutexes
Thiago Santos
2013-05-08
1
-2
/
+0
*
dashdemux: keep a list of streams periods
Andre Moreira Magalhaes (andrunko)
2013-05-08
1
-2
/
+4
*
dashdemux: Remove unused members.
Andre Moreira Magalhaes (andrunko)
2013-05-08
1
-5
/
+0
*
dashdemux: Only send newsegment on seek.
Andre Moreira Magalhaes (andrunko)
2013-05-08
1
-1
/
+1
*
dashdemux: add a downloadrate utility
Thiago Santos
2013-05-08
1
-2
/
+2
*
dashdemux: change bitrates based on the stream bitrate
Thiago Santos
2013-05-08
1
-2
/
+3
*
dashdemux: refactor to use the uridownloader lib instead of internal copy
Thiago Santos
2013-05-08
1
-2
/
+1
*
dashdemux: download the next fragment with smaller timestamp
Thiago Santos
2013-05-08
1
-2
/
+11
*
dashdemux: track segments in the demuxer
Thiago Santos
2013-05-08
1
-1
/
+4
*
dashdemux: remove buffering message emission from dashdemux
Thiago Santos
2013-05-08
1
-2
/
+0
*
dashdemux: removing unused code
Thiago Santos
2013-05-08
1
-1
/
+0
*
dashdemux: re-enable and fix adaptive switching
Thiago Santos
2013-05-08
1
-1
/
+2
*
dashdemux: correctly signal EOS on manifest end
Thiago Santos
2013-05-08
1
-0
/
+18
*
dashdemux: Replace GQueue by GstDataQueue
Thiago Santos
2013-05-08
1
-4
/
+2
*
dashdemux: move the buffers queues to the streams
Thiago Santos
2013-05-08
1
-1
/
+2
*
dashdemux: refactor streams data to its own struct
Thiago Santos
2013-05-08
1
-4
/
+15
*
dashdemux: Remove timing code that delays pushing of fragments
Thiago Santos
2013-05-08
1
-2
/
+3
*
gstdashdemux: add need_header member to know whether the initialization fragm...
Louis-Francis Ratté-Boulianne
2013-05-08
1
-0
/
+1
*
dashdemux: don't wait for the whole duration of a fragment when seeking
Louis-Francis Ratté-Boulianne
2013-05-08
1
-0
/
+1
*
dashdemux: add support for manifest file updates
Gianluca Gennari
2013-05-08
1
-0
/
+3
*
dashdemux: complete support for Media Presentations with several Periods
Gianluca Gennari
2013-05-08
1
-1
/
+2
*
Improve consistency of the tasks shutdown code
David Corvoysier
2013-05-08
1
-9
/
+8
*
Renamed demux->next_stream in demux->next_push
David Corvoysier
2013-05-08
1
-1
/
+1
*
Replaced references to playlist (HLS) by references to manifest (DASH)
David Corvoysier
2013-05-08
1
-2
/
+2
[next]