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
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
2005-07-13printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)Benjamin Larsson
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-01-12dissallow sprintfMichael Niedermayer
2004-11-09IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>)Hans Zandbelt
2004-08-12HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2003-07-04undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-09variable UDP packet size patch by Max KrasnyanskyMax Krasnyansky
2002-11-25renamed libav to libavformatFabrice Bellard