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