84 Commits (d0f0f6287c7fd29474e58fe1b86db2885f20c457)

Author SHA1 Message Date
Martin Storsjö 21a569f302 udp: Allow specifying the connect option in udp_set_remote_url, too 14 years ago
Aurelien Jacobs 8ef30ac1f3 add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle() 14 years ago
Martin Storsjö 25968c3953 Reindent 14 years ago
Martin Storsjö 6766a354f7 udp: Add an option for connecting the udp socket 14 years ago
Martin Storsjö 55b6bd1c01 Convert ff_is_multicast_address to take a struct sockaddr parameter 14 years ago
Martin Storsjö 7ac57fa5eb Share the is_multicast_address function 14 years ago
Martin Storsjö f63630cdf3 Move multicast address identification fallback macros to network.h from udp.c 14 years ago
Martin Storsjö 5961253463 udp: Define _DARWIN_C_SOURCE 14 years ago
Martin Storsjö 25a2ebb917 udp: Return the actual error code on errors, instead of AVERROR(EIO) 14 years ago
Martin Storsjö 63206a8ffb Check for the IPPROTO_IPV6 define before using it 14 years ago
Reimar Döffinger 8250561149 Check for udp_set_remote_url error. 15 years ago
Diego Biurrun 9a58234fea Fix misspelled parameter names in Doxygen documentation. 15 years ago
Måns Rullgård f3bfe388b5 Make ff_url_split() public 15 years ago
Martin Storsjö 48e77473e9 Cosmetics: Change connexion to connection in code comments 15 years ago
Martin Storsjö 27241cbffe Declare the url_write buffer parameter as const 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Martin Storsjö cae9a15c98 Don't report EINTR from select as an error, retry select instead 15 years ago
Aurelien Jacobs e4a9e3cc7c move ff_url_split() and ff_url_join() declarations to internal.h 15 years ago
Martin Storsjö c5c6e67c28 Rename url_split to ff_url_split 15 years ago
Martin Storsjö 814c56413d Don't explicitly initialize networking in the tcp and udp protocols 15 years ago
Reimar Döffinger 11a74f3639 Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of 15 years ago
Ronald S. Bultje 6481075443 Make style a little bit more K&R'ish. 15 years ago
Martin Storsjö 7c823d8b7f Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö 15 years ago
Martin Storsjö b4d68544c8 Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. 15 years ago
Ronald S. Bultje f0a8039464 Add url_get_file_handle(), which is used to get the file descriptor 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Dave Yeo c0a8f8d498 Add sys/time.h header #include, fixes compilation on OS/2. 16 years ago
Jindřich Makovička 36b532815c bind to the multicast address if possible 16 years ago
Jindřich Makovička ce09d560b7 Get rid of MSG_DONTWAIT using a more standard way to use a socket 16 years ago
Jindřich Makovička 7d0842992a check for interrupt when receiving from socket 16 years ago
Jindřich Makovička 236bb1ab01 Allow the UDP socket buffer size to be adjusted using a 16 years ago
Luca Abeni a9e02947f6 Fix udp.c compilation with recent glibc (>= 2.8) 16 years ago
Ronald S. Bultje e6c1381982 Fix memleak on some OSes in case network initialization fails. See 16 years ago
Luca Abeni 397db8ac5e Fix type of dest_addr_len to respect return value of udp_set_url. 17 years ago
Luca Barbato 3adfb3772c doxy header for udp protocol 17 years ago
Luca Abeni 35b74c3deb Remove the "multicast=" tag from UDP and RTP URLs 17 years ago
D Richard Felker III 03c09e4399 Do not use GNU-specific (or BSD-specific or whatever they may be) 17 years ago
Luca Abeni 087b327287 Include os_support.h only when needed 17 years ago
Luca Abeni 086119b3f3 Remove perror() usage from udp.c 17 years ago
Luca Abeni aa519c4771 Remove some more duplicated code 17 years ago
Luca Abeni d4936869ff Remove the useless variable "my_addr1" 17 years ago
Luca Abeni 882d00f27d Use the same code to set local_port in the IPv4-only case and in the 17 years ago
Luca Abeni 6b7089044a Remove some useless assignments (the UDPContext is allocated with av_mallocz()) 17 years ago
Luca Abeni d05cb726bd Simplify set_remote_url(), and remove some code duplication 17 years ago
Luca Abeni 4c7d5764a0 Use recv() instead of recvfrom() (removes some other differences between 17 years ago
Luca Abeni 66c49825da Remove a now unused field 17 years ago
Luca Abeni 9cdcb04f5a Give better names to multicast functions (they are not IPv6-only) 17 years ago
Luca Abeni a8bde059e6 Avoid to duplicate the multicast code between the IPv4-only and 17 years ago