103 Commits (2a11952f457658d58303c8e5b4e10fb4599eef4f)

Author SHA1 Message Date
Martin Storsjö 5d62d0b114 udp: Fix a compilation warning 14 years ago
Can Wu fc66e23154 udp: Receive on the remote port number, if no local port is set 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Martin Storsjö a7ea5e3d35 udp: Fix receiving RTP data over multicast 14 years ago
Martin Storsjö c60112f268 libavformat: Make protocols pass URLContext as log context where available 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov c4efa7c229 lavf: remove FF_API_UDP_GET_FILE cruft 14 years ago
Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 14 years ago
Anton Khirnov 5cec897105 avio: move extern url_interrupt_cb declaration from avio.h to url.h 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Luca Barbato ebba2b3e2a proto: factor ff_network_wait_fd and use it on udp 14 years ago
Anton Khirnov 4ec153bb66 avio: make udp_set_remote_url/get_local_port internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Nicolas George c76374c6db Use AVERROR_EXIT with url_interrupt_cb. 14 years ago
Martin Storsjö 28c4741a66 libavformat: Remove FF_NETERRNO() 14 years ago
Anton Khirnov ab0287fcbd Move find_info_tag to lavu and add av_ prefix to it 14 years ago
David Fries 00952be424 udp: Enable address reuse by default for multicast 14 years ago
Luca Barbato a8475bbdb6 os: replace select with poll 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
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