| Commit message (Expand) | Author | Age | Files | Lines |
* | libavformat: Remove FF_NETERRNO() | Martin Storsjö | 2011-02-23 | 1 | -5/+5 |
* | Move find_info_tag to lavu and add av_ prefix to it | Anton Khirnov | 2011-02-18 | 1 | -7/+8 |
* | udp: Enable address reuse by default for multicast | David Fries | 2011-02-11 | 1 | -2/+15 |
* | os: replace select with poll | Luca Barbato | 2011-01-30 | 1 | -10/+5 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
* | udp: Allow specifying the connect option in udp_set_remote_url, too | Martin Storsjö | 2011-01-06 | 1 | -1/+17 |
* | add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() | Aurelien Jacobs | 2010-10-15 | 1 | -1/+1 |
* | Reindent | Martin Storsjö | 2010-10-08 | 1 | -3/+3 |
* | udp: Add an option for connecting the udp socket | Martin Storsjö | 2010-10-08 | 1 | -0/+13 |
* | Convert ff_is_multicast_address to take a struct sockaddr parameter | Martin Storsjö | 2010-10-07 | 1 | -1/+1 |
* | Share the is_multicast_address function | Martin Storsjö | 2010-10-07 | 1 | -15/+1 |
* | Move multicast address identification fallback macros to network.h from udp.c | Martin Storsjö | 2010-10-07 | 1 | -6/+0 |
* | udp: Define _DARWIN_C_SOURCE | Martin Storsjö | 2010-10-05 | 1 | -0/+1 |
* | udp: Return the actual error code on errors, instead of AVERROR(EIO) | Martin Storsjö | 2010-10-05 | 1 | -1/+1 |
* | Check for the IPPROTO_IPV6 define before using it | Martin Storsjö | 2010-09-20 | 1 | -2/+2 |
* | Check for udp_set_remote_url error. | Reimar Döffinger | 2010-07-28 | 1 | -1/+2 |
* | Fix misspelled parameter names in Doxygen documentation. | Diego Biurrun | 2010-07-02 | 1 | -2/+2 |
* | Make ff_url_split() public | Måns Rullgård | 2010-06-27 | 1 | -3/+3 |
* | Cosmetics: Change connexion to connection in code comments | Martin Storsjö | 2010-06-14 | 1 | -1/+1 |
* | Declare the url_write buffer parameter as const | Martin Storsjö | 2010-06-01 | 1 | -1/+1 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Don't report EINTR from select as an error, retry select instead | Martin Storsjö | 2010-03-26 | 1 | -1/+4 |
* | move ff_url_split() and ff_url_join() declarations to internal.h | Aurelien Jacobs | 2010-03-14 | 1 | -0/+1 |
* | Rename url_split to ff_url_split | Martin Storsjö | 2010-03-08 | 1 | -3/+3 |
* | Don't explicitly initialize networking in the tcp and udp protocols | Martin Storsjö | 2010-03-05 | 1 | -4/+0 |
* | Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of | Reimar Döffinger | 2010-02-28 | 1 | -0/+1 |
* | Make style a little bit more K&R'ish. | Ronald S. Bultje | 2010-01-22 | 1 | -6/+15 |
* | Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö | Martin Storsjö | 2010-01-22 | 1 | -4/+4 |
* | Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. | Martin Storsjö | 2010-01-21 | 1 | -52/+5 |
* | Add url_get_file_handle(), which is used to get the file descriptor | Ronald S. Bultje | 2009-03-03 | 1 | -0/+4 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -7/+7 |
* | Add sys/time.h header #include, fixes compilation on OS/2. | Dave Yeo | 2008-12-12 | 1 | -0/+1 |
* | bind to the multicast address if possible | Jindřich Makovička | 2008-12-07 | 1 | -2/+8 |
* | Get rid of MSG_DONTWAIT using a more standard way to use a socket | Jindřich Makovička | 2008-11-17 | 1 | -1/+3 |
* | check for interrupt when receiving from socket | Jindřich Makovička | 2008-11-14 | 1 | -1/+18 |
* | Allow the UDP socket buffer size to be adjusted using a | Jindřich Makovička | 2008-11-12 | 1 | -3/+11 |
* | Fix udp.c compilation with recent glibc (>= 2.8) | Luca Abeni | 2008-08-25 | 1 | -0/+1 |
* | Fix memleak on some OSes in case network initialization fails. See | Ronald S. Bultje | 2008-08-23 | 1 | -3/+3 |
* | Fix type of dest_addr_len to respect return value of udp_set_url. | Luca Abeni | 2008-05-11 | 1 | -1/+1 |
* | doxy header for udp protocol | Luca Barbato | 2008-04-16 | 1 | -0/+6 |
* | Remove the "multicast=" tag from UDP and RTP URLs | Luca Abeni | 2008-04-15 | 1 | -4/+26 |
* | Do not use GNU-specific (or BSD-specific or whatever they may be) | D Richard Felker III | 2008-02-11 | 1 | -3/+2 |
* | Include os_support.h only when needed | Luca Abeni | 2007-11-21 | 1 | -0/+1 |
* | Remove perror() usage from udp.c | Luca Abeni | 2007-11-19 | 1 | -9/+9 |
* | Remove some more duplicated code | Luca Abeni | 2007-11-15 | 1 | -38/+45 |
* | Remove the useless variable "my_addr1" | Luca Abeni | 2007-11-15 | 1 | -4/+4 |
* | Use the same code to set local_port in the IPv4-only case and in the | Luca Abeni | 2007-11-15 | 1 | -8/+3 |
* | Remove some useless assignments (the UDPContext is allocated with av_mallocz()) | Luca Abeni | 2007-11-14 | 1 | -3/+0 |