summaryrefslogtreecommitdiff
path: root/libavformat/tls.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/tls: check for memory allocation failure when setting optionsjackarain2023-03-081-6/+20
* libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()Nil Admirari2022-06-211-2/+9
* avformat/http,tls: honor http_proxy command line variable for HTTPSMoritz Barsnick2021-03-191-1/+1
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-1/+1
|\
| * avio: Copy URLContext generic options into child URLContextsMartin Storsjö2016-03-241-1/+1
| * urlprotocol: receive a list of protocols from the callerAnton Khirnov2016-02-221-1/+1
| * lavf: split tls.cwm42015-05-261-361/+14
| * tls: fix compilation when both gnutls and openssl are enabledJames Almer2015-05-221-1/+1
* | avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+1
* | Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-2/+3
* | lavf/tls: let the user specify what name to verify againstRodger Combs2015-06-081-5/+8
* | lavf: split tls.cwm42015-05-271-372/+16
* | tls: fix compilation when both gnutls and openssl are enabledJames Almer2015-05-221-1/+1
* | Merge commit '94599a6de3822b13c94096d764868128f388ba28'Michael Niedermayer2015-05-221-56/+27
|\ \ | |/
| * tls: Remove all the local polling loopsMartin Storsjö2015-05-221-56/+27
* | Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e'Michael Niedermayer2015-05-221-24/+11
|\ \ | |/
| * tls: Remove the nonblocking codeMartin Storsjö2015-05-221-24/+11
* | Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02'Michael Niedermayer2015-05-221-3/+102
|\ \ | |/
| * tls: Use custom IO to read from the URLContextMartin Storsjö2015-05-221-3/+102
* | Merge commit 'b9d2d6843a49f9df1d1ae1afe817d9b48c445919'Michael Niedermayer2015-02-281-3/+3
|\ \ | |/
| * tls: Pass AVOptions dictionaries through to the chained protocolMartin Storsjö2015-02-281-3/+3
* | avformat/tls: add () to protect macro argumentsMichael Niedermayer2015-02-161-14/+14
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer2015-02-031-1/+2
* | Merge commit 'cd9d6399fd00f5aeacaa90cdc0b74c3570024119'Michael Niedermayer2014-10-101-4/+12
|\ \ | |/
| * tls: Support passing old-style tcp optionsLuca Barbato2014-10-101-1/+12
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avformat/tls: Fix windows build with openSSL enabled.Matt Oliver2014-01-231-3/+3
* | avformat/tls: fix {} error for the GNUTLS caseMichael Niedermayer2013-09-271-1/+1
* | Merge commit '705b748e8d8612385c96428ae36ed0d42a170d93'Michael Niedermayer2013-09-271-32/+50
|\ \ | |/
| * tls: Add support for listen modeMartin Storsjö2013-09-261-7/+41
* | Merge commit '8b09d917e7dc7d7f2ace31419f802d4ff518236c'Michael Niedermayer2013-09-271-17/+79
|\ \ | |/
| * tls: Add options for verifying the peer certificateMartin Storsjö2013-09-261-1/+67
* | Merge commit '5055035670bd1a1eaca64bd3bc71fb07de9df2c3'Michael Niedermayer2013-09-231-1/+8
|\ \ | |/
| * tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö2013-09-221-1/+8
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-281-4/+4
|\ \ | |/
| * lavf: Handle the environment variable no_proxy more properlyMartin Storsjö2013-02-271-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-2/+2
|\ \ | |/
| * tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö2012-07-281-2/+2
* | tls: TLS/SSL serverPeter Ross2012-07-221-4/+8
* | tls: parse uri path options to underlying tcp URLContextPeter Ross2012-07-221-3/+3
* | tls: verify optionPeter Ross2012-07-221-2/+11
* | tls: cafile, cert, key optionsPeter Ross2012-07-221-0/+44
|/
* avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun2011-11-281-1/+0
* tls: Handle connection via a http proxyMartin Storsjö2011-11-181-0/+17
* tls: Use TLSv1_client_method for OpenSSLMartin Storsjö2011-11-171-1/+1