summaryrefslogtreecommitdiff
path: root/ext/dash/gstmpdparser.c
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: Fix warnings when building in OS X Snow LeopardJosep Torra2013-08-301-1/+1
* dashdemux: offset segment numbers by startNumberChris Bass2013-08-161-1/+2
* dashdemux: remove incorrect timestamp scaling.Chris Bass2013-08-161-3/+0
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-3/+4
* dashdemux: handle live playback resyncThiago Santos2013-07-081-0/+85
* dashdemux: fix template based segment generationThiago Santos2013-07-081-74/+120
* dashdemux: use more appropriate data structures for parsingThiago Santos2013-07-081-28/+59
* dashdemux: prevent assertion when duration is unknownThiago Santos2013-07-031-1/+2
* dashdemux: various cleanupsThiago Santos2013-07-031-22/+5
* dashdemux: Change first fragment selection for live streamsAlex Ashley2013-07-031-4/+87
* dashdemux: only generate index segment uri if there is a templateThiago Santos2013-07-031-3/+4
* dashdemux: Implement inheritance for certain MPD elementsGreg Rutz2013-07-031-51/+273
* dashdemux: Properly detect presence of xml attributesGreg Rutz2013-07-031-371/+426
* dashdemux: change debug message from warning to infoThiago Santos2013-07-031-1/+1
* dashdemux: protect from access to empty list dataThiago Santos2013-07-031-1/+1
* dashdemux: Handle case without an initialization segmentOlivier Crête2013-07-021-3/+5
* dash: save 1 or 2 string copies when getting fragment urisThiago Santos2013-07-011-4/+10
* dashdemux: each fragment can have its own indexThiago Santos2013-07-011-26/+74
* dashdemux: handle top-level index urlsThiago Santos2013-07-011-2/+50
* dashdemux: Fix critical error output when Initialization has no URLArthur Shipkowski2013-07-011-7/+13
* dashdemux: prevent crash by checking if the segment node is presentThiago Santos2013-07-011-1/+1
* dash: use same debug category for dashdemux and the mpd parserThiago Santos2013-07-011-0/+3
* dashdemux: add support for range based segmentsThiago Santos2013-07-011-33/+27
* dashdemux: Cleanup memory allocation/deallocationGreg Rutz2013-06-251-127/+144
* dashdemux: Announce correct mpegts capsOlivier Crête2013-05-151-1/+1
* dash: do not use deprecated glib mutex APIThiago Santos2013-05-081-5/+2
* dashdemux: fixing compiler warnings about print formatsThiago Santos2013-05-081-2/+4
* dash: mpdparser: do not cleanup xml lib too earlyThiago Santos2013-05-081-4/+0
* dashdemux: reimplementing live streams manifest updatesThiago Santos2013-05-081-0/+114
* dash: mpdparser: allow periods without start time for live streamsThiago Santos2013-05-081-0/+2
* dash: mpdparser: use guint64 for timestampsThiago Santos2013-05-081-16/+51
* dashdemux: mpd parsing: fix query parameter parsingThiago Santos2013-05-081-4/+9
* dashdemux: plug some leaksThiago Santos2013-05-081-1/+1
* dashdemux: Properly parse base uri from mpd.Andre Moreira Magalhaes (andrunko)2013-05-081-19/+39
* dashdemux: refactor to use the uridownloader lib instead of internal copyThiago Santos2013-05-081-3/+0
* dashdemux: download the next fragment with smaller timestampThiago Santos2013-05-081-0/+29
* dashdemux: correctly signal EOS on manifest endThiago Santos2013-05-081-0/+15
* dash: fix parsing of streams to get correct fragment durationsThiago Santos2013-05-081-7/+6
* dashdemux: fix seeking on multiple streamsThiago Santos2013-05-081-3/+1
* dashdemux: Replace GQueue by GstDataQueueThiago Santos2013-05-081-1/+1
* dash: do not try to print a pointer as a stringThiago Santos2013-05-081-1/+1
* dash: fixing build warningsThiago Santos2013-05-081-77/+79
* dashdemux: various fixesLouis-Francis Ratté-Boulianne2013-05-081-24/+80
* Applied gst-indentDavid Corvoysier2013-05-081-319/+491
* mpdparser: fix escape sequence in URL template resolvingGianluca Gennari2013-05-081-1/+9
* mpdparser: do not switch pads when bitstreamSwitching = trueGianluca Gennari2013-05-081-0/+8
* dashdemux: complete support for manifest file updatesGianluca Gennari2013-05-081-16/+51
* dashdemux: add support for manifest file updatesGianluca Gennari2013-05-081-0/+3
* dashdemux: new API to set/get segment index and period indexGianluca Gennari2013-05-081-9/+29
* dashdemux: new API to load the stream Period with a given indexGianluca Gennari2013-05-081-3/+3