Merge branch 'tizen' into tizen_gst_1.19.2
[platform/upstream/gstreamer.git] / gst-libs / gst / uridownloader / gsturidownloader.c
2022-01-19 Gilbok LeeMerge branch 'tizen' into tizen_gst_1.19.2
2020-02-21 Gilbok LeeMerge branch 'tizen_gst_1.16.2' into tizen
2020-01-29 Gilbok LeeMerge branch 'upstream/1.16' into tizen_gst_1.16.2
2019-12-11 Stéphane Cerveauremove various useless linefeed in logs
2019-11-08 Edward Herveybad: Avoid using deprecated API
2019-11-05 Aaron Boxerdocumentation: fixed a heap o' typos
2019-02-19 Eunhae Choiadaptivedemux: apply 1.14.4 upstream code
2018-09-24 Tim-Philipp Müllerlibs: fix API export/import and 'inconsistent linkage...
2018-06-24 Tim-Philipp Müllerlibs: Update for g_type_class_add_private() deprecation...
2018-01-05 Gilbok LeeMerge branch 'tizen_gst_upgrade' into tizen
2017-12-08 Eunhae Choiadaptive: extract variant info
2017-11-08 Eunhae ChoiMerge tizen patch based on 1.12.2
2017-05-17 Sebastian Drögegst: Clear floating flag in constructor of all GstObjec...
2017-04-03 Sebastian Drögeuridownloader: Use a GWeakRef to the parent to prevent...
2017-04-03 Thiago Santosuridownloader: add new gst_uri_downloader_set_parent
2016-12-15 Eunhae Choi[adaptive] add patches for dash and hls (sync with...
2016-12-13 Eunhae Choi[adaptive] add patches for dash and hls (sync with...
2016-05-06 Carlos Garcia Camposuridownloader: Take the ownership of the src element
2015-11-26 Eunhae ChoiMerge remote-tracking branch 'remotes/origin/upstream...
2015-08-14 Alex Ashleydashdemux: add support for HTTP HEAD method of time...
2015-01-16 Vincent Penquerc'huridownloader: a few leak fixes
2014-06-19 Sebastian Drögeuridownloader: Include the debug string in the error...
2014-05-28 Sebastian Drögeuridownloader: Store URI and redirect target in the...
2014-05-05 Sebastian Drögeuridownloader: Add parameter to disallow caching as...
2014-05-02 Sebastian Drögeuridownloader: Add refresh parameter to hint caches...
2014-04-28 Sebastian Drögeuridownloader: Unset referer if none was specified...
2014-04-28 Sebastian Drögeuridownloader: Add API to specify the referer of a...
2014-04-25 Sebastian Drögeuridownloader: Set source state to NULL if downloading...
2014-03-13 Sebastian Drögeuridownloader: Fix string order in warning message
2014-03-07 Sebastian Drögeuridownload: Handle no buffers before EOS as error...
2014-02-27 Sebastian Drögeuridownloader: Fix debug output to describe the new...
2014-02-27 Sebastian Drögeuridownloader: Warning messages are not fatal
2014-02-13 Sebastian Drögeuridownloader: Keep alive connections if the source...
2014-02-13 Sebastian Drögeuridownloader: Re-use old source element if possible
2014-02-12 Sebastian Drögeuridownloader: Fix potential deadlock
2014-02-12 Sebastian Drögeuridownloader: Shutdown the source element before unlin...
2014-02-12 Sebastian Drögeuridownloader: Add support for compressed downloads
2014-02-11 Sebastian Drögeuridownloader: Reset cancelled state after fetching...
2014-02-11 Sebastian Drögeuridownloader: Provide some more details about errors...
2014-02-04 Duncan Palmeruridownloader: Fix race condition between EOS handling...
2014-01-29 Duncan Palmeruridownloader: Always release the object lock in gst_ur...
2013-12-24 Thiago Santosuridownloader: fix deadlock near EOS
2013-07-09 Thiago Santosuridownloader: fix crash when download is null
2013-07-09 Thiago Santosuridownloader: do not set cancelled unless explicitly...
2013-07-03 Thiago Santosuridownloader: Simplify locking to fix deadlocks
2013-07-01 Thiago Santosuridownloader: add support for range based downloads
2013-05-07 Louis-Francis Ratt... uridownloader: unlock mutex when switching urisrc state...
2013-05-07 Thiago Santosuridownloader: properly unref the urisrc between downloads
2013-05-07 Andre Moreira Maga... uridownloader: make cancelled state 'permanent' until...
2013-05-07 Thiago Santosuridownloader: refactor gsturidownloader to its own lib