summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAge
...
* udp: Add an option for connecting the udp socketMartin Storsjö2010-10-08
* Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö2010-10-07
* Share the is_multicast_address functionMartin Storsjö2010-10-07
* Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö2010-10-07
* udp: Define _DARWIN_C_SOURCEMartin Storsjö2010-10-05
* udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö2010-10-05
* Check for the IPPROTO_IPV6 define before using itMartin Storsjö2010-09-20
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-28
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-14
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-26
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-05
* Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger2010-02-28
* Make style a little bit more K&R'ish.Ronald S. Bultje2010-01-22
* Rename a function which is no longer ipv6-specific. Patch by Martin StorsjöMartin Storsjö2010-01-22
* Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö2010-01-21
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo2008-12-12
* bind to the multicast address if possibleJindřich Makovička2008-12-07
* Get rid of MSG_DONTWAIT using a more standard way to use a socketJindřich Makovička2008-11-17
* check for interrupt when receiving from socketJindřich Makovička2008-11-14
* Allow the UDP socket buffer size to be adjusted using aJindřich Makovička2008-11-12
* Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni2008-08-25
* Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje2008-08-23
* Fix type of dest_addr_len to respect return value of udp_set_url.Luca Abeni2008-05-11
* doxy header for udp protocolLuca Barbato2008-04-16
* Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni2008-04-15
* Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III2008-02-11
* Include os_support.h only when neededLuca Abeni2007-11-21
* Remove perror() usage from udp.cLuca Abeni2007-11-19
* Remove some more duplicated codeLuca Abeni2007-11-15
* Remove the useless variable "my_addr1"Luca Abeni2007-11-15
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-15
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-14
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-14
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-14
* Remove a now unused fieldLuca Abeni2007-11-14
* Give better names to multicast functions (they are not IPv6-only)Luca Abeni2007-11-14
* Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni2007-11-14
* Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni2007-11-14
* Take the target address family in account when determining the family ofRonald S. Bultje2007-10-31
* Reindent after last commitLuca Abeni2007-10-31