summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtsp/gstrtspconnection.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-09rtspconnection: Only reset timeout when socket is unusedTobias Ronge1-16/+90
2021-08-16gstrtspconnection: Add support to ignore x-server header replyPer Förlin1-1/+42
2021-06-24gstrtspconnection: Add IPv6 support for tunneled modePer Förlin1-4/+18
2021-06-02Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller1-1/+1
2021-03-16rtspconnection: Consistently translate GIOError to GstRTSPResultNirbheek Chauhan1-36/+44
2021-02-25gstrtspconnection: correct data_size when tunneled modeKristofer Björkström1-1/+1
2020-03-12rtsp: remove documentation link on GTimeValGuillaume Desmottes1-3/+3
2019-12-18rtspconnection: Add functions without GTimeVal deprecate existingOlivier Crête1-79/+352
2019-10-21gstrtspconnection: messages_bytes not decreasedJoakim Johansson1-0/+4
2019-08-30Pass the code through codespellThibault Saunier1-2/+2
2019-06-28rtspconnection: data-offset increase not setGöran Jönsson1-1/+1
2019-06-27rtpsconnection: Fix number of n_vectorsGöran Jönsson1-1/+1
2019-06-12rtspconnection: Start CSeq at 1Eike Hein1-1/+2
2019-04-23libs: Fix various Since markersSebastian Dröge1-1/+1
2019-04-22rtspconnection: add Content-Length limitKristofer Bjorkstrom1-6/+40
2019-04-10rtspconnection: CSeq initial value set to 0Kristofer Bjorkstrom1-1/+1
2019-04-10rtspconnection: CSeq validationKristofer Bjorkstrom1-0/+53
2019-03-22rtspconnection: Remove unneeded bytes_written >= 0 conditionsSebastian Dröge1-57/+53
2019-03-14gstrtspconnection: Security loophole making heap overflowTobias Ronge1-1/+1
2019-02-18rtspconnection: Fix GError set over the top of a previous GErrorKristofer Bjorkstrom1-1/+5
2019-01-30rtspconnection: Fix uninitialized variable warning when compiling with pre-2....Sebastian Dröge1-1/+1
2019-01-30rtspconnection: Fix broken build on GLib 2.59.0Seungha Yang1-1/+1
2019-01-29rtspconnection: Update to merged GOutputStream::writev() APISebastian Dröge1-18/+26
2019-01-29rtspconnection: Handle EOF on writev() after checking for all other error con...Sebastian Dröge1-5/+7
2019-01-29rtspconnection: Fixes for corrupt RTP packets in dispatch_write()Ognyan Tonchev1-21/+20
2019-01-29rtsp-connection: Make use of new GstRTSPMessage API for directly storing a bo...Sebastian Dröge1-176/+857
2018-12-17rtspconnection: Properly exit infinite loopEdward Hervey1-1/+1
2018-12-07rtspconnection: Replace Auth header instead of appendPer Forlin1-0/+2
2018-10-11rtspconnection: do not duplicate authentication headersMathieu Duponchelle1-2/+0
2018-06-29rtspconnection: Use GstQueueArray instead of GQueue for the queued messagesSebastian Dröge1-33/+38
2018-02-08rtspconnection: also add Content-Type to HTTP POST request when tunnellingSebastian Cote1-0/+2
2017-11-01rtspconnection: Allow setting a custom accept-certificate function for manual...Sebastian Dröge1-0/+44
2017-10-05rtsp: Start implementing support for RTSP 2.0Thibault Saunier1-9/+17
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-11/+11
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier1-0/+1
2016-11-21rtsp: Add gst_rtsp_generate_digest_auth_response() to calculate digest auth r...Sebastian Dröge1-59/+7
2016-07-07rtspconnection: Fix potential deadlock caused by blocking read foreverSergio Torres Soldado1-0/+2
2015-12-14rtspconnection: Properly initialize stack-allocated RTSP message to all-zeroesSebastian Dröge1-0/+3
2015-12-14rtspconnection: Use relative URI for non-proxy tunneled requestsEvan Callaway1-16/+37
2015-12-14rtspconnection: Support authentication during tunneling setupEvan Callaway1-16/+50
2015-11-18rtspconnection: Add support for parsing custom headersOgnyan Tonchev1-4/+9
2015-10-02Update GLib dependency to 2.40.0Sebastian Dröge1-2/+0
2015-06-22rtspconnection: Only drop everything after the ; of a session header in requestsSebastian Dröge1-1/+1
2015-06-16gi: Fix warnings in GstRtspNicolas Dufresne1-2/+2
2015-06-12rtsp: Add a FIXME 2.0 for gst_rtsp_connection_create_from_socket()Arun Raghavan1-0/+2
2015-06-09GstRTSPConnection: Add GTlsInteraction supportXavier Claessens1-1/+61
2015-05-19rtsp: don't use soon-to-be-deprecated g_cancellable_reset()Tim-Philipp Müller1-4/+7
2014-12-09rtspconnection: No remove child if destroyed.Göran Jönsson1-2/+4
2014-12-01Don't compare booleans for equality to TRUE and FALSESebastian Dröge1-1/+1
2014-10-21rtspconnection: call watch notify before freeing any watch resourcesAleix Conchillo Flaqué1-3/+3