summaryrefslogtreecommitdiff
path: root/ext/dash
AgeCommit message (Expand)AuthorFilesLines
2021-08-27dashdemux: copy ContentProtection element including xml namespacesAlex Ashley1-1/+16
2021-08-20dashdemux: Properly initalize GErrorEdward Hervey1-1/+1
2021-07-15dash: Store entire ContentProtection node in protection event dataPhilippe Normand1-29/+8
2021-07-08dashdemux: Log protection events on corresponding padPhilippe Normand1-2/+4
2021-07-07dashsink: fix crash with no pad name for representationStéphane Cerveau1-1/+38
2021-07-07dashsink: Add signals for allowing custom playlist/fragmentStéphane Cerveau1-56/+200
2021-05-24Use gst_buffer_new_memdup()Tim-Philipp Müller1-1/+1
2021-05-23Use new gst_buffer_new_copy()Tim-Philipp Müller1-1/+1
2021-05-05Use gst_element_request_pad_simple...François Laignel1-1/+1
2021-03-23dash: allow per feature registrationStéphane Cerveau5-20/+32
2021-01-26dashsink: add h265 codec supportHaihua Hu1-0/+2
2021-01-25dashsink: fix double unref of sinkpad capsHaihua Hu1-2/+0
2020-12-31dashsink: fix critical log when exit dynamic pipelineHaihua Hu2-3/+4
2020-11-11adaptivedemux: Store QoS values on the elementEdward Hervey1-5/+7
2020-10-16meson: update glib minimum version to 2.56Stéphane Cerveau1-26/+0
2020-06-06plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle1-1/+1
2020-06-04plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge1-0/+2
2020-04-08dash: fix VARARGS coverity errorStéphane Cerveau1-22/+18
2020-03-03dash: add build-dep on pbutilsMatthew Waters1-1/+2
2020-02-27dash: Don't use sscanf + glib format modifiersNirbheek Chauhan1-25/+49
2020-01-07dash: Remove spurious condition check and remove unused debug categorySeungha Yang1-5/+1
2020-01-03dashsink: Add new sink to produce DASH contentStéphane Cerveau8-8/+1525
2020-01-03gstxmlhelper: fix xmlOutputBufferFlush ignored retStéphane Cerveau1-1/+1
2020-01-03dash: add set/get property for nodesStéphane Cerveau11-8/+835
2020-01-03dash: Generate an XML content from object.Stéphane Cerveau60-822/+2544
2019-12-05dash: move parser nodes/types to separated filesStéphane Cerveau43-1415/+3441
2019-12-05dash: split mpdparser, mpdclient and xmlhelperStéphane Cerveau11-4636/+4839
2019-11-19dash: Fix typo in meson.buildXavier Claessens1-3/+3
2019-11-05documentation: fixed a heap o' typosAaron Boxer2-8/+8
2019-10-14Remove autotools build systemTim-Philipp Müller1-34/+0
2019-07-24dash: Fallback to libxml2 subprojectXavier Claessens1-1/+6
2019-06-01dashdemux: include both Period start and presentationTimeOffset in segment startAlex Ashley1-27/+38
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2018-08-16dashdemux: Always create the adapterNicolas Dufresne1-3/+1
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-05-12dashdemux: Fix sync of updated manifest from previous oneSeungha Yang1-0/+6
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-04-22Fix code indentationTim-Philipp Müller1-1/+1
2017-12-18dashdemux: parse xs:dateTime's timezone indicatorJun Xie1-3/+47
2017-12-06dashdemux: fix coredump issue with external AdaptationSetJun Xie1-4/+4
2017-11-30dashdemux: remove duplicated codeJun Xie1-4/+0
2017-11-30dashdemux: fix memory leakJun Xie1-2/+2
2017-11-25dashdemux: Handle bitrate > 2**31Edward Hervey2-3/+3
2017-08-25isoff: Move isoff to gst-libsSeungha Yang5-732/+3
2017-07-18dashdemux: Add support webvtt subtitle streamSeungha Yang1-2/+5
2017-07-13dashdemux: update manifest streams correctly if pads aren't exposedThiago Santos1-1/+12
2017-06-01dashdemux: Implement a default presentation delayEdward Hervey1-2/+2
2017-06-01mpdparser: remove duplicate free of client dataThiago Santos1-1/+0
2017-05-31dashdemux: Remove wrong assertionEdward Hervey1-2/+0
2017-05-18dashdemux: Use correct (sub) fragment start when clipping chunk sizeSebastian Dröge1-11/+10