log udp.c @ 5682:e346e10c9537 libavformat

age author description
2010-01-22 rbultje Make style a little bit more K&R'ish. libavformat
2010-01-22 rbultje Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö libavformat
2010-01-21 rbultje Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. libavformat
2009-03-03 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat
2009-02-01 diego Use full internal pathname in doxygen @file directives. libavformat
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
2009-01-13 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
2008-12-12 diego Add sys/time.h header #include, fixes compilation on OS/2. libavformat
2008-12-07 henry bind to the multicast address if possible libavformat
2008-11-17 benoit Get rid of MSG_DONTWAIT using a more standard way to use a socket libavformat
2008-11-14 henry check for interrupt when receiving from socket libavformat
2008-11-12 andoma Allow the UDP socket buffer size to be adjusted using a libavformat
2008-08-25 lucabe Fix udp.c compilation with recent glibc (>= 2.8) libavformat
2008-08-23 rbultje Fix memleak on some OSes in case network initialization fails. See libavformat
2008-05-11 cehoyos Fix type of dest_addr_len to respect return value of udp_set_url. libavformat
2008-04-16 lu_zero doxy header for udp protocol libavformat
2008-04-15 lucabe Remove the "multicast=" tag from UDP and RTP URLs libavformat
2008-02-11 rfelker Do not use GNU-specific (or BSD-specific or whatever they may be) libavformat
2007-11-21 lucabe Include os_support.h only when needed libavformat
2007-11-19 lucabe Remove perror() usage from udp.c libavformat
2007-11-15 lucabe Remove some more duplicated code libavformat
2007-11-15 lucabe Remove the useless variable "my_addr1" libavformat
2007-11-15 lucabe Use the same code to set local_port in the IPv4-only case and in the libavformat
2007-11-14 lucabe Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformat
2007-11-14 lucabe Simplify set_remote_url(), and remove some code duplication libavformat
2007-11-14 lucabe Use recv() instead of recvfrom() (removes some other differences between libavformat
2007-11-14 lucabe Remove a now unused field libavformat
2007-11-14 lucabe Give better names to multicast functions (they are not IPv6-only) libavformat
2007-11-14 lucabe Avoid to duplicate the multicast code between the IPv4-only and libavformat
2007-11-14 lucabe Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only libavformat
2007-10-31 lucabe Take the target address family in account when determining the family of libavformat
2007-10-31 lucabe Reindent after last commit libavformat
2007-10-31 lucabe Resolve hosts and bind sockets even when the local_port is not set (0) libavformat
2007-08-16 ramiro Set UDP receive buffer to 64k libavformat
2007-08-09 ramiro Add initialization and cleanup functions for Winsock libavformat
2007-07-19 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
2007-06-12 diego Add some explanatory comments to #endif directives. libavformat
2007-06-12 diego Remove unused static function. libavformat
2007-04-27 alex use ff_neterrno() and FF_NETERROR() for networking error handling libavformat
2007-02-22 alex change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards libavformat
2007-02-13 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
2007-02-04 mru move networking #includes into separate file libavformat
2007-01-18 aurel cosmetics: indentation libavformat
2007-01-18 mmu_man The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. libavformat
2007-01-18 mmu_man The long awaited BeOS cleanup, phase 1 libavformat
2006-10-28 gpoirier Make it possible to reuse UDP socket (optional, disabled by default) libavformat
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
2006-09-27 mru fix some signedness warnings libavformat
2006-06-18 diego Add const to (mostly) char* and make some functions static, which aren't used libavformat
2006-01-12 diego Update licensing information: The FSF changed postal address. libavformat
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavformat
2005-08-12 alex FreeBSD ipv6 multicast patch from ports tree libavformat
2005-07-21 michael udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl) libavformat
2005-07-13 michael printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) libavformat
2005-02-24 michael kill warnings patch by (Måns Rullgård <mru inprovide com>) libavformat
2005-01-12 michael dissallow sprintf libavformat
2004-11-09 michael IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>) libavformat
2004-08-12 michael HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz dot ch>) libavformat
2004-06-19 melanson sweeping change from -EIO -> AVERROR_IO libavformat
2003-07-04 michaelni undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>) libavformat