summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
AgeCommit message (Expand)AuthorFilesLines
2021-03-23smoothstreaming: allow per feature registrationStéphane Cerveau3-7/+4
2020-09-30smoothstreaming: clear live adapter on seekHosang Lee2-1/+12
2020-08-10smoothstreaming: start closer to the edge in live streamsHosang Lee1-1/+17
2020-06-17mssdemux: ignore unrecognized streamHosang Lee1-0/+8
2020-03-10smoothstreaming: fix H264 CodecPrivateData parsingyychao1-2/+2
2019-10-14Remove autotools build systemTim-Philipp Müller1-22/+0
2019-07-05h264parse lib: Remove the SPS parse_vui_params flagJan Schmidt1-1/+1
2019-05-13docs: Build documentation with hotdocThibault Saunier1-0/+1
2019-05-13Minor documentation fixesThibault Saunier1-3/+3
2019-03-18mssdemux: fix protection data double freeXabier Rodriguez Calvar1-1/+1
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