summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAge
* udp: Fix a compilation warningMartin Storsjö2011-06-30
* udp: Receive on the remote port number, if no local port is setCan Wu2011-06-24
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-09
* libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö2011-04-20
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-19
* lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov2011-04-19
* lavf: use designated initializers for all protocolsAnton Khirnov2011-04-08
* avio: move extern url_interrupt_cb declaration from avio.h to url.hAnton Khirnov2011-04-07
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-07
* proto: factor ff_network_wait_fd and use it on udpLuca Barbato2011-04-07
* avio: make udp_set_remote_url/get_local_port internal.Anton Khirnov2011-03-23
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Use AVERROR_EXIT with url_interrupt_cb.Nicolas George2011-03-15
* libavformat: Remove FF_NETERRNO()Martin Storsjö2011-02-23
* Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov2011-02-17
* udp: Enable address reuse by default for multicastDavid Fries2011-02-09
* os: replace select with pollLuca Barbato2011-01-28
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* udp: Allow specifying the connect option in udp_set_remote_url, tooMartin Storsjö2011-01-06
* add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()Aurelien Jacobs2010-10-15
* ReindentMartin Storsjö2010-10-08
* udp: Add an option for connecting the udp socketMartin Storsjö2010-10-08
* Convert ff_is_multicast_address to take a struct sockaddr parameterMartin Storsjö2010-10-07
* Share the is_multicast_address functionMartin Storsjö2010-10-07
* Move multicast address identification fallback macros to network.h from udp.cMartin Storsjö2010-10-07
* udp: Define _DARWIN_C_SOURCEMartin Storsjö2010-10-05
* udp: Return the actual error code on errors, instead of AVERROR(EIO)Martin Storsjö2010-10-05
* Check for the IPPROTO_IPV6 define before using itMartin Storsjö2010-09-20
* Check for udp_set_remote_url error.Reimar Döffinger2010-07-28
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Cosmetics: Change connexion to connection in code commentsMartin Storsjö2010-06-14
* Declare the url_write buffer parameter as constMartin Storsjö2010-06-01
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Don't report EINTR from select as an error, retry select insteadMartin Storsjö2010-03-26
* move ff_url_split() and ff_url_join() declarations to internal.hAurelien Jacobs2010-03-14
* Rename url_split to ff_url_splitMartin Storsjö2010-03-08
* Don't explicitly initialize networking in the tcp and udp protocolsMartin Storsjö2010-03-05
* Explicitly set struct addrinfo to NULL if getaddrinfo failed instead ofReimar Döffinger2010-02-28
* Make style a little bit more K&R'ish.Ronald S. Bultje2010-01-22
* Rename a function which is no longer ipv6-specific. Patch by Martin StorsjöMartin Storsjö2010-01-22
* Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö2010-01-21
* Add url_get_file_handle(), which is used to get the file descriptorRonald S. Bultje2009-03-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo2008-12-12
* bind to the multicast address if possibleJindřich Makovička2008-12-07
* Get rid of MSG_DONTWAIT using a more standard way to use a socketJindřich Makovička2008-11-17