Re: [FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-29 Thread Michael Niedermayer
On Thu, May 28, 2015 at 02:46:16PM -0500, Rodger Combs wrote: > --- > configure | 14 +- > libavformat/Makefile | 1 + > libavformat/allformats.c | 1 + > libavformat/avio.c| 4 +- > libavformat/tls.h | 2 +- >

[FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-28 Thread Rodger Combs
--- configure | 14 +- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/avio.c| 4 +- libavformat/tls.h | 2 +- libavformat/tls_securetransport.c | 393

[FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-27 Thread wm4
From: Rodger Combs Signed-off-by: wm4 --- rcombs' patch, ported to the recent TLS changes. --- configure | 15 +- libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/tls.h | 2 +- libavformat/tls_securetran

Re: [FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-02 Thread Carl Eugen Hoyos
Rodger Combs gmail.com> writes: > +enabled securetransport && require2 "Secure Transport" I believe this should be "disabled securetransport ||" Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmp

Re: [FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-02 Thread wm4
On Sat, 2 May 2015 04:11:22 -0500 Rodger Combs wrote: > --- > configure | 7 +- > libavformat/tls.c | 302 > ++ > 2 files changed, 308 insertions(+), 1 deletion(-) > Plus points if you move the implementation to a separate file. T

[FFmpeg-devel] [PATCH] lavf/tls: Support Secure Transport

2015-05-02 Thread Rodger Combs
--- configure | 7 +- libavformat/tls.c | 302 ++ 2 files changed, 308 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 88e0d97..1ef2908 100755 --- a/configure +++ b/configure @@ -274,6 +274,8 @@ External library s