summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* mpdparser: Set default last_byte_pos to -1Sebastian Dröge2015-10-201-1/+1
* dashdemux: fix undefined reference to gst_ntp_clock_newJulien Isorce2015-10-111-1/+1
* dashdemux: fixed has_next_periodFlorin Apostol2015-10-071-0/+8
* dashdemux: Correctly assign earliest pts instead of overriding it with first ...John Chang2015-10-051-1/+1
* dashdemux: Implement lazy-loading of external periodsSebastian Dröge2015-10-023-9/+58
* mpdparser: Load OnLoad external resources immediately instead of on demandSebastian Dröge2015-10-021-0/+172
* mpdparser: Add support for loading external SegmentListsSebastian Dröge2015-10-021-9/+143
* mpdparser: Add support for loading external AdaptationSetsSebastian Dröge2015-10-021-3/+149
* mpdparser: Implement loading of external Period nodesSebastian Dröge2015-10-021-13/+190
* mpdparser: Store an URI downloader in the parser for downloading additional M...Sebastian Dröge2015-10-023-0/+21
* mpdparser: Parse xlink attributes from Period, AdaptationSet and SegmentListSebastian Dröge2015-10-022-0/+78
* dashdemux: Properly handle relative and non-HTTP URIs for the headers/indicesSebastian Dröge2015-10-021-7/+3
* mpdparser: If no Initialization is present in the SegmentBase, assume it is b...Sebastian Dröge2015-10-021-26/+26
* mpdparser: Only check stream->segments for a repeated last segment if we have...Sebastian Dröge2015-09-221-1/+2
* mpdparser: support for negative repeat count in segmentsVincent Penquerc'h2015-09-161-18/+87
* mpdparser: properly read signed r values for S elementsVincent Penquerc'h2015-09-162-2/+34
* mdpparser: catch failures to parseVincent Penquerc'h2015-09-161-5/+6
* dashdemux: fix return when trying to advance in subfragmented streamThiago Santos2015-09-151-2/+5
* mpdparser: Don't consider period start times in periods with segment lists ei...Sebastian Dröge2015-09-141-7/+6
* dashdemux: Export the period start time to the base classSebastian Dröge2015-09-143-3/+26
* Revert "dashdemux: Subtract the period start time from the presentation offset"Sebastian Dröge2015-09-141-5/+1
* Revert "dashdemux: Include the period start in the fragment timestamps in all...Sebastian Dröge2015-09-141-6/+2
* mpdparser: Consider the repeat count when checking if a segment is the last oneSebastian Dröge2015-09-141-1/+10
* dashdemux: also check for subfragments on has_next_fragmentThiago Santos2015-09-141-0/+23
* mpdparser: fix period start time scalingVincent Penquerc'h2015-09-071-1/+6
* dashdemux: don't meddle with the class struct from an instanceTim-Philipp Müller2015-08-271-8/+10
* dashdemux: Handle encoding specified in the <xml> element when dumping nodesSebastian Dröge2015-08-191-9/+1
* dashdemux: replace xmlNodeDump with xmlNodeDumpOutputAlex Ashley2015-08-191-8/+36
* dashdemux: link against gio for g_resolver and g_inet_address_from_stringRico Tzschichholz2015-08-171-0/+2
* dashdemux: fix off by one seeking issueThiago Santos2015-08-161-3/+6
* mpdparser: Free UTCTiming struct if there are no values associated with itSebastian Dröge2015-08-161-0/+3
* dashdemux: add support for HTTP HEAD method of time syncAlex Ashley2015-08-141-5/+131
* dashdemux: post-review fixup of UTCTiming elementAlex Ashley2015-08-141-2/+34
* dashdemux: add support for UTCTiming elements for clock drift compensationAlex Ashley2015-08-145-5/+484
* dashdemux: Fix leak in gst_dash_demux_stream_update_fragment_info()Florin Apostol2015-08-061-0/+1
* dash: mpdparser: plug leak in segmenttemplate parsingThiago Santos2015-08-011-10/+14
* dashdemux: gst_mpdparser_get_xml_prop_duration sets default value in case of ...Florin Apostol2015-07-271-5/+1
* dahdemux: avoid overflows in computation of segment start time and durationFlorin Apostol2015-07-241-8/+6
* dashdemux: add support for generating Protection events from ContentProtectio...Alex Ashley2015-07-202-1/+68
* dashdemux: remove typefinder, move it to typefindfunctions in -baseTim-Philipp Müller2015-07-161-87/+4
* dashdemux: default timescale is 1Florin Apostol2015-07-161-24/+11
* dashdemux: free prop_string only after it's no longer neededFlorin Apostol2015-07-161-5/+5
* mpdparse: g_slice_new() can't return NULLSebastian Dröge2015-07-101-139/+12
* mpdparser: Don't allow network access when reading the XML dataSebastian Dröge2015-07-101-3/+4
* mpdparser: Fix some memory leaks in the MPD parser and unit testSebastian Dröge2015-07-081-6/+6
* Revert "Revert "dashdemux: fixed gst_mpd_client_advance_segment to return GST...Sebastian Dröge2015-07-081-2/+11
* dashdemux: remove redundant else statementLuis de Bethencourt2015-07-081-7/+6
* Revert "dashdemux: fixed gst_mpd_client_advance_segment to return GST_FLOW_EOS"Sebastian Dröge2015-07-071-11/+2
* mpdparser: Fix off-by-one in has-next-segment calculationSebastian Dröge2015-07-071-1/+1
* dashdemux: added parsing of bitstreamSwitching@AdaptationSetFlorin Apostol2015-07-071-0/+2