[FFmpeg-devel] [PATCH] avformat/rtsp: support rtsps

2016-10-16 Thread jayridge
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

[FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-01 Thread jayridge
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

[FFmpeg-devel] [PATCH 2/2] RTSP: use type bool and lower case opt descriptions

2016-10-01 Thread jayridge
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

[FFmpeg-devel] [PATCH 1/2] RTSP: pass TLS args for RTSPS

2016-10-01 Thread jayridge
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 +++

[FFmpeg-devel] [PATCH 0/2] RTSP: pass TLS args to RTSPS

2016-10-01 Thread jayridge
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

[FFmpeg-devel] [PATCH 1/2] pass TLS args for RTSPS

2016-09-28 Thread jayridge
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 +++

[FFmpeg-devel] [PATCH] pass TLS args for RTSPS

2016-09-26 Thread jayridge
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 +++