summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* 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
* dashdemux: fixed crash when segment timeline list is greater than segment url...Florin Apostol2015-10-291-0/+6
* mpdparser: do not dereference profiles is absentVincent Penquerc'h2015-10-291-1/+5
* dashdemux: parser rejects negative values for mediaPresentationDurationFlorin Apostol2015-10-291-0/+7
* dashdemux: corrected parsing of negative values into unsigned dataFlorin Apostol2015-10-291-12/+53
* mpdparser: forbid negative values for durationVincent Penquerc'h2015-10-281-4/+25
* dashdemux: parser rejects XMLs with negative period durationFlorin Apostol2015-10-281-0/+4
* mpdparser: check segment lists have either duration or timelineVincent Penquerc'h2015-10-281-52/+126