index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
soup
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-13
souphttpsrc: Post an element message with the HTTP headers on the bus too
Sebastian Dröge
1
-9
/
+15
2017-07-04
souphttpsrc: Unset limit on the number of connection if soup session sharing ...
Seungha Yang
1
-0
/
+4
2017-06-29
souphttpsrc: Allow any type of proxy
Nicolas Dufresne
1
-1
/
+1
2017-05-18
souphttpsrc: Make session sharing thread-safe on our side
Sebastian Dröge
2
-4
/
+17
2017-05-16
Remove plugin specific static build option
Nicolas Dufresne
1
-1
/
+0
2017-05-09
souphttpsrc: Use a in-memory cookie jar by default in sessions we created
Sebastian Dröge
1
-0
/
+1
2017-05-09
souphttpsrc: Implement soup session sharing
Sebastian Dröge
2
-31
/
+161
2017-04-13
souphttpsrc: Make more usage of error macro
Edward Hervey
1
-23
/
+4
2017-03-20
docs: update two references to the removed 'mad' plugin
Tim-Philipp Müller
1
-2
/
+2
2017-03-16
souphttpsrc: Include GStreamer souphttpsrc version in default User-Agent string
Sebastian Dröge
1
-1
/
+1
2017-03-08
Fix plugin filenames to match plugin names
Nicolas Dufresne
2
-7
/
+7
2017-02-22
souphttpsrc: Extract redirection uri on libsoup's restarted callback
Seungha Yang
1
-15
/
+20
2017-01-26
souphttpsrc: retry request on early termination from the server
Arnaud Vrac
1
-2
/
+3
2017-01-23
souphttpsrc: report a useful error message when soup_session_send fails
Arnaud Vrac
1
-9
/
+15
2017-01-23
souphttpsrc: properly check that seek range was respected
Arnaud Vrac
1
-19
/
+20
2017-01-19
souphttpsrc: Initialize return variable
Edward Hervey
1
-1
/
+1
2017-01-17
souphttpsrc: make flow return values handling clearer
Arnaud Vrac
2
-62
/
+46
2017-01-17
souphttpsrc: properly track redirections
Arnaud Vrac
1
-27
/
+19
2016-11-28
souphttpsrc: Handle non-UTF8 headers and error reasons more gracefully
Sebastian Dröge
1
-48
/
+106
2016-10-31
Revert "souphttpsrc: reduce reading latency by using non-blocking read"
Sebastian Dröge
2
-105
/
+16
2016-10-26
souphttpsrc: reset read_position when reading fails
Michael Olbrich
1
-0
/
+2
2016-08-20
Add support for Meson as alternative/parallel build system
Nirbheek Chauhan
1
-0
/
+25
2016-07-25
souphttpsrc: include http-status-code in error message details
Vincent Penquerc'h
1
-11
/
+26
2016-07-12
souphttpsrc: Don't drop final bytes of a range request
Edward Hervey
1
-1
/
+0
2016-07-12
souphttpsrc: At the end of a range request, read another time to finalize the...
Sebastian Dröge
1
-0
/
+22
2016-07-11
souphttpsrc: Fix keep-alive handling
Sebastian Dröge
1
-3
/
+11
2016-06-29
souphttpsrc: dynamically adjust blocksize
Thiago Santos
2
-0
/
+57
2016-06-17
soup: work around frequent deadlocks in GLib type initialisation
Tim-Philipp Müller
1
-0
/
+14
2016-06-06
Revert "WIP revert soup"
Sebastian Dröge
4
-484
/
+304
2016-06-03
WIP revert soup
Sebastian Dröge
4
-304
/
+484
2016-05-20
souphttpsrc: fix buffer leak when flushing
Guillaume Desmottes
1
-0
/
+2
2016-05-19
souphttpclientsink: Set sent_buffers and streamheader_buffers to NULL after f...
Sebastian Dröge
1
-0
/
+2
2016-05-15
souphttpsrc: Use audio/x-unaligned-raw instead of audio/x-raw for L16 data
Carlos Rafael Giani
1
-1
/
+1
2016-05-15
souphttpsrc: check if request was cancelled when sending message
Thiago Santos
1
-0
/
+4
2016-05-15
souphttpsrc: proxy resolver is on by default
Thiago Santos
1
-1
/
+0
2016-05-15
soup: update build to warn about newer deprecated functions
Thiago Santos
1
-2
/
+2
2016-05-15
souphttpsrc: reduce reading latency by using non-blocking read
Thiago Santos
2
-16
/
+103
2016-05-14
souphttpsrc: refactor to use Soup's sync API
Thiago Santos
2
-485
/
+211
2016-04-15
souphttpclientsink: If no proxy is set by properties, use the default libsoup...
Sebastian Dröge
1
-0
/
+1
2016-03-24
good: use new gst_element_class_add_static_pad_template()
Vineeth TM
2
-4
/
+3
2015-12-14
souphttpsrc: Add GTlsInteraction property
Xavier Claessens
2
-3
/
+32
2015-11-18
souphttpclientsink: Fix error leak and handle error
Vineeth TM
1
-1
/
+8
2015-11-15
souphttpsrc: remove unnecessary NULL checks before g_free()
Reynaldo H. Verdejo Pinochet
1
-15
/
+7
2015-10-14
souphttpsrc: EOS immediately if we have an empty seek segment
Sebastian Dröge
1
-7
/
+19
2015-10-14
souphttpsrc: Make non-inclusive segment boundaries inclusive
Stavros Vagionitis
1
-1
/
+3
2015-10-14
souphttpclientsink: Add the retry and retry-delay properties
Graham Leggett
2
-7
/
+82
2015-10-12
souphttpclientsink: Check if soup message is created
Vineeth TM
1
-0
/
+9
2015-10-12
souphttpclientsink: Check if location being set is valid
Vineeth TM
1
-0
/
+8
2015-10-12
souphttpclientsink: Fix memory leaks during failures
Vineeth TM
1
-0
/
+4
2015-10-12
souphttpclientsink: Replace redundant free_buffer_list function
Vineeth TM
1
-16
/
+8
[next]