summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux/gstadaptivedemux.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-24libs: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller1-6/+16
2018-05-28adaptivedemux: Set connection-speed value as current download rate if setHosang Lee1-0/+1
2018-05-12adaptivedemux: Support period change in live playlistSeungha Yang1-9/+13
2018-02-02adaptivedemux: reject segment seeksMathieu Duponchelle1-0/+8
2017-12-20adaptivedemux: fix pending_segment logJun Xie1-2/+2
2017-12-18adaptivedemux: fix log integer formatJun Xie1-1/+1
2017-10-26adaptivedemux: add replaced flag to not error out on bitrate changeThiago Santos1-0/+5
2017-10-03adaptivedemux: fix typosReynaldo H. Verdejo Pinochet1-1/+1
2017-08-15adaptivedemux: start/stop the manifest update loop on liveness or periodic up...Matthew Waters1-0/+14
2017-08-08adaptivedemux: Fix leak of pad probes in GstAdaptiveDemuxStreamTom Bailey1-1/+1
2017-08-08adaptivedemux: Stop prepared streams as well as running streamsdavecraig@unbalancedaudio.com1-25/+40
2017-07-13adaptivedemux: Workaround for live seek ranges when advancingEdward Hervey1-1/+4
2017-07-12adaptivedemux: small refactor to avoid repeated codeThiago Santos1-56/+38
2017-07-12adaptivedemux: Handle prepared streams on seeksEdward Hervey1-0/+29
2017-07-07Revert "adaptivedemux: Allow application to force EOS"Nicolas Dufresne1-57/+7
2017-07-07adaptivedemux: Allow application to force EOSNicolas Dufresne1-7/+57
2017-06-06adaptivedemux: Clear "cancelled" on uridownloader before processing manifestSeungha Yang1-0/+3
2017-06-01adaptivedemux: release the manifest lock ...Mathieu Duponchelle1-0/+2
2017-06-01adaptivedemux: do not erase data while updates-loop is runningThiago Santos1-11/+10
2017-06-01adaptivedemux: make sure to free all "old streams"Mathieu Duponchelle1-0/+6
2017-05-31adaptivedemux: Don't be too aggressive with seek rangesEdward Hervey1-20/+21
2017-05-26adaptivedemux: Fix debugging messageEdward Hervey1-2/+2
2017-05-26adaptivedemux: Check live seeking range more oftenEdward Hervey1-2/+30
2017-05-26adaptivedemux: Don't create invalid eventEdward Hervey1-1/+2
2017-05-25adaptivedemux: retry download MAX_DOWNLOAD_RETRY_COUNT times before erroringMatthew Waters1-1/+1
2017-05-20adaptivedemux: fix debug message printf formatGraham Leggett1-1/+1
2017-05-18adaptivedemux: Add various comments to the codeEdward Hervey1-8/+90
2017-05-18adaptivedemux: Store QoS timeEdward Hervey1-0/+26
2017-05-15adaptivedemux: Handle stop_type:SET, stop:NONEEdward Hervey1-4/+21
2017-05-09adaptivedemux: Handle more live seeking use-casesEdward Hervey1-10/+27
2017-05-09adaptivedemux: Implement GST_SEEK_TYPE_END usage for liveEdward Hervey1-0/+22
2017-05-05adaptivedemux: Allow live seeking range to go back to "now"Edward Hervey1-1/+1
2017-04-25adaptivedemux: separate manifest update task from download tasksMatthew Waters1-34/+48
2017-04-15adaptivedemux: Don't hold locks when pushing FLUSH_STARTEdward Hervey1-0/+2
2017-04-14adaptivedemux: Fix segment creation/adaptation some moreEdward Hervey1-12/+39
2017-04-09adaptivedemux: Retry downloading a fragment immediately if any in live streamingSeungha Yang1-1/+2
2017-04-07adaptivedemux: add some reasons on warning reportingMatthew Waters1-3/+8
2017-04-03adaptivedemux: set uridownloader's parentThiago Santos1-0/+1
2017-03-23adaptivedemux: Don't send EOS on pads when there's a pending switchJan Schmidt1-6/+19
2017-03-14Revert "adaptivedemux: answer duration queries for live streams"Matthew Waters1-6/+6
2017-03-02adaptivedemux: answer duration queries for live streamsAlex Ashley1-6/+6
2017-03-02adaptivemutex: Fix double mutex unlockThomas Bluemel1-5/+5
2017-02-09adaptivedemux: Convert premature EOS on non-exposed pads to ERRORJan Schmidt1-1/+7
2017-02-09adaptivedemux: Handle errors from prepared_streams tooJan Schmidt1-26/+43
2017-02-07adaptivedemux: Fix bitrate printed in debugJan Schmidt1-2/+1
2017-02-07adaptivedemux: Preroll streams before exposing themJan Schmidt1-31/+177
2017-01-31adaptivedemux: Handle SEEK event only onceSeungha Yang1-0/+7
2017-01-10adaptivedemux: Use a simple queue instead of queue2Edward Hervey1-3/+3
2017-01-10adaptivedemux: Remove unneeded variablesEdward Hervey1-10/+2
2016-12-12adaptivedemux: Avoid using unset GErrorEdward Hervey1-1/+1