summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: Implement SIDX tracking based on buffer offsetSebastian Dröge2016-07-012-15/+7
* dashdemux: Properly keep track of current offsetSebastian Dröge2016-07-012-19/+80
* adaptivedemux: Get rid of internal stream adapter and let subclasses handle t...Sebastian Dröge2016-07-012-14/+24
* dash: strip lead/trailing whitespace from descriptortype attributesThiago Santos2016-04-221-1/+15
* adaptivedemux: use GstSystemClock to all real-time calculationsFlorin Apostol2016-04-211-11/+26
* mpdparser: clamp segment durations to each other and period endVincent Penquerc'h2016-04-051-11/+40
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-9/+8
* dashdemux: sync index and the selected chunk when seekingThiago Santos2016-02-261-1/+1
* dashdemux: correctly handle an HTTP-XSDATE that is exactly the size of the da...Florin Apostol2016-02-231-6/+8
* dashdemux: gst_dash_demux_get_live_seek_range returns positive valuesFlorin Apostol2016-02-101-6/+21
* dashdemux: plug mpd client leakThiago Santos2016-02-091-0/+1
* dashdemux: fix memory leak in gst_dash_demux_update_manifest_dataFlorin Apostol2016-02-091-0/+8
* mpdparser: renamed gst_mpd_client_get_next_segment_availability_end_time to g...Florin Apostol2016-02-093-9/+10
* mpdparser: corrected getting segment availabilityFlorin Apostol2016-02-091-10/+37
* dashdemux: implement snap seek handlingThiago Santos2016-02-042-10/+72
* adaptivedemux: handle snap seeksThiago Santos2016-02-043-18/+39
* dashdemux: only update current reading position when neededThiago Santos2016-02-011-3/+12
* dashdemux: respect seeking parameterThiago Santos2016-02-011-2/+2
* mpdparser: Use RepresentationIndex instead of Initialization to get the URL o...John Chang2016-01-221-1/+1
* dashdemux: added check that availabilityStartTime is present for live streamsFlorin Apostol2016-01-181-0/+5
* adaptivedemux: improved error message if availabilityStartTime is missing for...Florin Apostol2016-01-181-3/+6
* adaptivedemux: replace ghostpad with a standard padThiago Santos2016-01-151-1/+1
* dashdemux: removed unnecessary space trimming in gst_dash_demux_parse_http_headFlorin Apostol2015-12-281-3/+0
* dashdemux: accept 2 or 4 digit year when using HTTP HEAD for calculating cloc...Florin Apostol2015-12-281-4/+7
* dashdemux: improve validation of UTCtiming elementFlorin Apostol2015-12-161-0/+5
* dashdemux: clock_cond is not used and should be removedFlorin Apostol2015-12-161-6/+0
* adaptivedemux: fixed clock compensation in get_fragment_waiting_timeFlorin Apostol2015-12-161-1/+2
* dashdemux: Suggestion for setting the framerate information.suhwang.kim2015-12-083-0/+50
* dashdemux: maxFrameRate & minFrameRate should be in RepresentationBase.suhwang.kim2015-12-082-8/+8
* mpdparser: remove gst_mpd_client_check_time_positionFlorin Apostol2015-11-242-64/+0
* mpdparser: added support for parsing fraction of seconds in dateTime fieldsFlorin Apostol2015-11-231-4/+5
* dashdemux: always set presentationTimeOffsetThiago Santos2015-11-201-7/+30
* dashdemux: Add binary search for stream_sidx_seekJimmy Ohn2015-11-191-16/+35
* mpdparser: remove unused functions gst_mpdparser_get_chunk_by_index and gst_m...Florin Apostol2015-11-192-81/+0
* Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet2015-11-181-2/+1
* mpdparser: Also allow '/' in RepresentationIDSebastian Dröge2015-11-181-6/+14
* dashdemux: fixed illegal memory access in gst_mpd_client_get_last_fragment_ti...Florin Apostol2015-11-181-12/+17
* dashdemux: remove unreachable codeFlorin Apostol2015-11-021-31/+11
* mpdparser: add some checks to duration parsingVincent Penquerc'h2015-11-021-150/+212
* dashdemux: added duration format validationFlorin Apostol2015-11-021-6/+50
* dashdemux: fix memory leakLuis de Bethencourt2015-11-021-0/+1
* mpdparser: make durations unsigned where appropriateVincent Penquerc'h2015-10-302-101/+73
* dashdemux: inherit bitstreamSwitching from Period to AdaptationSetFlorin Apostol2015-10-301-1/+10
* dashdemux: marked PROP_BANDWIDTH_USAGE property as deprecatedFlorin Apostol2015-10-301-1/+1
* dashdemux: inherited segment URLs are ignored if they are defined again in a ...Florin Apostol2015-10-301-0/+19
* dashdemux: provide a default suggestedPresentationDelayAlex Ashley2015-10-294-0/+70
* dashdemux: improve detection of stream languageFlorin Apostol2015-10-291-3/+10
* dash_mpd: restrict segment template format strings to %0[0-9]*d as per specVincent Penquerc'h2015-10-291-13/+9
* dashdemux: segment template parsing: added support for %dFlorin Apostol2015-10-291-6/+9
* dashdemux: corrected parsing of segment templatesFlorin Apostol2015-10-291-23/+34