Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-21libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()Nil Admirari
2021-03-20avformat/http,tls: honor http_proxy command line variable for HTTPSMoritz Barsnick
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-24avio: Copy URLContext generic options into child URLContextsMartin Storsjö
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-22urlprotocol: receive a list of protocols from the callerAnton Khirnov
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-06-08lavf/tls: let the user specify what name to verify againstRodger Combs
2015-05-27lavf: split tls.cwm4
2015-05-26lavf: split tls.cwm4
2015-05-22tls: fix compilation when both gnutls and openssl are enabledJames Almer
2015-05-22tls: fix compilation when both gnutls and openssl are enabledJames Almer
2015-05-22Merge commit '94599a6de3822b13c94096d764868128f388ba28'Michael Niedermayer
2015-05-22Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e'Michael Niedermayer
2015-05-22Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02'Michael Niedermayer
2015-05-22tls: Remove all the local polling loopsMartin Storsjö
2015-05-22tls: Remove the nonblocking codeMartin Storsjö
2015-05-22tls: Use custom IO to read from the URLContextMartin Storsjö
2015-03-01Merge commit 'b9d2d6843a49f9df1d1ae1afe817d9b48c445919'Michael Niedermayer
2015-02-28tls: Pass AVOptions dictionaries through to the chained protocolMartin Storsjö
2015-02-17avformat/tls: add () to protect macro argumentsMichael Niedermayer
2015-02-14Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer
2015-02-14avformat: Don't anonymously typedef structsDiego Biurrun
2015-02-03avformat/network: Check for av_malloc* failures in ff_tls_init()Michael Niedermayer
2014-10-11Merge commit 'cd9d6399fd00f5aeacaa90cdc0b74c3570024119'Michael Niedermayer
2014-10-10tls: Support passing old-style tcp optionsLuca Barbato
2014-08-15Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer
2014-08-15cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume
2014-01-23avformat/tls: Fix windows build with openSSL enabled.Matt Oliver
2013-09-27avformat/tls: fix {} error for the GNUTLS caseMichael Niedermayer
2013-09-27Merge commit '705b748e8d8612385c96428ae36ed0d42a170d93'Michael Niedermayer
2013-09-27Merge commit '8b09d917e7dc7d7f2ace31419f802d4ff518236c'Michael Niedermayer
2013-09-27tls: Add support for listen modeMartin Storsjö
2013-09-27tls: Add options for verifying the peer certificateMartin Storsjö
2013-09-23Merge commit '5055035670bd1a1eaca64bd3bc71fb07de9df2c3'Michael Niedermayer
2013-09-22tls: Do not abort on non-fatal TLS alerts with gnutlsMartin Storsjö
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-02-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-02-27lavf: Handle the environment variable no_proxy more properlyMartin Storsjö
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö
2012-07-22tls: TLS/SSL serverPeter Ross
2012-07-22tls: parse uri path options to underlying tcp URLContextPeter Ross
2012-07-22tls: verify optionPeter Ross
2012-07-22tls: cafile, cert, key optionsPeter Ross
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-18tls: Handle connection via a http proxyMartin Storsjö
2011-11-17tls: Use TLSv1_client_method for OpenSSLMartin Storsjö
2011-11-13avio: add support for passing options to protocols.Anton Khirnov