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
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
2007-11-15Remove some more duplicated codeLuca Abeni
2007-11-15Remove the useless variable "my_addr1"Luca Abeni
2007-11-15Use the same code to set local_port in the IPv4-only case and in theLuca Abeni
2007-11-14Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni
2007-11-14Simplify set_remote_url(), and remove some code duplicationLuca Abeni
2007-11-14Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni
2007-11-14Remove a now unused fieldLuca Abeni
2007-11-14Give better names to multicast functions (they are not IPv6-only)Luca Abeni
2007-11-14Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni
2007-11-14Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni
2007-10-31Take the target address family in account when determining the family ofRonald S. Bultje
2007-10-31Reindent after last commitLuca Abeni
2007-10-31Resolve hosts and bind sockets even when the local_port is not set (0)Nicolas George
2007-08-17Set UDP receive buffer to 64kRamiro Polla
2007-08-10Add initialization and cleanup functions for WinsockRamiro Polla
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-12Add some explanatory comments to #endif directives.Diego Biurrun
2007-06-12Remove unused static function.Diego Biurrun
2007-04-27use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi
2007-02-22change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-02-04move networking #includes into separate fileRamiro Polla
2007-01-19cosmetics: indentationAurelien Jacobs
2007-01-18The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...François Revol
2007-01-18The long awaited BeOS cleanup, phase 1François Revol
2006-10-28Make it possible to reuse UDP socket (optional, disabled by default)Thijs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-08-12FreeBSD ipv6 multicast patch from ports treeAlex Beregszaszi
2005-07-22udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin...Hans Zandbelt