summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* dash/smoothstreaming: Remove unused debug category with the same nameSebastian Dröge2013-09-191-3/+0
* dashdemux: Fix warnings when building in OS X Snow LeopardJosep Torra2013-08-301-2/+2
* dashdemux: Fix warnings when building in OS X Snow LeopardJosep Torra2013-08-302-2/+2
* dashdemux: offset segment numbers by startNumberChris Bass2013-08-161-1/+2
* dashdemux: remove incorrect timestamp scaling.Chris Bass2013-08-161-3/+0
* dashdemux: use push_force when adding events to the dataqueueThiago Santos2013-08-131-1/+1
* dashdemux: properly error out when manifest has no streamsThiago Santos2013-07-301-6/+27
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-292-5/+14
* dash: Add support for group-id in the stream-start eventSebastian Dröge2013-07-232-5/+25
* dashdemux: fix typo in check_queue_full functionThiago Santos2013-07-151-1/+1
* dashdemux: implement queue full check functionThiago Santos2013-07-091-4/+3
* dashdemux: minor refactorThiago Santos2013-07-091-137/+165
* dashdemux: handle live playback resyncThiago Santos2013-07-084-4/+162
* dashdemux: fix template based segment generationThiago Santos2013-07-082-75/+121
* dashdemux: use more appropriate data structures for parsingThiago Santos2013-07-083-33/+64
* dashdemux: answer to latency queriesThiago Santos2013-07-081-0/+16
* dashdemux: prevent assertion when duration is unknownThiago Santos2013-07-031-1/+2
* dashdemux: Fix event leak when parsing manifest failsThiago Santos2013-07-031-19/+29
* dashdemux: various cleanupsThiago Santos2013-07-033-30/+10
* dashdemux: Change first fragment selection for live streamsAlex Ashley2013-07-033-7/+136
* 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: protect against failed header downloadsThiago Santos2013-07-031-3/+5
* dashdemux: Handle case without an initialization segmentOlivier Crête2013-07-022-14/+20
* 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-013-41/+130
* dashdemux: handle top-level index urlsThiago Santos2013-07-013-26/+99
* 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-014-2/+20
* dashdemux: add support for range based segmentsThiago Santos2013-07-013-43/+43
* dashdemux: Cleanup memory allocation/deallocationGreg Rutz2013-06-251-127/+144
* dashdemux: Make gst-indent happyOlivier Crête2013-06-101-1/+1
* dashdemux: Fix issue with get returning a value for max-buffering-timeArthur Shipkowski2013-06-071-2/+1
* dashdemux: send stream start eventThiago Santos2013-05-171-0/+8
* dashdemux: Announce correct mpegts capsOlivier Crête2013-05-152-4/+4
* dashdemux: rename src template from src%d to src_%uTim-Philipp Müller2013-05-081-1/+1
* dash: remove superfluous filesThiago Santos2013-05-082-485/+0
* dash: do not use deprecated glib mutex APIThiago Santos2013-05-083-12/+5
* dashdemux: fixing compiler warnings about print formatsThiago Santos2013-05-082-4/+8
* dashdemux: port to 1.0Thiago Santos2013-05-086-110/+112
* dashdemux: Fix another wrong assertionThiago Santos2013-05-081-1/+5
* dashdemux: remove wrong assertsThiago Santos2013-05-081-2/+0
* dashdemux: only start timestamp from 0 for live streamWim Taymans2013-05-081-6/+8
* dashdemux: make timestamps start from 0Wim Taymans2013-05-082-5/+16
* dashdemux: also send newsegment on startupWim Taymans2013-05-081-0/+1
* dashdemux: small cleanupWim Taymans2013-05-081-6/+13