summaryrefslogtreecommitdiffstats
path: root/libavformat/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-061-0/+1
|\
| * avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö2012-01-051-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-021-8/+2
|\ \ | |/
| * proto: Use .priv_data_size to allocate the private contextMartin Storsjö2011-12-011-8/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-141-2/+2
|\ \ | |/
| * avformat: Use ff_check_interruptMartin Storsjö2011-11-131-2/+2
* | TCP: change default timeout to 5secMichael Niedermayer2011-05-301-1/+1
* | Revert "Timeout TCP open() after 5 seconds."Michael Niedermayer2011-05-301-7/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-8/+17
|\ \ | |/
| * tcp: make connect() timeout properlyLuca Barbato2011-05-271-8/+17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-211-2/+2
|\ \ | |/
| * libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-201-2/+2
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-091-6/+5
|\ \ | |/
| * lavf: use designated initializers for all protocolsAnton Khirnov2011-04-081-6/+5
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-081-16/+27
|\ \ | |/
| * avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-071-0/+1
| * avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-2/+2
| * proto: introduce listen option in tcpLuca Barbato2011-04-071-2/+22
| * proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-071-12/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Timeout TCP open() after 5 seconds.Michael Niedermayer2011-04-021-0/+7
|/
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-151-2/+4
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-231-4/+4
* Non-blocking protocol: TCPNicolas George2011-02-051-36/+11
* TCP: factor the poll() callNicolas George2011-02-031-10/+18
* os: replace select with pollLuca Barbato2011-01-281-34/+14
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* tcp: Check url_interrupt_cb if connect was interrupted by a signalThomas Guillem2010-12-141-1/+4
* Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itselfRonald S. Bultje2010-11-041-2/+2
* tcp: Check both wfds and efds when waiting for the result from connectMartin Storsjö2010-09-211-3/+5
* Print error messages in case of connection failure or name resolution failureRonald S. Bultje2010-08-141-2/+11
* Make ff_url_split() publicMåns Rullgård2010-06-271-1/+1
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-011-1/+1
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-261-0/+4
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-141-0/+1
* Rename url_split to ff_url_splitMartin Storsjö2010-03-081-1/+1
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-051-4/+0
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-271-1/+1
* Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö2010-01-111-9/+25
* Use ff_neterrno instead of errno in tcp.c.Martin Storsjö2009-07-151-2/+2
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-0/+7
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* only include sys/select.h if present, fix mingw compilationBaptiste Coudurier2008-09-261-0/+2
* include sys/select.h to get select, according to posix 2001,Baptiste Coudurier2008-09-241-0/+1
* Remove check for @ in tcp.c which removes the authorization data from theRonald S. Bultje2008-08-241-2/+1
* Cosmetics after previous patches.Ronald S. Bultje2008-08-231-7/+3
* On failure, return directly because the fail: case does nothing. This alsoRonald S. Bultje2008-08-231-4/+5
* Move malloc() down until after all initializations, so that the resource isRonald S. Bultje2008-08-231-7/+5
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-231-3/+3
OpenPOWER on IntegriCloud