Re: [FFmpeg-devel] [PATCH 1/2] lavf: split tls.c

2015-05-27 Thread Michael Niedermayer
On Wed, May 27, 2015 at 12:57:50PM +0200, wm4 wrote: > Move the OpenSSL and GnuTLS implementations to their own files. Other > than the connection code (including options) and some boilerplate, no > code is actually shared. > --- > The to-be-applied Libav patch rebased to FFmpeg, including > FFmpeg

[FFmpeg-devel] [PATCH 1/2] lavf: split tls.c

2015-05-27 Thread wm4
Move the OpenSSL and GnuTLS implementations to their own files. Other than the connection code (including options) and some boilerplate, no code is actually shared. --- The to-be-applied Libav patch rebased to FFmpeg, including FFmpeg-specific changes. --- configure | 4 +- libav

Re: [FFmpeg-devel] [PATCH 1/2] lavf: split tls.c

2015-05-22 Thread James Almer
On 22/05/15 3:27 PM, wm4 wrote: > On Fri, 22 May 2015 15:14:29 -0300 > James Almer wrote: > >> On 22/05/15 10:54 AM, wm4 wrote: >>> Move the OpenSSL and GnuTLS implementations to their own files. Other >>> than the connection code (including options) and some boilerplate, no >>> code is actually

Re: [FFmpeg-devel] [PATCH 1/2] lavf: split tls.c

2015-05-22 Thread wm4
On Fri, 22 May 2015 15:14:29 -0300 James Almer wrote: > On 22/05/15 10:54 AM, wm4 wrote: > > Move the OpenSSL and GnuTLS implementations to their own files. Other > > than the connection code (including options) and some boilerplate, no > > code is actually shared. > > --- > > This is on top of c

Re: [FFmpeg-devel] [PATCH 1/2] lavf: split tls.c

2015-05-22 Thread James Almer
On 22/05/15 10:54 AM, wm4 wrote: > Move the OpenSSL and GnuTLS implementations to their own files. Other > than the connection code (including options) and some boilerplate, no > code is actually shared. > --- > This is on top of commit 29216d7fd14d1cec16821867d17c90b5c49e8c07 (aka Libav). > Sendin

[FFmpeg-devel] [PATCH 1/2] lavf: split tls.c

2015-05-22 Thread wm4
Move the OpenSSL and GnuTLS implementations to their own files. Other than the connection code (including options) and some boilerplate, no code is actually shared. --- This is on top of commit 29216d7fd14d1cec16821867d17c90b5c49e8c07 (aka Libav). Sending this to ffmpeg-devel for review as requeste