summaryrefslogtreecommitdiff
path: root/gst-libs/gst/rtsp/gstrtspmessage.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-02Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller1-1/+1
2019-08-30Pass the code through codespellThibault Saunier1-1/+1
2019-01-29rtsp-message: Add support for storing GstBuffers directly as body payload of ...Sebastian Dröge1-16/+181
2018-08-13gst-libs: include config.h in all source filesTim-Philipp Müller1-0/+3
2018-04-23rtsp: fix some GIR annotationsMark Nauwelaerts1-5/+6
2017-12-06rtsp: Register GstRTSPMessage as a boxed typeMatt Staples1-0/+91
2017-10-03Use proper GtkDoc notation for NULL/FALSE/TRUEReynaldo H. Verdejo Pinochet1-7/+7
2017-06-20libs: Export boxed type copy/free functions for the remaining typesSebastian Dröge1-2/+2
2017-03-10docs: Convert gtkdoc comments to markdownThibault Saunier1-2/+3
2016-12-13rtsp: add boxed types for new authentication credential APITim-Philipp Müller1-18/+83
2016-11-28rtsp: Don't leak authorization stringEdward Hervey1-0/+2
2016-11-21rtsp: Add gst_rtsp_message_parse_auth_credentials() to parse authentication c...Sebastian Dröge1-0/+217
2015-11-17Remove unnecessary NULL checks before g_free()Reynaldo H. Verdejo Pinochet1-2/+1
2015-02-09rtspmessage: map headers we know that are added by string to their enumTim-Philipp Müller1-0/+6
2015-02-09rtspmessage: add API to add and get custom headersTim-Philipp Müller1-3/+183
2014-04-26docs: remove outdated and pointless 'Last reviewed' lines from docsTim-Philipp Müller1-2/+0
2012-12-10rtspmessage: Add several missing g-i annotationsSebastian Rasmussen1-9/+9
2012-11-09rtsp: fix g-i annotation for gst_rtsp_message_set_body(), take_body() and tak...Ognyan Tonchev1-3/+3
2012-11-05rtsp: fix GstRTSPMessage g-i annotations for out parametersOgnyan Tonchev1-16/+16
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-13libs: Remove "Since" markers and minor doc fixupsEdward Hervey1-2/+0
2010-05-06docs: fix wrong doc markupStefan Kost1-4/+0
2009-08-24rtsp: Added support for HTTP messagesPeter Kjellerstedt1-22/+59
2009-06-09rtsp: Avoid a compiler warning.Peter Kjellerstedt1-1/+1
2009-03-31rtsp: clear the entire builder structureTim-Philipp Müller1-1/+1
2009-03-31docs: fix typo in gst_rtsp_message_unset() API docsTim-Philipp Müller1-1/+1
2009-03-31Revert "rtsp: reset whole message (was sizeof pointer instead of sizeof type)"Wim Taymans1-1/+1
2009-03-31rtsp: reset whole message (was sizeof pointer instead of sizeof type)Stefan Kost1-1/+1
2009-03-11rtsp: fix g_return conditionWim Taymans1-1/+1
2009-03-11rtsp: free the right string.Wim Taymans1-1/+1
2009-03-09rtsp: use gstreamer dump memWim Taymans1-34/+4
2009-02-20Improve key/value parsingWim Taymans1-10/+18
2009-02-10gstrtspmessage: Minor documentation correction.Peter Kjellerstedt1-8/+8
2009-02-02Fix string leak in rtspmessageWim Taymans1-0/+1
2009-01-29Add new RTSP message method to set headerWim Taymans1-7/+27
2008-09-23gst-libs/gst/rtsp/gstrtspmessage.c: Fix the g_return_val_if_fail() statements.Wim Taymans1-2/+2
2008-02-07gst-libs/gst/rtsp/gstrtspmessage.c: Fix compiler warning.Wim Taymans1-1/+1
2007-12-16gst-libs/gst/: Turn a few g_assert_not_reached() into g_return_val_if_reached...Tim-Philipp Müller1-2/+1
2007-11-16gst-libs/gst/rtsp/gstrtspmessage.c: Fix leaking headers. Fixes #496761.Tommi Myöhänen1-2/+9
2007-09-17Fix a bunch of compile warnings shown with Forte.Jan Schmidt1-1/+1
2007-07-25Fix some more RTSP docs.Wim Taymans1-2/+335
2007-07-24Move SDP and RTSP from helper objects in -good to a reusable library.Wim Taymans1-0/+471