summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* dash: allow per feature registrationStéphane Cerveau2021-03-235-20/+32
* dashsink: add h265 codec supportHaihua Hu2021-01-261-0/+2
* dashsink: fix double unref of sinkpad capsHaihua Hu2021-01-251-2/+0
* dashsink: fix critical log when exit dynamic pipelineHaihua Hu2020-12-312-3/+4
* adaptivedemux: Store QoS values on the elementEdward Hervey2020-11-111-5/+7
* meson: update glib minimum version to 2.56Stéphane Cerveau2020-10-161-26/+0
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-0/+2
* dash: fix VARARGS coverity errorStéphane Cerveau2020-04-081-22/+18
* dash: add build-dep on pbutilsMatthew Waters2020-03-031-1/+2
* dash: Don't use sscanf + glib format modifiersNirbheek Chauhan2020-02-271-25/+49
* dash: Remove spurious condition check and remove unused debug categorySeungha Yang2020-01-071-5/+1
* dashsink: Add new sink to produce DASH contentStéphane Cerveau2020-01-038-8/+1525
* gstxmlhelper: fix xmlOutputBufferFlush ignored retStéphane Cerveau2020-01-031-1/+1
* dash: add set/get property for nodesStéphane Cerveau2020-01-0311-8/+835
* dash: Generate an XML content from object.Stéphane Cerveau2020-01-0360-822/+2544
* dash: move parser nodes/types to separated filesStéphane Cerveau2019-12-0543-1415/+3441
* dash: split mpdparser, mpdclient and xmlhelperStéphane Cerveau2019-12-0511-4636/+4839
* dash: Fix typo in meson.buildXavier Claessens2019-11-191-3/+3
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-8/+8
* Remove autotools build systemTim-Philipp Müller2019-10-141-34/+0
* dash: Fallback to libxml2 subprojectXavier Claessens2019-07-241-1/+6
* dashdemux: include both Period start and presentationTimeOffset in segment startAlex Ashley2019-06-011-27/+38
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* dashdemux: Always create the adapterNicolas Dufresne2018-08-161-3/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+1
* dashdemux: Fix sync of updated manifest from previous oneSeungha Yang2018-05-121-0/+6
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Fix code indentationTim-Philipp Müller2018-04-221-1/+1
* dashdemux: parse xs:dateTime's timezone indicatorJun Xie2017-12-181-3/+47
* dashdemux: fix coredump issue with external AdaptationSetJun Xie2017-12-061-4/+4
* dashdemux: remove duplicated codeJun Xie2017-11-301-4/+0
* dashdemux: fix memory leakJun Xie2017-11-301-2/+2
* dashdemux: Handle bitrate > 2**31Edward Hervey2017-11-252-3/+3
* isoff: Move isoff to gst-libsSeungha Yang2017-08-255-732/+3
* dashdemux: Add support webvtt subtitle streamSeungha Yang2017-07-181-2/+5
* dashdemux: update manifest streams correctly if pads aren't exposedThiago Santos2017-07-131-1/+12
* dashdemux: Implement a default presentation delayEdward Hervey2017-06-011-2/+2
* mpdparser: remove duplicate free of client dataThiago Santos2017-06-011-1/+0
* dashdemux: Remove wrong assertionEdward Hervey2017-05-311-2/+0
* dashdemux: Use correct (sub) fragment start when clipping chunk sizeSebastian Dröge2017-05-181-11/+10
* dashdemux: Make sure to pass the next buffer after a seek with DISCONT flagSebastian Dröge2017-05-181-0/+2
* dashdemux: Ensure that we never ever download over the current SIDX entrySebastian Dröge2017-05-181-6/+18
* dashdemux: Take SIDX entry timestamp/duration into account for keyunit-only modeSebastian Dröge2017-05-181-20/+48
* dashdemux: Reset parsing state correctly in various placesSebastian Dröge2017-05-181-17/+23
* dashdemux: Reset previous target_time when seekingSebastian Dröge2017-05-181-2/+4
* dashdemux: Smooth out skip distances in keyframe-only trick modesSebastian Dröge2017-05-182-1/+30
* dashdemux: Take configure max bitrate/framerate into account for keyframe ski...Sebastian Dröge2017-05-182-57/+143
* dashdemux: Try harder to not run into a loop over the same fragment over and ...Sebastian Dröge2017-05-181-12/+67
* dashdemux: Add some debug output to the target time selectionSebastian Dröge2017-05-181-2/+12