summaryrefslogtreecommitdiff
path: root/gst-libs/gst/adaptivedemux
AgeCommit message (Expand)AuthorFilesLines
2021-03-22gst: don't use volatile to mean atomicMatthew Waters1-3/+3
2020-12-02adaptivedemux: Don't log with non-GObject objectsSebastian Dröge1-5/+7
2020-11-11adaptivedemux: Don't calculate bitrate for header/index fragmentsEdward Hervey1-6/+12
2020-11-11adaptivedemux: Store QoS values on the elementEdward Hervey2-23/+41
2020-11-11adaptivedemux: Don't calculate bitrate for header/index fragmentsEdward Hervey1-1/+2
2020-09-09adaptivedemux: Add another nominal bitrate fallback calculationEdward Hervey1-0/+15
2020-09-09adaptivedemux: Handle invalid HTTP durationEdward Hervey1-2/+2
2020-06-08adaptivedemux: Handle live duration queriesEdward Hervey1-0/+7
2020-04-02adaptivedemux: Handle instant rate change requests directlyJan Schmidt1-7/+42
2020-04-02adaptivedemux: Don't ignore gst_segment_do_seek() return resultJan Schmidt1-11/+13
2019-11-20adaptivedemux: fix 'utc now' gdatetime creationThiago Santos1-2/+10
2019-11-08bad: Avoid using deprecated APIEdward Hervey1-10/+4
2019-11-05documentation: fixed a heap o' typosAaron Boxer1-2/+2
2019-10-14Remove autotools build systemTim-Philipp Müller1-23/+0
2019-07-29adaptivedemux: remove some deadlocks using webkitwebsrc.Charlie Turner2-22/+40
2019-05-13docs: Build documentation with hotdocThibault Saunier1-1/+4
2019-05-13Minor documentation fixesThibault Saunier1-1/+0
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