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
/
gstmpdparser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dashdemux: Fix warnings when building in OS X Snow Leopard
Josep Torra
2013-08-30
1
-1
/
+1
*
dashdemux: offset segment numbers by startNumber
Chris Bass
2013-08-16
1
-1
/
+2
*
dashdemux: remove incorrect timestamp scaling.
Chris Bass
2013-08-16
1
-3
/
+0
*
all: Fix for GST_DISABLE_GST_DEBUG
Edward Hervey
2013-07-29
1
-3
/
+4
*
dashdemux: handle live playback resync
Thiago Santos
2013-07-08
1
-0
/
+85
*
dashdemux: fix template based segment generation
Thiago Santos
2013-07-08
1
-74
/
+120
*
dashdemux: use more appropriate data structures for parsing
Thiago Santos
2013-07-08
1
-28
/
+59
*
dashdemux: prevent assertion when duration is unknown
Thiago Santos
2013-07-03
1
-1
/
+2
*
dashdemux: various cleanups
Thiago Santos
2013-07-03
1
-22
/
+5
*
dashdemux: Change first fragment selection for live streams
Alex Ashley
2013-07-03
1
-4
/
+87
*
dashdemux: only generate index segment uri if there is a template
Thiago Santos
2013-07-03
1
-3
/
+4
*
dashdemux: Implement inheritance for certain MPD elements
Greg Rutz
2013-07-03
1
-51
/
+273
*
dashdemux: Properly detect presence of xml attributes
Greg Rutz
2013-07-03
1
-371
/
+426
*
dashdemux: change debug message from warning to info
Thiago Santos
2013-07-03
1
-1
/
+1
*
dashdemux: protect from access to empty list data
Thiago Santos
2013-07-03
1
-1
/
+1
*
dashdemux: Handle case without an initialization segment
Olivier Crête
2013-07-02
1
-3
/
+5
*
dash: save 1 or 2 string copies when getting fragment uris
Thiago Santos
2013-07-01
1
-4
/
+10
*
dashdemux: each fragment can have its own index
Thiago Santos
2013-07-01
1
-26
/
+74
*
dashdemux: handle top-level index urls
Thiago Santos
2013-07-01
1
-2
/
+50
*
dashdemux: Fix critical error output when Initialization has no URL
Arthur Shipkowski
2013-07-01
1
-7
/
+13
*
dashdemux: prevent crash by checking if the segment node is present
Thiago Santos
2013-07-01
1
-1
/
+1
*
dash: use same debug category for dashdemux and the mpd parser
Thiago Santos
2013-07-01
1
-0
/
+3
*
dashdemux: add support for range based segments
Thiago Santos
2013-07-01
1
-33
/
+27
*
dashdemux: Cleanup memory allocation/deallocation
Greg Rutz
2013-06-25
1
-127
/
+144
*
dashdemux: Announce correct mpegts caps
Olivier Crête
2013-05-15
1
-1
/
+1
*
dash: do not use deprecated glib mutex API
Thiago Santos
2013-05-08
1
-5
/
+2
*
dashdemux: fixing compiler warnings about print formats
Thiago Santos
2013-05-08
1
-2
/
+4
*
dash: mpdparser: do not cleanup xml lib too early
Thiago Santos
2013-05-08
1
-4
/
+0
*
dashdemux: reimplementing live streams manifest updates
Thiago Santos
2013-05-08
1
-0
/
+114
*
dash: mpdparser: allow periods without start time for live streams
Thiago Santos
2013-05-08
1
-0
/
+2
*
dash: mpdparser: use guint64 for timestamps
Thiago Santos
2013-05-08
1
-16
/
+51
*
dashdemux: mpd parsing: fix query parameter parsing
Thiago Santos
2013-05-08
1
-4
/
+9
*
dashdemux: plug some leaks
Thiago Santos
2013-05-08
1
-1
/
+1
*
dashdemux: Properly parse base uri from mpd.
Andre Moreira Magalhaes (andrunko)
2013-05-08
1
-19
/
+39
*
dashdemux: refactor to use the uridownloader lib instead of internal copy
Thiago Santos
2013-05-08
1
-3
/
+0
*
dashdemux: download the next fragment with smaller timestamp
Thiago Santos
2013-05-08
1
-0
/
+29
*
dashdemux: correctly signal EOS on manifest end
Thiago Santos
2013-05-08
1
-0
/
+15
*
dash: fix parsing of streams to get correct fragment durations
Thiago Santos
2013-05-08
1
-7
/
+6
*
dashdemux: fix seeking on multiple streams
Thiago Santos
2013-05-08
1
-3
/
+1
*
dashdemux: Replace GQueue by GstDataQueue
Thiago Santos
2013-05-08
1
-1
/
+1
*
dash: do not try to print a pointer as a string
Thiago Santos
2013-05-08
1
-1
/
+1
*
dash: fixing build warnings
Thiago Santos
2013-05-08
1
-77
/
+79
*
dashdemux: various fixes
Louis-Francis Ratté-Boulianne
2013-05-08
1
-24
/
+80
*
Applied gst-indent
David Corvoysier
2013-05-08
1
-319
/
+491
*
mpdparser: fix escape sequence in URL template resolving
Gianluca Gennari
2013-05-08
1
-1
/
+9
*
mpdparser: do not switch pads when bitstreamSwitching = true
Gianluca Gennari
2013-05-08
1
-0
/
+8
*
dashdemux: complete support for manifest file updates
Gianluca Gennari
2013-05-08
1
-16
/
+51
*
dashdemux: add support for manifest file updates
Gianluca Gennari
2013-05-08
1
-0
/
+3
*
dashdemux: new API to set/get segment index and period index
Gianluca Gennari
2013-05-08
1
-9
/
+29
*
dashdemux: new API to load the stream Period with a given index
Gianluca Gennari
2013-05-08
1
-3
/
+3
[next]