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

Michael Niedermayer michaelni at gmx.at
Wed May 27 22:12:02 CEST 2015


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-specific changes.
> ---
>  configure                 |   4 +-
>  libavformat/Makefile      |   3 +-
>  libavformat/allformats.c  |   3 +-
>  libavformat/rtspdec.c     |   1 +
>  libavformat/tls.c         | 388 ++--------------------------------------------
>  libavformat/tls.h         |  55 +++++++
>  libavformat/tls_gnutls.c  | 233 ++++++++++++++++++++++++++++
>  libavformat/tls_openssl.c | 236 ++++++++++++++++++++++++++++
>  8 files changed, 548 insertions(+), 375 deletions(-)
>  create mode 100644 libavformat/tls.h
>  create mode 100644 libavformat/tls_gnutls.c
>  create mode 100644 libavformat/tls_openssl.c

applied

thanks alot

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

When you are offended at any man's fault, turn to yourself and study your
own failings. Then you will forget your anger. -- Epictetus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150527/ed980b0d/attachment.asc>


More information about the ffmpeg-devel mailing list