]> git.sesse.net Git - ffmpeg/history - libavformat/network.c
dashenc: copy language and role metadata from streams assigned to sets
[ffmpeg] / libavformat / network.c
2015-05-31 wm4network: prevent SIGPIPE on OSX
2015-05-26 wm4lavf: move TLS-related ifdeffery to library specific...
2013-08-09 Rémi Denis-Courmontff_socket: put out-of-line and fallback to fcntl()...
2013-08-06 Martin Storsjötcp: Use a different log message and level if there...
2013-06-16 Luca Barbatoavf: move ff_http_match_no_proxy to network
2013-06-04 Luca Barbatonetwork: uniform ff_listen_bind and ff_listen_connect
2013-06-01 Luca Barbatonetwork: factor out connect-listening code
2013-06-01 Luca Barbatonetwork: factor out bind-listening code
2013-05-24 Anton Khirnovw32pthreads: move from lavc to compat/
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-10-27 Mans Rullgardnetwork: use HAVE_THREADS instead of local hack
2012-08-15 Martin StorsjöAdd some more missing includes after removing the impli...
2012-06-26 Ronald S. Bultjenetwork: Don't redefine error codes if they already...
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2011-12-21 Sergey Radionovnetwork: properly declare WSADATA in windows
2011-11-07 Martin Storsjöavformat: Warn about using network functions without...
2011-11-06 Martin Storsjöopenssl: Only use CRYPTO_set_id_callback on OpenSSL...
2011-11-05 Martin Storsjöavformat: Initialize gnutls in ff_tls_init()
2011-11-05 Martin Storsjöavformat: Add ff_tls_init()/deinit() that initialize...
2011-11-05 Martin Storsjöavformat: Split out functions from network.h to a new...