summaryrefslogtreecommitdiff
path: root/ext/soup
AgeCommit message (Expand)AuthorFilesLines
2017-07-13souphttpsrc: Post an element message with the HTTP headers on the bus tooSebastian Dröge1-9/+15
2017-07-04souphttpsrc: Unset limit on the number of connection if soup session sharing ...Seungha Yang1-0/+4
2017-06-29souphttpsrc: Allow any type of proxyNicolas Dufresne1-1/+1
2017-05-18souphttpsrc: Make session sharing thread-safe on our sideSebastian Dröge2-4/+17
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-05-09souphttpsrc: Use a in-memory cookie jar by default in sessions we createdSebastian Dröge1-0/+1
2017-05-09souphttpsrc: Implement soup session sharingSebastian Dröge2-31/+161
2017-04-13souphttpsrc: Make more usage of error macroEdward Hervey1-23/+4
2017-03-20docs: update two references to the removed 'mad' pluginTim-Philipp Müller1-2/+2
2017-03-16souphttpsrc: Include GStreamer souphttpsrc version in default User-Agent stringSebastian Dröge1-1/+1
2017-03-08Fix plugin filenames to match plugin namesNicolas Dufresne2-7/+7
2017-02-22souphttpsrc: Extract redirection uri on libsoup's restarted callbackSeungha Yang1-15/+20
2017-01-26souphttpsrc: retry request on early termination from the serverArnaud Vrac1-2/+3
2017-01-23souphttpsrc: report a useful error message when soup_session_send failsArnaud Vrac1-9/+15
2017-01-23souphttpsrc: properly check that seek range was respectedArnaud Vrac1-19/+20
2017-01-19souphttpsrc: Initialize return variableEdward Hervey1-1/+1
2017-01-17souphttpsrc: make flow return values handling clearerArnaud Vrac2-62/+46
2017-01-17souphttpsrc: properly track redirectionsArnaud Vrac1-27/+19
2016-11-28souphttpsrc: Handle non-UTF8 headers and error reasons more gracefullySebastian Dröge1-48/+106
2016-10-31Revert "souphttpsrc: reduce reading latency by using non-blocking read"Sebastian Dröge2-105/+16
2016-10-26souphttpsrc: reset read_position when reading failsMichael Olbrich1-0/+2
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+25
2016-07-25souphttpsrc: include http-status-code in error message detailsVincent Penquerc'h1-11/+26
2016-07-12souphttpsrc: Don't drop final bytes of a range requestEdward Hervey1-1/+0
2016-07-12souphttpsrc: At the end of a range request, read another time to finalize the...Sebastian Dröge1-0/+22
2016-07-11souphttpsrc: Fix keep-alive handlingSebastian Dröge1-3/+11
2016-06-29souphttpsrc: dynamically adjust blocksizeThiago Santos2-0/+57
2016-06-17soup: work around frequent deadlocks in GLib type initialisationTim-Philipp Müller1-0/+14
2016-06-06Revert "WIP revert soup"Sebastian Dröge4-484/+304
2016-06-03WIP revert soupSebastian Dröge4-304/+484
2016-05-20souphttpsrc: fix buffer leak when flushingGuillaume Desmottes1-0/+2
2016-05-19souphttpclientsink: Set sent_buffers and streamheader_buffers to NULL after f...Sebastian Dröge1-0/+2
2016-05-15souphttpsrc: Use audio/x-unaligned-raw instead of audio/x-raw for L16 dataCarlos Rafael Giani1-1/+1
2016-05-15souphttpsrc: check if request was cancelled when sending messageThiago Santos1-0/+4
2016-05-15souphttpsrc: proxy resolver is on by defaultThiago Santos1-1/+0
2016-05-15soup: update build to warn about newer deprecated functionsThiago Santos1-2/+2
2016-05-15souphttpsrc: reduce reading latency by using non-blocking readThiago Santos2-16/+103
2016-05-14souphttpsrc: refactor to use Soup's sync APIThiago Santos2-485/+211
2016-04-15souphttpclientsink: If no proxy is set by properties, use the default libsoup...Sebastian Dröge1-0/+1
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM2-4/+3
2015-12-14souphttpsrc: Add GTlsInteraction propertyXavier Claessens2-3/+32
2015-11-18souphttpclientsink: Fix error leak and handle errorVineeth TM1-1/+8
2015-11-15souphttpsrc: remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-15/+7
2015-10-14souphttpsrc: EOS immediately if we have an empty seek segmentSebastian Dröge1-7/+19
2015-10-14souphttpsrc: Make non-inclusive segment boundaries inclusiveStavros Vagionitis1-1/+3
2015-10-14souphttpclientsink: Add the retry and retry-delay propertiesGraham Leggett2-7/+82
2015-10-12souphttpclientsink: Check if soup message is createdVineeth TM1-0/+9
2015-10-12souphttpclientsink: Check if location being set is validVineeth TM1-0/+8
2015-10-12souphttpclientsink: Fix memory leaks during failuresVineeth TM1-0/+4
2015-10-12souphttpclientsink: Replace redundant free_buffer_list functionVineeth TM1-16/+8