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
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
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-26only include sys/select.h if present, fix mingw compilationBaptiste Coudurier
2008-09-25include sys/select.h to get select, according to posix 2001,Baptiste Coudurier
2008-08-24Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje
2008-08-23Cosmetics after previous patches.Ronald S. Bultje
2008-08-23On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje
2008-08-23Move malloc() down until after all initializations, so that the resource isRonald S. Bultje
2008-08-23Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje
2008-08-23Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.Ronald S. Bultje
2008-03-05Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun
2007-11-21Include os_support.h only when neededLuca Abeni
2007-08-10Add initialization and cleanup functions for WinsockRamiro Polla
2007-08-08MinGW returns EAGAIN instead of EINPROGRESSRamiro Polla
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-04-27implement ff_socket_nonblock and use it in networking codeAlex Beregszaszi
2007-04-27use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi
2007-04-26move resolve_host from tcp.c to os_support.c as it is used widelyAlex Beregszaszi
2007-04-26cosmetics in resolve_hostAlex Beregszaszi
2007-02-22change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-04move networking #includes into separate fileRamiro Polla