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-03-24Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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
2008-11-14check for interrupt when receiving from socketJindřich Makovička
2008-11-13Allow the UDP socket buffer size to be adjusted using aJindřich Makovička
2008-08-25Fix udp.c compilation with recent glibc (>= 2.8)Luca Abeni
2008-08-23Fix memleak on some OSes in case network initialization fails. SeeRonald S. Bultje
2008-05-11Fix type of dest_addr_len to respect return value of udp_set_url.Luca Abeni
2008-04-16doxy header for udp protocolLuca Barbato
2008-04-15Remove the "multicast=" tag from UDP and RTP URLsLuca Abeni
2008-02-11Do not use GNU-specific (or BSD-specific or whatever they may be)D Richard Felker III
2007-11-21Include os_support.h only when neededLuca Abeni
2007-11-19Remove perror() usage from udp.cLuca Abeni