log udp.c @ 6478:1e6ebac87d44 libavformat

age author description
Mon, 20 Sep 2010 06:38:40 +0000 mstorsjo Check for the IPPROTO_IPV6 define before using it libavformat
Wed, 28 Jul 2010 16:27:16 +0000 reimar Check for udp_set_remote_url error. libavformat
Fri, 02 Jul 2010 10:49:29 +0000 diego Fix misspelled parameter names in Doxygen documentation. libavformat
Sun, 27 Jun 2010 14:16:46 +0000 mru Make ff_url_split() public libavformat
Mon, 14 Jun 2010 09:09:59 +0000 mstorsjo Cosmetics: Change connexion to connection in code comments libavformat
Tue, 01 Jun 2010 07:46:23 +0000 mstorsjo Declare the url_write buffer parameter as const libavformat
Tue, 20 Apr 2010 14:45:34 +0000 diego Remove explicit filename from Doxygen @file commands. libavformat
Fri, 26 Mar 2010 16:04:38 +0000 mstorsjo Don't report EINTR from select as an error, retry select instead libavformat
Sun, 14 Mar 2010 23:59:48 +0000 aurel move ff_url_split() and ff_url_join() declarations to internal.h libavformat
Mon, 08 Mar 2010 09:03:25 +0000 mstorsjo Rename url_split to ff_url_split libavformat
Fri, 05 Mar 2010 22:38:48 +0000 mstorsjo Don't explicitly initialize networking in the tcp and udp protocols libavformat
Sun, 28 Feb 2010 22:33:22 +0000 reimar Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of libavformat
Fri, 22 Jan 2010 16:12:55 +0000 rbultje Make style a little bit more K&R'ish. libavformat
Fri, 22 Jan 2010 16:10:08 +0000 rbultje Rename a function which is no longer ipv6-specific. Patch by Martin Storsj libavformat
Thu, 21 Jan 2010 15:42:05 +0000 rbultje Remove IPv4-only codepath. Patch by Martin Storsj <$first $first st>. libavformat
Tue, 03 Mar 2009 17:04:51 +0000 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat
Sun, 01 Feb 2009 02:00:19 +0000 diego Use full internal pathname in doxygen @file directives. libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Fri, 12 Dec 2008 06:55:48 +0000 diego Add sys/time.h header #include, fixes compilation on OS/2. libavformat
Sun, 07 Dec 2008 17:29:09 +0000 henry bind to the multicast address if possible libavformat
Mon, 17 Nov 2008 07:50:25 +0000 benoit Get rid of MSG_DONTWAIT using a more standard way to use a socket libavformat
Fri, 14 Nov 2008 19:33:22 +0000 henry check for interrupt when receiving from socket libavformat
Wed, 12 Nov 2008 21:40:53 +0000 andoma Allow the UDP socket buffer size to be adjusted using a libavformat
Mon, 25 Aug 2008 06:20:00 +0000 lucabe Fix udp.c compilation with recent glibc (>= 2.8) libavformat
Sat, 23 Aug 2008 17:39:56 +0000 rbultje Fix memleak on some OSes in case network initialization fails. See libavformat
Sun, 11 May 2008 10:53:21 +0000 cehoyos Fix type of dest_addr_len to respect return value of udp_set_url. libavformat
Wed, 16 Apr 2008 16:52:35 +0000 lu_zero doxy header for udp protocol libavformat
Tue, 15 Apr 2008 11:23:07 +0000 lucabe Remove the "multicast=" tag from UDP and RTP URLs libavformat
Mon, 11 Feb 2008 03:30:42 +0000 rfelker Do not use GNU-specific (or BSD-specific or whatever they may be) libavformat
Wed, 21 Nov 2007 16:33:06 +0000 lucabe Include os_support.h only when needed libavformat
Mon, 19 Nov 2007 08:07:33 +0000 lucabe Remove perror() usage from udp.c libavformat
Thu, 15 Nov 2007 14:26:52 +0000 lucabe Remove some more duplicated code libavformat
Thu, 15 Nov 2007 13:41:51 +0000 lucabe Remove the useless variable "my_addr1" libavformat
Thu, 15 Nov 2007 13:34:56 +0000 lucabe Use the same code to set local_port in the IPv4-only case and in the libavformat
Wed, 14 Nov 2007 08:22:06 +0000 lucabe Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformat
Wed, 14 Nov 2007 08:16:51 +0000 lucabe Simplify set_remote_url(), and remove some code duplication libavformat
Wed, 14 Nov 2007 07:56:20 +0000 lucabe Use recv() instead of recvfrom() (removes some other differences between libavformat
Wed, 14 Nov 2007 07:45:15 +0000 lucabe Remove a now unused field libavformat
Wed, 14 Nov 2007 07:43:51 +0000 lucabe Give better names to multicast functions (they are not IPv6-only) libavformat
Wed, 14 Nov 2007 07:42:46 +0000 lucabe Avoid to duplicate the multicast code between the IPv4-only and libavformat
Wed, 14 Nov 2007 07:35:36 +0000 lucabe Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only libavformat
Wed, 31 Oct 2007 07:27:38 +0000 lucabe Take the target address family in account when determining the family of libavformat
Wed, 31 Oct 2007 07:08:12 +0000 lucabe Reindent after last commit libavformat
Wed, 31 Oct 2007 07:02:30 +0000 lucabe Resolve hosts and bind sockets even when the local_port is not set (0) libavformat
Thu, 16 Aug 2007 22:12:03 +0000 ramiro Set UDP receive buffer to 64k libavformat
Thu, 09 Aug 2007 23:39:05 +0000 ramiro Add initialization and cleanup functions for Winsock libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Tue, 12 Jun 2007 08:01:35 +0000 diego Add some explanatory comments to #endif directives. libavformat
Tue, 12 Jun 2007 07:59:34 +0000 diego Remove unused static function. libavformat
Fri, 27 Apr 2007 00:35:54 +0000 alex use ff_neterrno() and FF_NETERROR() for networking error handling libavformat
Thu, 22 Feb 2007 13:34:36 +0000 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
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat
Thu, 18 Jan 2007 23:23:41 +0000 aurel cosmetics: indentation libavformat
Thu, 18 Jan 2007 17:48:21 +0000 mmu_man The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. libavformat
Thu, 18 Jan 2007 17:22:30 +0000 mmu_man The long awaited BeOS cleanup, phase 1 libavformat
Sat, 28 Oct 2006 17:16:18 +0000 gpoirier Make it possible to reuse UDP socket (optional, disabled by default) libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Wed, 27 Sep 2006 19:47:39 +0000 mru fix some signedness warnings libavformat