log udp.c @ 5425:9ee7e675a476 libavformat

age author description
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