summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-11-21smoothstreaming: Handle invalid XMLEdward Hervey1-0/+5
2017-09-15mssdemux: fix caps leak in error code pathTim-Philipp Müller1-0/+1
2017-08-26meson: fix build for isoff lib additionTim-Philipp Müller1-1/+1
2017-08-25smoothstreaming: Use isoff to parse tfxd/tfrfSeungha Yang4-228/+55
2017-07-20meson: make smoothstreaming depend on gioAlessandro Decina1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-25mssdemux: Fix compiler warningSebastian Dröge1-2/+0
2017-04-25mss: always periodically update the manifest taking the new fragmentsMatthew Waters2-4/+1
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-1/+1
2017-03-27mssdemux: only add live fragments after manifest fragmentsMatthew Waters1-15/+14
2017-03-14Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters1-1/+1
2017-03-08dash/smoothstreaming: Use GST_PLUGIN_LIBTOOLFLAGSNicolas Dufresne1-1/+1
2017-03-02adaptivedemux: answer duration queries for live streamsAlex Ashley1-1/+1
2017-01-02smoothstreaming: Fix minor use after free referenceArun Raghavan1-1/+1
2016-11-29mssdemux: fix meson buildPhilippe Normand1-0/+1
2016-11-29mssdemux: improved live playback supportPhilippe Normand6-10/+567
2016-11-14mssdemux: wrap unmodified data in protection eventPhilippe Normand1-5/+3
2016-11-11smoothstreaming: use the duration from the list of fragments if not present i...Matthew Waters1-0/+24
2016-11-11smoothstreaming: implement adaptivedemux's get_live_seek_range()Matthew Waters3-0/+98
2016-08-25adaptivedemux: Enable bitrate selection for trick mode streaming againSebastian Dröge1-1/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+20
2016-05-28smoothstreaming: update fps calculation for h264 codec parser API changesTim-Philipp Müller1-1/+6
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+6
2016-02-09mssdemux: remove unnecessary checkLuis de Bethencourt1-2/+2
2016-02-04mssdemux: implement snap seekingThiago Santos3-40/+59
2016-02-04mssdemux: use correct seek position on reverse seeksThiago Santos1-2/+6
2016-02-04mssdemux: only update download position if the seek requests toThiago Santos1-1/+6
2016-02-04mssdemux: do not assert on fragment reloads for non-liveThiago Santos1-2/+0
2016-02-04adaptivedemux: handle snap seeksThiago Santos3-9/+25
2016-01-31smoothstreaming: remove unused dependency on uridownloaderTim-Philipp Müller2-2/+0
2016-01-15adaptivedemux: replace ghostpad with a standard padThiago Santos1-2/+1
2015-11-24mssdemux: add depth field to audio caps if availableMaroš Ondrášek1-0/+11
2015-11-06Fix code indentationTim-Philipp Müller1-1/+3
2015-09-30mssdemux: activate streams before configuring bitratePhilippe Normand1-2/+15
2015-09-30mssdemux: PlayReady WRM parsing supportPhilippe Normand4-0/+140
2015-09-30mssdemux: always use timescale for gst timestamp calculationPhilippe Normand1-6/+5
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-15/+0
2015-04-23adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2-4/+8
2015-02-17mssdemux: use correct function to clear fragment infoThiago Santos1-3/+1
2015-02-17adaptivedemux: add bitrate-limit propertyThiago Santos2-19/+0
2015-02-17adaptivedemux: add connection-speed propertyThiago Santos2-30/+3
2015-01-07mssdemux: fix crash while setting bitrate in caps structureRajat Verma1-1/+1
2014-12-10mssdemux: fix reverse playback fragment trackingThiago Santos1-9/+8
2014-12-04mssdemux: add live supportThiago Santos3-199/+211
2014-12-04mssdemux: fix getting current position in segments when after last oneThiago Santos1-2/+8
2014-12-04mssdemux: support manifests with repetition fragmentsThiago Santos1-7/+55
2014-12-04mssdemux: port to adaptivedemux base classThiago Santos5-1311/+189
2014-11-07mssdemux: seeks in the manifest never failThiago Santos3-14/+6