summaryrefslogtreecommitdiff
path: root/gst-libs/gst/uridownloader
Commit message (Expand)AuthorAgeFilesLines
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-2/+2
* bad: Avoid using deprecated APIEdward Hervey2019-11-081-1/+0
* documentation: fixed a heap o' typosAaron Boxer2019-11-052-2/+2
* Remove autotools build systemTim-Philipp Müller2019-10-141-25/+0
* libs: fix API export/import and 'inconsistent linkage' on MSVCTim-Philipp Müller2018-09-245-2/+13
* meson: Maintain macOS ABI through dylib versioningNirbheek Chauhan2018-08-311-0/+1
* libs: Update for g_type_class_add_private() deprecation in recent GLibTim-Philipp Müller2018-06-242-13/+4
* uridownloader: GST_EXPORT -> GST_URI_DOWNLOADER_APITim-Philipp Müller2018-03-135-14/+47
* meson: remove vs_module_defsHavard Graff2017-10-051-1/+0
* uridownloader: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller2017-07-182-1/+22
* gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge2017-05-171-1/+6
* uridownloader: Use a GWeakRef to the parent to prevent a reference cycleSebastian Dröge2017-04-031-15/+13
* uridownloader: add new gst_uri_downloader_set_parentThiago Santos2017-04-032-0/+52
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+25
* uridownloader: Take the ownership of the src elementCarlos Garcia Campos2016-05-061-26/+47
* dashdemux: add support for HTTP HEAD method of time syncAlex Ashley2015-08-143-6/+56
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-16/+0
* uridownloader: a few leak fixesVincent Penquerc'h2015-01-161-1/+6
* fragment: fix caps and buffer leaks in get_propertyVincent Penquerc'h2015-01-161-2/+2
* libs:uridownloader: Properly declare APIs as UNSTABLEThibault Saunier2014-06-211-0/+5
* uridownloader: Include the debug string in the error messages we propagate fr...Sebastian Dröge2014-06-191-0/+8
* uridownloader: Store URI and redirect target in the downloaded fragmentsSebastian Dröge2014-05-283-2/+20
* uridownloader: Add parameter to disallow caching as required by HLSSebastian Dröge2014-05-052-9/+16
* uridownloader: Add refresh parameter to hint caches that they should check if...Sebastian Dröge2014-05-022-34/+21
* uridownloader: Unset referer if none was specified later onSebastian Dröge2014-04-281-6/+11
* uridownloader: Add API to specify the referer of a requestSebastian Dröge2014-04-282-8/+36
* uridownloader: Set source state to NULL if downloading failed for whatever re...Sebastian Dröge2014-04-251-1/+4
* uridownloader: Fix string order in warning messageSebastian Dröge2014-03-131-1/+1
* uridownload: Handle no buffers before EOS as error instead of crashingSebastian Dröge2014-03-072-0/+10
* hlsdemux: Implement handling of byte rangesSebastian Dröge2014-03-061-1/+13
* uridownloader: Fix debug output to describe the new realitySebastian Dröge2014-02-271-1/+1
* uridownloader: Warning messages are not fatalSebastian Dröge2014-02-271-2/+12
* uridownloader: Keep alive connections if the source supports thatSebastian Dröge2014-02-131-0/+13
* uridownloader: Re-use old source element if possibleSebastian Dröge2014-02-131-15/+33
* uridownloader: Fix potential deadlockSebastian Dröge2014-02-121-0/+2
* uridownloader: Shutdown the source element before unlinking itSebastian Dröge2014-02-121-10/+10
* uridownloader: Add support for compressed downloadsSebastian Dröge2014-02-122-7/+15
* uridownloader: Reset cancelled state after fetching an URISebastian Dröge2014-02-111-0/+3
* uridownloader: Provide some more details about errors if downloading failsSebastian Dröge2014-02-112-6/+24
* uridownloader: Fix race condition between EOS handling and downloading a rangeDuncan Palmer2014-02-041-1/+3
* uridownloader: Always release the object lock in gst_uri_downloader_fetch_uri...Duncan Palmer2014-01-291-0/+3
* uridownloader: fix deadlock near EOSThiago Santos2013-12-241-37/+29
* uridownloader: fix crash when download is nullThiago Santos2013-07-081-2/+4
* uridownloader: do not set cancelled unless explicitly called by userThiago Santos2013-07-081-4/+17
* uridownloader: Simplify locking to fix deadlocksThiago Santos2013-07-031-24/+26
* uridownloader: add support for range based downloadsThiago Santos2013-07-012-2/+47
* uridownloader: unlock mutex when switching urisrc state to NULL to avoid dead...Louis-Francis Ratté-Boulianne2013-05-071-6/+20
* uridownloader: properly unref the urisrc between downloadsThiago Santos2013-05-071-1/+10
* uridownloader: make cancelled state 'permanent' until a resetAndre Moreira Magalhaes (andrunko)2013-05-072-3/+33
* uridownloader: refactor gsturidownloader to its own libThiago Santos2013-05-076-0/+810