summaryrefslogtreecommitdiff
path: root/ext/smoothstreaming/gstmssdemux.c
Commit message (Expand)AuthorAgeFilesLines
* mssdemux: activate streams before configuring bitratePhilippe Normand2015-09-301-6/+15
* adaptivedemux: Allow subclasses to override how a new manifest would be downl...Sebastian Dröge2015-04-231-3/+6
* mssdemux: use correct function to clear fragment infoThiago Santos2015-02-171-3/+1
* adaptivedemux: add bitrate-limit propertyThiago Santos2015-02-171-18/+0
* adaptivedemux: add connection-speed propertyThiago Santos2015-02-171-27/+3
* mssdemux: add live supportThiago Santos2014-12-041-62/+64
* mssdemux: port to adaptivedemux base classThiago Santos2014-12-041-1265/+169
* mssdemux: seeks in the manifest never failThiago Santos2014-11-071-4/+1
* Sprinkle some G_PARAM_DEPRECATED and #ifndef GST_REMOVE_DEPRECATEDTim-Philipp Müller2014-11-021-1/+3
* 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-181-31/+65
* 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-121-50/+7
* mssdemux: deprecate unused max-queue-size-buffersThiago Santos2014-05-121-1/+2
* mssdemux: measure bitrate similarly to hlsdemuxThiago Santos2014-05-121-35/+17
* mssdemux: remove uridownloader in favor of internal sourceThiago Santos2014-05-121-80/+349
* 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: make sure streams stop properly on cancelledThiago Santos2013-12-181-16/+7
* mssdemux: track segments per streamThiago Santos2013-12-181-19/+15
* mssdemux: push language code tagGuillaume Desmottes2013-12-181-0/+9
* mssdemux: remove the stream loop taskThiago Santos2013-12-181-394/+101
* mssdemux: Improve loggingThiago Santos2013-12-181-22/+21
* mssdemux: improve flow return handlingThiago Santos2013-12-181-2/+28
* mssdemux: remove stream locksThiago Santos2013-12-181-15/+13
* mssdemux: avoid downloading not-linked streamsThiago Santos2013-12-181-27/+212
* mssdemux: do not try to deinit the downloadrate while it is usedThiago Santos2013-11-151-2/+1
* mssdemux: also consider /manifestThiago Santos2013-11-151-0/+5
* mssdemux: use gst_data_queue_push_force for adding events to queueThiago Santos2013-08-131-1/+8
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-0/+2
* mssdemux: Add support for group-id in the stream-start eventSebastian Dröge2013-07-231-1/+25
* mssdemux: fix assertions when a stream caps can't be createdThiago Santos2013-05-171-3/+2
* mssdemux: send stream id and newsegment before pushing dataThiago Santos2013-05-161-0/+11
* mssdemux: fixing compiler warnings about print formatsThiago Santos2013-05-071-8/+10
* smoothstreaming: port to 1.0Thiago Santos2013-05-071-71/+82