index
:
~slomo/gst-plugins-bad
0.10
audiomixer
dash-take2
decklink-rewrite
decklink2
eagl
instant-rate-change
jp2decimator
master
musepack
task-pool
Unnamed repository; edit this file 'description' to name the repository.
slomo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst-libs
/
gst
/
uridownloader
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-05
meson: remove vs_module_defs
Havard Graff
1
-1
/
+0
2017-07-18
uridownloader: mark symbols explicitly for export with GST_EXPORT
Tim-Philipp Müller
2
-1
/
+22
2017-05-17
gst: Clear floating flag in constructor of all GstObject subclasses that are ...
Sebastian Dröge
1
-1
/
+6
2017-04-03
uridownloader: Use a GWeakRef to the parent to prevent a reference cycle
Sebastian Dröge
1
-15
/
+13
2017-04-03
uridownloader: add new gst_uri_downloader_set_parent
Thiago Santos
2
-0
/
+52
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+25
2016-05-06
uridownloader: Take the ownership of the src element
Carlos Garcia Campos
1
-26
/
+47
2015-08-14
dashdemux: add support for HTTP HEAD method of time sync
Alex Ashley
3
-6
/
+56
2015-04-26
Remove obsolete Android build cruft
Tim-Philipp Müller
1
-16
/
+0
2015-01-16
uridownloader: a few leak fixes
Vincent Penquerc'h
1
-1
/
+6
2015-01-16
fragment: fix caps and buffer leaks in get_property
Vincent Penquerc'h
1
-2
/
+2
2014-06-21
libs:uridownloader: Properly declare APIs as UNSTABLE
Thibault Saunier
1
-0
/
+5
2014-06-19
uridownloader: Include the debug string in the error messages we propagate fr...
Sebastian Dröge
1
-0
/
+8
2014-05-28
uridownloader: Store URI and redirect target in the downloaded fragments
Sebastian Dröge
3
-2
/
+20
2014-05-05
uridownloader: Add parameter to disallow caching as required by HLS
Sebastian Dröge
2
-9
/
+16
2014-05-02
uridownloader: Add refresh parameter to hint caches that they should check if...
Sebastian Dröge
2
-34
/
+21
2014-04-28
uridownloader: Unset referer if none was specified later on
Sebastian Dröge
1
-6
/
+11
2014-04-28
uridownloader: Add API to specify the referer of a request
Sebastian Dröge
2
-8
/
+36
2014-04-25
uridownloader: Set source state to NULL if downloading failed for whatever re...
Sebastian Dröge
1
-1
/
+4
2014-03-13
uridownloader: Fix string order in warning message
Sebastian Dröge
1
-1
/
+1
2014-03-07
uridownload: Handle no buffers before EOS as error instead of crashing
Sebastian Dröge
2
-0
/
+10
2014-03-06
hlsdemux: Implement handling of byte ranges
Sebastian Dröge
1
-1
/
+13
2014-02-27
uridownloader: Fix debug output to describe the new reality
Sebastian Dröge
1
-1
/
+1
2014-02-27
uridownloader: Warning messages are not fatal
Sebastian Dröge
1
-2
/
+12
2014-02-13
uridownloader: Keep alive connections if the source supports that
Sebastian Dröge
1
-0
/
+13
2014-02-13
uridownloader: Re-use old source element if possible
Sebastian Dröge
1
-15
/
+33
2014-02-12
uridownloader: Fix potential deadlock
Sebastian Dröge
1
-0
/
+2
2014-02-12
uridownloader: Shutdown the source element before unlinking it
Sebastian Dröge
1
-10
/
+10
2014-02-12
uridownloader: Add support for compressed downloads
Sebastian Dröge
2
-7
/
+15
2014-02-11
uridownloader: Reset cancelled state after fetching an URI
Sebastian Dröge
1
-0
/
+3
2014-02-11
uridownloader: Provide some more details about errors if downloading fails
Sebastian Dröge
2
-6
/
+24
2014-02-04
uridownloader: Fix race condition between EOS handling and downloading a range
Duncan Palmer
1
-1
/
+3
2014-01-29
uridownloader: Always release the object lock in gst_uri_downloader_fetch_uri...
Duncan Palmer
1
-0
/
+3
2013-12-24
uridownloader: fix deadlock near EOS
Thiago Santos
1
-37
/
+29
2013-07-08
uridownloader: fix crash when download is null
Thiago Santos
1
-2
/
+4
2013-07-08
uridownloader: do not set cancelled unless explicitly called by user
Thiago Santos
1
-4
/
+17
2013-07-03
uridownloader: Simplify locking to fix deadlocks
Thiago Santos
1
-24
/
+26
2013-07-01
uridownloader: add support for range based downloads
Thiago Santos
2
-2
/
+47
2013-05-07
uridownloader: unlock mutex when switching urisrc state to NULL to avoid dead...
Louis-Francis Ratté-Boulianne
1
-6
/
+20
2013-05-07
uridownloader: properly unref the urisrc between downloads
Thiago Santos
1
-1
/
+10
2013-05-07
uridownloader: make cancelled state 'permanent' until a reset
Andre Moreira Magalhaes (andrunko)
2
-3
/
+33
2013-05-07
uridownloader: refactor gsturidownloader to its own lib
Thiago Santos
6
-0
/
+810