Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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