summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux
Commit message (Expand)AuthorAgeFilesLines
* adaptivedemux: Fix leak of pad probes in GstAdaptiveDemuxStreamTom Bailey2017-08-081-1/+1
* adaptivedemux: Stop prepared streams as well as running streamsdavecraig@unbalancedaudio.com2017-08-081-25/+40
* adaptivedemux: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller2017-07-181-0/+19
* adaptivedemux: Workaround for live seek ranges when advancingEdward Hervey2017-07-131-1/+4
* adaptivedemux: small refactor to avoid repeated codeThiago Santos2017-07-121-56/+38
* adaptivedemux: Handle prepared streams on seeksEdward Hervey2017-07-121-0/+29
* Revert "adaptivedemux: Allow application to force EOS"Nicolas Dufresne2017-07-071-57/+7
* adaptivedemux: Allow application to force EOSNicolas Dufresne2017-07-071-7/+57
* adaptivedemux: Clear "cancelled" on uridownloader before processing manifestSeungha Yang2017-06-061-0/+3
* adaptivedemux: release the manifest lock ...Mathieu Duponchelle2017-06-011-0/+2
* adaptivedemux: do not erase data while updates-loop is runningThiago Santos2017-06-011-11/+10
* adaptivedemux: make sure to free all "old streams"Mathieu Duponchelle2017-06-011-0/+6
* adaptivedemux: Don't be too aggressive with seek rangesEdward Hervey2017-05-311-20/+21
* adaptivedemux: Fix debugging messageEdward Hervey2017-05-261-2/+2
* adaptivedemux: Check live seeking range more oftenEdward Hervey2017-05-261-2/+30
* adaptivedemux: Don't create invalid eventEdward Hervey2017-05-261-1/+2
* adaptivedemux: retry download MAX_DOWNLOAD_RETRY_COUNT times before erroringMatthew Waters2017-05-251-1/+1
* adaptivedemux: fix debug message printf formatGraham Leggett2017-05-201-1/+1
* adaptivedemux: Add various comments to the codeEdward Hervey2017-05-182-8/+91
* adaptivedemux: Store QoS timeEdward Hervey2017-05-182-0/+29
* adaptivedemux: Add a macro to know if we are in trickmode-keyunitEdward Hervey2017-05-181-0/+2
* adaptivedemux: Handle stop_type:SET, stop:NONEEdward Hervey2017-05-151-4/+21
* adaptivedemux: Handle more live seeking use-casesEdward Hervey2017-05-091-10/+27
* adaptivedemux: Implement GST_SEEK_TYPE_END usage for liveEdward Hervey2017-05-091-0/+22
* adaptivedemux: Allow live seeking range to go back to "now"Edward Hervey2017-05-051-1/+1
* tests: fix link problem on centos7Tim-Philipp Müller2017-04-271-1/+1
* adaptivedemux: separate manifest update task from download tasksMatthew Waters2017-04-251-34/+48
* adaptivedemux: Don't hold locks when pushing FLUSH_STARTEdward Hervey2017-04-151-0/+2
* adaptivedemux: Fix segment creation/adaptation some moreEdward Hervey2017-04-141-12/+39
* adaptivedemux: Retry downloading a fragment immediately if any in live streamingSeungha Yang2017-04-091-1/+2
* adaptivedemux: add some reasons on warning reportingMatthew Waters2017-04-071-3/+8
* adaptivedemux: set uridownloader's parentThiago Santos2017-04-031-0/+1
* adaptivedemux: Don't send EOS on pads when there's a pending switchJan Schmidt2017-03-231-6/+19
* Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters2017-03-142-18/+6
* adaptivedemux: answer duration queries for live streamsAlex Ashley2017-03-022-6/+18
* adaptivemutex: Fix double mutex unlockThomas Bluemel2017-03-021-5/+5
* adaptivedemux: Convert premature EOS on non-exposed pads to ERRORJan Schmidt2017-02-091-1/+7
* adaptivedemux: Handle errors from prepared_streams tooJan Schmidt2017-02-091-26/+43
* adaptivedemux: Fix bitrate printed in debugJan Schmidt2017-02-071-2/+1
* adaptivedemux: Preroll streams before exposing themJan Schmidt2017-02-072-31/+180
* adaptivedemux: Handle SEEK event only onceSeungha Yang2017-01-311-0/+7
* adaptivedemux: Use a simple queue instead of queue2Edward Hervey2017-01-101-3/+3
* adaptivedemux: Remove unneeded variablesEdward Hervey2017-01-102-12/+2
* adaptivedemux: Avoid using unset GErrorEdward Hervey2016-12-121-1/+1
* mssdemux: improved live playback supportPhilippe Normand2016-11-292-2/+39
* adaptivedemux: Fix startup SEGMENT seeking and setting for liveSeungha Yang2016-11-151-5/+11
* adaptivedemux: reset the manifest failure count after a successful retrievalMatthew Waters2016-11-111-0/+1
* adaptivedemux: call the subclass for duration queries for live sourcesMatthew Waters2016-11-111-2/+1
* adaptivedemux: restart the manifest update task after a seekMatthew Waters2016-11-111-0/+7
* Explicitly define float constants as floatNirbheek Chauhan2016-10-271-1/+1