summaryrefslogtreecommitdiffstats
path: root/libavformat/udp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-261-1/+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-3/+3
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-051-4/+0
* Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger2010-02-281-0/+1
* Make style a little bit more K&R'ish.Ronald S. Bultje2010-01-221-6/+15
* Rename a function which is no longer ipv6-specific. Patch by Martin StorsjöMartin Storsjö2010-01-221-4/+4
* Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö2010-01-211-52/+5
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-031-0/+4
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* 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-7/+7
* Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo2008-12-121-0/+1
* bind to the multicast address if possibleJindřich Makovička2008-12-071-2/+8
* Get rid of MSG_DONTWAIT using a more standard way to use a socketJindřich Makovička2008-11-171-1/+3
* check for interrupt when receiving from socketJindřich Makovička2008-11-141-1/+18
* Allow the UDP socket buffer size to be adjusted using aJindřich Makovička2008-11-121-3/+11
* Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni2008-08-251-0/+1
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-231-3/+3
* Fix type of dest_addr_len to respect return value of udp_set_url.Luca Abeni2008-05-111-1/+1
* doxy header for udp protocolLuca Barbato2008-04-161-0/+6
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-151-4/+26
* Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III2008-02-111-3/+2
* Include os_support.h only when neededLuca Abeni2007-11-211-0/+1
* Remove perror() usage from udp.cLuca Abeni2007-11-191-9/+9
* Remove some more duplicated codeLuca Abeni2007-11-151-38/+45
* Remove the useless variable "my_addr1"Luca Abeni2007-11-151-4/+4
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-151-8/+3
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-141-3/+0
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-141-16/+24
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-141-9/+1
* Remove a now unused fieldLuca Abeni2007-11-141-1/+0
* Give better names to multicast functions (they are not IPv6-only)Luca Abeni2007-11-141-6/+6
* Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni2007-11-141-41/+24
* Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni2007-11-141-5/+2
* Take the target address family in account when determining the family ofRonald S. Bultje2007-10-311-2/+5
* Reindent after last commitLuca Abeni2007-10-311-20/+21
* Resolve hosts and bind sockets even when the local_port is not set (0)Nicolas George2007-10-311-11/+1
* Set UDP receive buffer to 64kRamiro Polla2007-08-161-0/+6
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-091-0/+4
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-5/+5
* Add some explanatory comments to #endif directives.Diego Biurrun2007-06-121-2/+2
* Remove unused static function.Diego Biurrun2007-06-121-8/+0
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-271-2/+4
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi2007-02-221-1/+1
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* move networking #includes into separate fileRamiro Polla2007-02-041-5/+1
* cosmetics: indentationAurelien Jacobs2007-01-181-1/+1
* The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...François Revol2007-01-181-3/+1
OpenPOWER on IntegriCloud