From: Jay Ridgeway
Support url_get_file_handle on TLS streams.
---
libavformat/tls_gnutls.c | 7 +++
libavformat/tls_openssl.c | 7 +++
libavformat/tls_schannel.c| 7 +++
libavformat/tls_securetransport.c | 7 +++
4 files changed, 28 insertions(+)
diff -
From: Jay Ridgeway
Pass TLS args to support RTSPS. This patch requires TLS patch.
---
libavformat/rtsp.c | 19 ---
libavformat/rtsp.h | 8
2 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index c6292c5..53ecb6c 1006
From: Jay Ridgeway
rename URISTR to NONNULLSTR
---
libavformat/rtsp.c| 19 ---
libavformat/rtsp.h| 8
libavformat/tls_gnutls.c | 7 +++
libavformat/tls_openssl.c | 7 +++
libavformat/tls_schannel.c| 7 +
From: Jay Ridgeway
rename URISTR to NONNULLSTR
---
libavformat/rtsp.c| 19 ---
libavformat/rtsp.h| 8
libavformat/tls_gnutls.c | 7 +++
libavformat/tls_openssl.c | 7 +++
libavformat/tls_schannel.c| 7 +
From: Jay Ridgeway
This patch enables client cert and cert validation for RTSPS.
This is the second submission of this patch. Still learning git send-email.
Jay Ridgeway (2):
pass TLS args for RTSPS
RTSPS: use type bool and lower case opt descriptions
libavformat/rtsp.c|
From: Jay Ridgeway
---
libavformat/rtsp.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c
index 179a59b..53ecb6c 100644
--- a/libavformat/rtsp.c
+++ b/libavformat/rtsp.c
@@ -99,9 +99,9 @@ const AVOption ff_rtsp_options[] = {
From: Jay Ridgeway
rename URISTR to NONNULLSTR
---
libavformat/rtsp.c| 19 ---
libavformat/rtsp.h| 8
libavformat/tls_gnutls.c | 7 +++
libavformat/tls_openssl.c | 7 +++
libavformat/tls_schannel.c| 7 +
From: Jay Ridgeway
This patch enables TLS args for RTSPS. This is necessary for client
certificates and cert validation.
Squash changes from feedback into one patch.
---
libavformat/rtsp.c| 19 ---
libavformat/rtsp.h| 8
libavformat/tl