summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux
AgeCommit message (Expand)AuthorFilesLines
2018-09-24libs: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller3-2/+7
2018-08-31meson: Maintain macOS ABI through dylib versioningNirbheek Chauhan1-0/+1
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-03-13adaptivedemux: GST_EXPORT -> GST_ADAPTIVE_DEMUX_APITim-Philipp Müller3-13/+45
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 Santos2-1/+7
2017-10-05meson: remove vs_module_defsHavard Graff1-1/+0
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-5/+5
2017-10-03adaptivedemux: fix typosReynaldo H. Verdejo Pinochet2-3/+3
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-18adaptivedemux: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller1-0/+19
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 Hervey2-8/+91
2017-05-18adaptivedemux: Store QoS timeEdward Hervey2-0/+29
2017-05-18adaptivedemux: Add a macro to know if we are in trickmode-keyunitEdward Hervey1-0/+2
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-27tests: fix link problem on centos7Tim-Philipp Müller1-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 Waters2-18/+6
2017-03-02adaptivedemux: answer duration queries for live streamsAlex Ashley2-6/+18
2017-03-02adaptivemutex: Fix double mutex unlockThomas Bluemel1-5/+5