summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming
Commit message (Expand)AuthorAgeFilesLines
* mssdemux: activate streams before configuring bitratePhilippe Normand2015-09-301-6/+15
* mssdemux: always use timescale for gst timestamp calculationPhilippe Normand2015-09-301-6/+5
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-15/+0
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-232-4/+8
* mssdemux: use correct function to clear fragment infoThiago Santos2015-02-171-3/+1
* adaptivedemux: add bitrate-limit propertyThiago Santos2015-02-172-19/+0
* adaptivedemux: add connection-speed propertyThiago Santos2015-02-172-30/+3
* mssdemux: fix crash while setting bitrate in caps structureRajat Verma2015-01-071-1/+1
* mssdemux: fix reverse playback fragment trackingThiago Santos2014-12-101-9/+8
* mssdemux: add live supportThiago Santos2014-12-043-199/+211
* mssdemux: fix getting current position in segments when after last oneThiago Santos2014-12-041-2/+8
* mssdemux: support manifests with repetition fragmentsThiago Santos2014-12-041-7/+55
* mssdemux: port to adaptivedemux base classThiago Santos2014-12-045-1311/+189
* mssdemux: seeks in the manifest never failThiago Santos2014-11-073-14/+6
* smoothstreaming: initialise new GstH264NalUnit fieldsTim-Philipp Müller2014-11-071-1/+3
* Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller2014-11-021-1/+3
* mssdemux: add type of stream to debug logThiago Santos2014-10-311-0/+2
* mssdemux: do not unlock not locked mutexThiago Santos2014-10-311-1/+0
* mssdemux: synchronize with the download loop thread to signal it to continueGeorge Kiagiadakis2014-09-182-31/+66
* mssdemux: fix clearing of eos state in padsThiago Santos2014-09-181-1/+26
* mssdemux: improve position detection when a download restartMatthieu Bouron2014-09-111-3/+25
* mssdemux: Don't send flush events to deactivated padsSebastian Dröge2014-09-041-4/+4
* mssdemux: Always use the redirect target to resolve relative URIsSebastian Dröge2014-05-281-6/+38
* mssdemux: avoid deadlocking when erroringThiago Santos2014-05-121-4/+11
* mssdemux: fix caps leakThiago Santos2014-05-121-0/+2
* mssdemux: handle error messages from internal sourceThiago Santos2014-05-121-9/+49
* mssdemux: Always accept the latency configure eventThiago Santos2014-05-121-0/+7
* mssdemux: reenable segment tracking for streamsThiago Santos2014-05-122-51/+7
* mssdemux: deprecate unused max-queue-size-buffersThiago Santos2014-05-121-1/+2
* mssdemux: measure bitrate similarly to hlsdemuxThiago Santos2014-05-125-210/+19
* mssdemux: remove uridownloader in favor of internal sourceThiago Santos2014-05-122-83/+365
* mssdemux: Update for uri downloader API changesSebastian Dröge2014-05-051-2/+2
* mssdemux: Update for URI downloader API changesSebastian Dröge2014-05-021-3/+4
* smoothstreaming: avoid using an uninitialized manifestVincent Penquerc'h2014-04-101-1/+3
* smoothstreaming: remove unnecessary checkVincent Penquerc'h2014-04-091-1/+1
* ext: Use Codec/Demuxer/Adaptive for the adaptive streaming demuxersSebastian Dröge2014-02-231-1/+1
* mssdemux: Download the manifest with compression, the fragments withoutSebastian Dröge2014-02-121-2/+4
* ext: Update for GstUriDownloader API changesSebastian Dröge2014-02-111-2/+2
* mssdemux: updating docs explaining how it worksThiago Santos2013-12-201-8/+6
* mssdemux: do not push event holding object lockThiago Santos2013-12-201-1/+5
* mssdemux: lock around 'cancelled' flagThiago Santos2013-12-201-1/+12
* mssdemux: fix segfault when trying to access codec_dataThiago Santos2013-12-181-24/+27
* mssdemux: also generate caps from audiotag attributeThiago Santos2013-12-181-3/+29
* mssdemux: make sure streams stop properly on cancelledThiago Santos2013-12-181-16/+7
* mssdemux: track segments per streamThiago Santos2013-12-182-21/+16
* mssdemux: push language code tagGuillaume Desmottes2013-12-181-0/+9
* mssmanifest: store the language of the streamGuillaume Desmottes2013-12-182-0/+11
* mssdemux: remove the stream loop taskThiago Santos2013-12-182-399/+101
* mssdemux: Improve loggingThiago Santos2013-12-181-22/+21
* mssdemux: improve flow return handlingThiago Santos2013-12-181-2/+28