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
2012-10-27udp: use socklen_t where appropriateMans Rullgard
2012-06-27udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö
2012-06-26network: Include unistd.h from network.hMartin Storsjö
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard
2012-06-19udp: Properly check for invalid socketsMartin Storsjö
2012-06-19network: Use av_strerror for getting error messagesMartin Storsjö
2012-06-19udp: Properly print error from getnameinfoMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-09udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö
2012-03-09udp: Only bind to the multicast address if in read-only modeMartin Storsjö
2012-03-09udp: Clarify the comment about binding the multicast addressMartin Storsjö
2012-03-09udp: Reorder commentsMartin Storsjö
2012-03-07udp: Print an error message if bind failsMartin Storsjö
2012-01-06avio: Add an URLProtocol flag for indicating that a protocol uses networkMartin Storsjö
2011-12-11Fix a bunch of common typos.Diego Biurrun
2011-12-01proto: Use .priv_data_size to allocate the private contextMartin Storsjö
2011-11-09udp: Allow specifying the local IP addressMartin Storsjö
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ö