gstreamer/gst-libs/gst/rtsp
Stuart Weaver 0cf08d90c0 rtsp-url: unescape special chars in user/pass part of URL
This way special characters such as '@' can be used in
usernames or passwords, e.g.

  rtsp://view:%40dm%4An@<IP-ADDR>/media/camera1

will now parse username and password into:

  User: view
  Pass: @dm:n

https://bugzilla.gnome.org/show_bug.cgi?id=758389
2016-12-25 12:08:45 +00:00
..
.gitignore rtsp: use generic marshaller 2014-10-24 10:17:47 +01:00
gstrtsp.h libs: Add missing single include headers and use them in GIRs 2012-11-21 11:01:24 +01:00
gstrtspconnection.c rtsp: Add gst_rtsp_generate_digest_auth_response() to calculate digest auth response 2016-11-21 09:39:21 +02:00
gstrtspconnection.h rtspconnection: Support authentication during tunneling setup 2015-12-14 16:00:45 +01:00
gstrtspdefs.c rtspdefs: Assert on the excepted MD5 digest string length 2016-11-23 18:26:29 +02:00
gstrtspdefs.h rtsp: Add gst_rtsp_generate_digest_auth_response() to calculate digest auth response 2016-11-21 09:39:21 +02:00
gstrtspextension.c rtsp: use generic marshaller 2014-10-24 10:17:47 +01:00
gstrtspextension.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstrtspmessage.c rtsp: add boxed types for new authentication credential API 2016-12-13 22:45:02 +00:00
gstrtspmessage.h rtsp: add boxed types for new authentication credential API 2016-12-13 22:45:02 +00:00
gstrtsprange.c Fix double semicolons 2015-03-10 09:27:08 +00:00
gstrtsprange.h docs: cosmetic since marker fixes 2013-11-16 16:10:06 +00:00
gstrtsptransport.c rtsp: Use glib-mkenums to generate GstRTSPProfile and GstRTSPLowerTrans GTypes 2015-05-20 15:41:06 +03:00
gstrtsptransport.h rtsp: Include generated enum types in gstrtsptransport.h 2015-07-14 17:18:12 -04:00
gstrtspurl.c rtsp-url: unescape special chars in user/pass part of URL 2016-12-25 12:08:45 +00:00
gstrtspurl.h base: Add g_autoptr() support to all types 2015-12-14 13:39:43 -05:00
Makefile.am rtsp: Include GstSdp-1.0.gir when generating the gir 2016-11-10 17:43:38 -03:00
meson.build rtsp: Include GstSdp-1.0.gir when generating the gir 2016-11-10 17:43:38 -03:00
rtsp.h libs: Use foo/foo.h as single-include header consistently everywhere 2012-12-12 17:13:10 +00:00
rtsp_mkenum.py Add support for Meson as alternative/parallel build system 2016-08-20 11:09:51 +01:00