summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: corrected computation of period's durationFlorin Apostol2015-06-221-3/+28
* dashdemux: added warnings in gst_mpd_client_setup_streaming functionFlorin Apostol2015-06-181-4/+7
* dashdemux: corrected comments in gstmpdparser.hFlorin Apostol2015-06-181-3/+3
* dashdemux: fixed getting representation based on max bandwidthFlorin Apostol2015-06-181-1/+1
* dashdemux: fixed segfault for missing default namespaceFlorin Apostol2015-06-121-3/+5
* dashdemux: fix error calculating large presentationTimeOffset valuesAlex Ashley2015-06-112-10/+15
* dash: Add $(GST_PLUGINS_BASE_LIBS) to LIBADDSebastian Dröge2015-06-091-0/+1
* mpdparser: Fix inverted logic introduced in last commitSebastian Dröge2015-06-051-2/+2
* mpdparser: Calculate the number of segments we have when a segment template i...Sebastian Dröge2015-06-051-16/+43
* Revert "mpdparser: Don't consider streams with a known media presentation dur...Sebastian Dröge2015-06-051-2/+1
* mpdparser: Don't consider streams with a known media presentation duration as...Sebastian Dröge2015-06-051-1/+2
* mpdparser: Don't crash in debug output if stream->segments is NULLSebastian Dröge2015-06-041-1/+1
* mpdparse: Clamp seek times to the availabilityStartTimeSebastian Dröge2015-06-041-0/+4
* mpdparser: Improve debug output a bit when advancing segmentsSebastian Dröge2015-06-041-10/+15
* mpdparser: Use 64 bit integer format strings when passing a 64 bit integerSebastian Dröge2015-06-041-3/+42
* mpdparse: Validate format strings before using themSebastian Dröge2015-06-041-0/+58
* mpdparser: Add the startNumber as offset to the segment index when using a te...Sebastian Dröge2015-06-031-2/+6
* dashdemux: avoid assertion when splitting bufferThiago Santos2015-05-291-1/+1
* dashdemux: Fix segfault introduced by segment iteration refactoring (2105a310).David Waring2015-05-251-57/+123
* dashdemux: use signed integet to represent segment indexThiago Santos2015-05-252-3/+3
* dashdemux: fix outdated example launch lineSuhwang Kim2015-05-251-1/+1
* dashdemux: remove unnecessary semicolonJimmy Ohn2015-05-221-1/+1
* dashdemux: avoid busy-looping when waiting for new fragmentThiago Santos2015-05-133-0/+30
* dashdemux: Improve live stream manifest update repositioningThiago Santos2015-05-133-8/+20
* dashdemux: add more protection when acessing gptrarray entriesThiago Santos2015-05-131-11/+49
* dashdemux: remove unused functionsThiago Santos2015-05-132-53/+10
* dashdemux: reuse seeking function to reduce repeated codeThiago Santos2015-05-133-58/+4
* dashdemux: refactor segment iteration for better performanceThiago Santos2015-05-133-63/+93
* dashdemux: improve mpd parsing for repeated segment entriesThiago Santos2015-05-132-67/+97
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-231-3/+5
* dashdemux: enable playback of content with text streamsYujin Lee2015-04-131-0/+3
* dashdemux: set default @startNumber and also avoid wrong overwriteJun Xie2015-03-241-2/+7
* dashdemux: fetch wrong segment at the end of Periodxixi2015-03-151-1/+1
* Remove a bunch of silly ';;' typos at the end of linesJan Schmidt2015-03-121-1/+1
* dashdemux: implement get_presentation_offset.Mathieu Duponchelle2015-03-103-5/+45
* gstmpdparser: Really set the default value for startNumber.Mathieu Duponchelle2015-03-101-4/+3
* dashdemux: protect against malformed isombff formatThiago Santos2015-02-182-13/+27
* dashdemux: depracate bandwidth-usage in favor of bitrate-limitThiago Santos2015-02-172-8/+7
* dashdemux: Fix handling of live streams with timeshift buffers.Mathieu Duponchelle2015-02-121-0/+20
* dashdemux: set proper stream type to streamsThiago Santos2015-02-121-3/+3
* dashdemux: use audio_%02u and video_%02u names for padsThiago Santos2015-01-262-7/+37
* Constify some static arrays everywhereSebastian Dröge2015-01-211-5/+5
* adaptivedemux: refactor chunk downloading flowThiago Santos2015-01-192-92/+95
* dashdemux: add log message about segment time informationThiago Santos2015-01-191-0/+4
* dashdemux: Fix compiler warning with clangSebastian Dröge2015-01-191-1/+1
* dashdemux: Fix detection for the end of segment.David Waring2015-01-161-1/+1
* dashdemux: remove unused segment attributeThiago Santos2015-01-162-6/+0
* dashdemux: implement ISOBMFF profile handlingThiago Santos2015-01-162-38/+264
* dashdemux: parse the sidx index from isobmff streamsThiago Santos2015-01-165-0/+323
* dashdemux: check for profilesThiago Santos2015-01-162-0/+26