summaryrefslogtreecommitdiff
path: root/ext/dash
Commit message (Expand)AuthorAgeFilesLines
* dashdemux: copy ContentProtection element including xml namespacesAlex Ashley2021-08-271-1/+16
* dashdemux: Properly initalize GErrorEdward Hervey2021-08-201-1/+1
* dash: Store entire ContentProtection node in protection event dataPhilippe Normand2021-07-151-29/+8
* dashdemux: Log protection events on corresponding padPhilippe Normand2021-07-081-2/+4
* dashsink: fix crash with no pad name for representationStéphane Cerveau2021-07-071-1/+38
* dashsink: Add signals for allowing custom playlist/fragmentStéphane Cerveau2021-07-071-56/+200
* Use gst_buffer_new_memdup()Tim-Philipp Müller2021-05-241-1/+1
* Use new gst_buffer_new_copy()Tim-Philipp Müller2021-05-231-1/+1
* Use gst_element_request_pad_simple...François Laignel2021-05-051-1/+1
* 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