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
2013-09-10tcp: Explicitly convert a pointer to a boolean integerMartin Storsjö
2013-08-06tcp: Use a different log message and level if there's more addresses to tryMartin Storsjö
2013-08-05network: Use SOCK_CLOEXEC when availableLuca Barbato
2013-06-04network: uniform ff_listen_bind and ff_listen_connectLuca Barbato
2013-06-01network: factor out connect-listening codeLuca Barbato
2013-06-01network: factor out bind-listening codeLuca Barbato
2012-07-25tcp: add port missing error messageJordi Ortiz
2012-07-09tcp: add initial timeout limit for incoming connectionsJordi Ortiz
2012-06-27tcp: Pass NULL as hostname to getaddrinfo if the string is emptyJordi Ortiz
2012-06-27tcp: Set AI_PASSIVE when the socket will be used for listeningJordi Ortiz
2012-06-26network: Include unistd.h from network.hMartin Storsjö
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-19tcp: Check the return value from getsockoptMartin Storsjö
2012-06-19network: Use av_strerror for getting error messagesMartin Storsjö
2012-06-17tcp: Check the listen callJordi Ortiz
2012-06-01tcp: Try enabling SO_REUSEADDR when listeningMartin Storsjö
2012-06-01tcp: Check the return values from bind and acceptMartin Storsjö
2012-05-23tcp: Allow signalling end of reading/writingSamuel Pitoiset
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-11-13avformat: Use ff_check_interruptMartin Storsjö
2011-05-27tcp: make connect() timeout properlyLuca Barbato
2011-04-20libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö
2011-04-08lavf: use designated initializers for all protocolsAnton Khirnov
2011-04-07avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-07proto: introduce listen option in tcpLuca Barbato
2011-04-07proto: factor ff_network_wait_fd and use it on udpLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-15Use AVERROR_EXIT with url_interrupt_cb.Nicolas George
2011-02-23libavformat: Remove FF_NETERRNO()Martin Storsjö
2011-02-06Non-blocking protocol: TCPNicolas George
2011-02-04TCP: factor the poll() callNicolas George
2011-01-28os: replace select with pollLuca Barbato
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-12-15tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem
2010-11-04Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itselfRonald S. Bultje
2010-09-22tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö
2010-08-15Print error messages in case of connection failure or name resolution failureRonald S. Bultje
2010-06-27Make ff_url_split() publicMåns Rullgård
2010-06-01Declare the url_write buffer parameter as constMartin Storsjö
2010-03-26Don't report EINTR from select as an error, retry select insteadMartin Storsjö
2010-03-15move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs
2010-03-08Rename url_split to ff_url_splitMartin Storsjö
2010-03-06Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö
2010-01-28Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje
2010-01-11Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö
2009-07-15Use ff_neterrno instead of errno in tcp.c.Martin Storsjö
2009-03-03Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje