| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Simplify set_remote_url(), and remove some code duplication | Luca Abeni | 2007-11-14 | 1 | -16/+24 |
* | Use recv() instead of recvfrom() (removes some other differences between | Luca Abeni | 2007-11-14 | 1 | -9/+1 |
* | Remove a now unused field | Luca Abeni | 2007-11-14 | 1 | -1/+0 |
* | Give better names to multicast functions (they are not IPv6-only) | Luca Abeni | 2007-11-14 | 1 | -6/+6 |
* | Avoid to duplicate the multicast code between the IPv4-only and | Luca Abeni | 2007-11-14 | 1 | -41/+24 |
* | Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only | Luca Abeni | 2007-11-14 | 1 | -5/+2 |
* | Take the target address family in account when determining the family of | Ronald S. Bultje | 2007-10-31 | 1 | -2/+5 |
* | Reindent after last commit | Luca Abeni | 2007-10-31 | 1 | -20/+21 |
* | Resolve hosts and bind sockets even when the local_port is not set (0) | Nicolas George | 2007-10-31 | 1 | -11/+1 |
* | Set UDP receive buffer to 64k | Ramiro Polla | 2007-08-16 | 1 | -0/+6 |
* | Add initialization and cleanup functions for Winsock | Ramiro Polla | 2007-08-09 | 1 | -0/+4 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -5/+5 |
* | Add some explanatory comments to #endif directives. | Diego Biurrun | 2007-06-12 | 1 | -2/+2 |
* | Remove unused static function. | Diego Biurrun | 2007-06-12 | 1 | -8/+0 |
* | use ff_neterrno() and FF_NETERROR() for networking error handling | Alex Beregszaszi | 2007-04-27 | 1 | -2/+4 |
* | change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d... | Alex Beregszaszi | 2007-02-22 | 1 | -1/+1 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | move networking #includes into separate file | Ramiro Polla | 2007-02-04 | 1 | -5/+1 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-01-18 | 1 | -1/+1 |
* | The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec... | François Revol | 2007-01-18 | 1 | -3/+1 |
* | The long awaited BeOS cleanup, phase 1 | François Revol | 2007-01-18 | 1 | -16/+2 |
* | Make it possible to reuse UDP socket (optional, disabled by default) | Thijs | 2006-10-28 | 1 | -0/+8 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | fix some signedness warnings | Måns Rullgård | 2006-09-27 | 1 | -1/+2 |
* | Add const to (mostly) char* and make some functions static, which aren't used | Stefan Huehner | 2006-06-18 | 1 | -7/+7 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -23/+23 |
* | FreeBSD ipv6 multicast patch from ports tree | Alex Beregszaszi | 2005-08-12 | 1 | -0/+5 |
* | udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin... | Hans Zandbelt | 2005-07-21 | 1 | -10/+12 |
* | printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) | Benjamin Larsson | 2005-07-13 | 1 | -1/+1 |