summaryrefslogtreecommitdiff
path: root/gst-libs/gst/uridownloader
AgeCommit message (Expand)AuthorFilesLines
2017-10-05meson: remove vs_module_defsHavard Graff1-1/+0
2017-07-18uridownloader: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller2-1/+22
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge1-1/+6
2017-04-03uridownloader: Use a GWeakRef to the parent to prevent a reference cycleSebastian Dröge1-15/+13
2017-04-03uridownloader: add new gst_uri_downloader_set_parentThiago Santos2-0/+52
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+25
2016-05-06uridownloader: Take the ownership of the src elementCarlos Garcia Campos1-26/+47
2015-08-14dashdemux: add support for HTTP HEAD method of time syncAlex Ashley3-6/+56
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-16/+0
2015-01-16uridownloader: a few leak fixesVincent Penquerc'h1-1/+6
2015-01-16fragment: fix caps and buffer leaks in get_propertyVincent Penquerc'h1-2/+2
2014-06-21libs:uridownloader: Properly declare APIs as UNSTABLEThibault Saunier1-0/+5
2014-06-19uridownloader: Include the debug string in the error messages we propagate fr...Sebastian Dröge1-0/+8
2014-05-28uridownloader: Store URI and redirect target in the downloaded fragmentsSebastian Dröge3-2/+20
2014-05-05uridownloader: Add parameter to disallow caching as required by HLSSebastian Dröge2-9/+16
2014-05-02uridownloader: Add refresh parameter to hint caches that they should check if...Sebastian Dröge2-34/+21
2014-04-28uridownloader: Unset referer if none was specified later onSebastian Dröge1-6/+11
2014-04-28uridownloader: Add API to specify the referer of a requestSebastian Dröge2-8/+36
2014-04-25uridownloader: Set source state to NULL if downloading failed for whatever re...Sebastian Dröge1-1/+4
2014-03-13uridownloader: Fix string order in warning messageSebastian Dröge1-1/+1
2014-03-07uridownload: Handle no buffers before EOS as error instead of crashingSebastian Dröge2-0/+10
2014-03-06hlsdemux: Implement handling of byte rangesSebastian Dröge1-1/+13
2014-02-27uridownloader: Fix debug output to describe the new realitySebastian Dröge1-1/+1
2014-02-27uridownloader: Warning messages are not fatalSebastian Dröge1-2/+12
2014-02-13uridownloader: Keep alive connections if the source supports thatSebastian Dröge1-0/+13
2014-02-13uridownloader: Re-use old source element if possibleSebastian Dröge1-15/+33
2014-02-12uridownloader: Fix potential deadlockSebastian Dröge1-0/+2
2014-02-12uridownloader: Shutdown the source element before unlinking itSebastian Dröge1-10/+10
2014-02-12uridownloader: Add support for compressed downloadsSebastian Dröge2-7/+15
2014-02-11uridownloader: Reset cancelled state after fetching an URISebastian Dröge1-0/+3
2014-02-11uridownloader: Provide some more details about errors if downloading failsSebastian Dröge2-6/+24
2014-02-04uridownloader: Fix race condition between EOS handling and downloading a rangeDuncan Palmer1-1/+3
2014-01-29uridownloader: Always release the object lock in gst_uri_downloader_fetch_uri...Duncan Palmer1-0/+3
2013-12-24uridownloader: fix deadlock near EOSThiago Santos1-37/+29
2013-07-08uridownloader: fix crash when download is nullThiago Santos1-2/+4
2013-07-08uridownloader: do not set cancelled unless explicitly called by userThiago Santos1-4/+17
2013-07-03uridownloader: Simplify locking to fix deadlocksThiago Santos1-24/+26
2013-07-01uridownloader: add support for range based downloadsThiago Santos2-2/+47
2013-05-07uridownloader: unlock mutex when switching urisrc state to NULL to avoid dead...Louis-Francis Ratté-Boulianne1-6/+20
2013-05-07uridownloader: properly unref the urisrc between downloadsThiago Santos1-1/+10
2013-05-07uridownloader: make cancelled state 'permanent' until a resetAndre Moreira Magalhaes (andrunko)2-3/+33
2013-05-07uridownloader: refactor gsturidownloader to its own libThiago Santos6-0/+810