summaryrefslogtreecommitdiff
path: root/network
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Port to gst_print* familySeungha Yang1-19/+19
2019-06-11build: add meson fallbacks for use in gst-buildMatthew Waters1-2/+0
2019-03-26run gst-indent over c filesMatthew Waters1-23/+17
2016-08-26Add meson build system for playback/player/{gst-play,gtk} and network/http-la...Sebastian Dröge2-0/+4
2015-05-10network/http-launch: Reduce duplicated code, using the same code for the HEAD...luis1-41/+18
2015-05-10network/http-launch: Defer the "200 OK" response until caps have been resolve...luis1-2/+47
2015-05-10network/http-launch: Encapsulate sending http responses in their own function...luis1-18/+34
2015-05-05network/http-launch: Make GList clients consistent (items valid always).luis1-4/+4
2015-03-18network/http-launch: Content-type header creation now happens into notify::ca...Luis de Arquer1-19/+56
2015-02-21network/http-launch: Minor format changesLuis de Arquer1-7/+8
2015-02-21network/http-launch: Content-type boundary tag is now taken from the multipar...Luis de Arquer1-5/+14
2015-02-21network/http-launch: Add support for MJPEG streams using multipartmuxLuis de Arquer1-2/+14
2015-01-27network/http-launch: segfault on GStreamer warnings because of wrong parsing ...Victor Sergienko1-1/+1
2014-10-17network/http-launch: Fix segfaultGuillaume Seguin1-1/+4
2014-10-17network/http-launch: Add PORT command line argumentGuillaume Seguin1-6/+9
2013-07-28network/http-launch: Append \0 at the end of the requests to make the string ...Sebastian Dröge1-1/+3
2013-07-28network/http-launch: Make HTTP handling a bit more robustSebastian Dröge1-13/+9
2013-07-28network/http-launch: Fix writing response if the write could not be finished ...Sebastian Dröge1-1/+3
2013-07-28network/http-launch: Disconnect clients if there was no valid HTTP request af...Sebastian Dröge1-1/+5
2013-07-28network/http-launch: Timeout if client did not do a GET after 5 secondsSebastian Dröge1-2/+22
2013-07-28network/http-launch: Improve error reporting a bitSebastian Dröge1-9/+17
2013-07-28network/http-launch: Fix copyright yearSebastian Dröge1-1/+1
2013-07-28network/http-launch: Add EOS handlingSebastian Dröge1-0/+5
2013-07-28network/http-launch: Adjust timeout a bitSebastian Dröge1-1/+1
2013-07-28network/http-launch: Fix example commandlineSebastian Dröge1-1/+1
2013-07-28network/http-launch: Add initial, working version of the codeSebastian Dröge1-1/+399
2013-07-28network/http-launch: Initial commitSebastian Dröge1-0/+10