summaryrefslogtreecommitdiff
path: root/ext/dash/gstmpdparser.h
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: Handle bitrate > 2**31Edward Hervey2017-12-011-1/+1
* mpdparser: Support multiple Period elements in external xmlSeungha Yang2016-11-141-0/+1
* dashdemux: Add properties to select maximum allowed width/height and framerateSebastian Dröge2016-08-261-1/+1
* dashdemux: include segment duration when calculating seek rangeAlex Ashley2016-08-021-0/+1
* mpdparser: renamed gst_mpd_client_get_next_segment_availability_end_time to g...Florin Apostol2016-02-091-1/+1
* adaptivedemux: handle snap seeksThiago Santos2016-02-041-1/+1
* dashdemux: Suggestion for setting the framerate information.suhwang.kim2015-12-081-0/+1
* dashdemux: maxFrameRate & minFrameRate should be in RepresentationBase.suhwang.kim2015-12-081-2/+2
* mpdparser: remove gst_mpd_client_check_time_positionFlorin Apostol2015-11-241-1/+0
* mpdparser: remove unused functions gst_mpdparser_get_chunk_by_index and gst_m...Florin Apostol2015-11-191-1/+0
* mpdparser: make durations unsigned where appropriateVincent Penquerc'h2015-10-301-13/+15
* dashdemux: provide a default suggestedPresentationDelayAlex Ashley2015-10-291-0/+1
* dashdemux: create src pads for subtitle streams.Chris Bass2015-09-261-2/+3
* dashdemux: Implement lazy-loading of external periodsSebastian Dröge2015-09-251-1/+1
* mpdparser: Store an URI downloader in the parser for downloading additional M...Sebastian Dröge2015-09-251-0/+5
* mpdparser: Parse xlink attributes from Period, AdaptationSet and SegmentListSebastian Dröge2015-09-251-0/+15
* mpdparser: properly read signed r values for S elementsVincent Penquerc'h2015-09-161-1/+1
* dashdemux: Export the period start time to the base classSebastian Dröge2015-09-141-0/+1
* dashdemux: add support for UTCTiming elements for clock drift compensationAlex Ashley2015-08-141-0/+22
* dashdemux: regrouped functions in gstmpdparser.h fileFlorin Apostol2015-07-071-2/+2
* dashdemux: corrected comments in gstmpdparser.hFlorin Apostol2015-06-181-3/+3
* dashdemux: fix error calculating large presentationTimeOffset valuesAlex Ashley2015-06-111-1/+1
* dashdemux: use signed integet to represent segment indexThiago Santos2015-05-251-1/+1
* dashdemux: avoid busy-looping when waiting for new fragmentThiago Santos2015-05-131-0/+1
* dashdemux: Improve live stream manifest update repositioningThiago Santos2015-05-131-1/+1
* dashdemux: remove unused functionsThiago Santos2015-05-131-3/+0
* dashdemux: reuse seeking function to reduce repeated codeThiago Santos2015-05-131-1/+0
* dashdemux: refactor segment iteration for better performanceThiago Santos2015-05-131-1/+3
* dashdemux: improve mpd parsing for repeated segment entriesThiago Santos2015-05-131-2/+4
* dashdemux: implement get_presentation_offset.Mathieu Duponchelle2015-03-101-0/+2
* dashdemux: check for profilesThiago Santos2015-01-161-0/+6
* dashdemux: Find the current period in a live streamDavid Waring2014-12-021-0/+1
* dashdemux: port to adaptive demuxThiago Santos2014-11-301-2/+3
* dashdemux: support downloading segments in reverse orderGeorge Kiagiadakis2014-08-071-1/+1
* dashdemux: Always use the redirect target to resolve relative URIsSebastian Dröge2014-05-281-0/+2
* dashdemux: expose all streamsThiago Santos2013-12-241-1/+3
* dashdemux: stop fetching live fragments that don't yet existAlex Ashley2013-10-031-0/+4
* dashdemux: Fix warnings when building in OS X Snow LeopardJosep Torra2013-08-301-1/+1
* dashdemux: handle live playback resyncThiago Santos2013-07-081-0/+2
* dashdemux: fix template based segment generationThiago Santos2013-07-081-1/+1
* dashdemux: use more appropriate data structures for parsingThiago Santos2013-07-081-2/+2
* dashdemux: various cleanupsThiago Santos2013-07-031-2/+0
* dashdemux: Change first fragment selection for live streamsAlex Ashley2013-07-031-1/+3
* dashdemux: each fragment can have its own indexThiago Santos2013-07-011-1/+18
* dashdemux: handle top-level index urlsThiago Santos2013-07-011-1/+2
* dashdemux: add support for range based segmentsThiago Santos2013-07-011-2/+2
* dash: do not use deprecated glib mutex APIThiago Santos2013-05-081-3/+3
* dashdemux: reimplementing live streams manifest updatesThiago Santos2013-05-081-0/+4
* dash: mpdparser: use guint64 for timestampsThiago Santos2013-05-081-3/+3
* dashdemux: plug some leaksThiago Santos2013-05-081-1/+1