summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAge
* Include os_support.h only when neededLuca Abeni2007-11-21
* Remove perror() usage from udp.cLuca Abeni2007-11-19
* Remove some more duplicated codeLuca Abeni2007-11-15
* Remove the useless variable "my_addr1"Luca Abeni2007-11-15
* Use the same code to set local_port in the IPv4-only case and in theLuca Abeni2007-11-15
* Remove some useless assignments (the UDPContext is allocated with av_mallocz())Luca Abeni2007-11-14
* Simplify set_remote_url(), and remove some code duplicationLuca Abeni2007-11-14
* Use recv() instead of recvfrom() (removes some other differences betweenLuca Abeni2007-11-14
* Remove a now unused fieldLuca Abeni2007-11-14
* Give better names to multicast functions (they are not IPv6-only)Luca Abeni2007-11-14
* Avoid to duplicate the multicast code between the IPv4-only andLuca Abeni2007-11-14
* Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-onlyLuca Abeni2007-11-14
* Take the target address family in account when determining the family ofRonald S. Bultje2007-10-31
* Reindent after last commitLuca Abeni2007-10-31
* Resolve hosts and bind sockets even when the local_port is not set (0)Nicolas George2007-10-31
* Set UDP receive buffer to 64kRamiro Polla2007-08-16
* Add initialization and cleanup functions for WinsockRamiro Polla2007-08-09
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Add some explanatory comments to #endif directives.Diego Biurrun2007-06-12
* Remove unused static function.Diego Biurrun2007-06-12
* use ff_neterrno() and FF_NETERROR() for networking error handlingAlex Beregszaszi2007-04-27
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi2007-02-22
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* move networking #includes into separate fileRamiro Polla2007-02-04
* cosmetics: indentationAurelien Jacobs2007-01-18
* The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...François Revol2007-01-18
* The long awaited BeOS cleanup, phase 1François Revol2007-01-18
* Make it possible to reuse UDP socket (optional, disabled by default)Thijs2006-10-28
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* fix some signedness warningsMåns Rullgård2006-09-27
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* FreeBSD ipv6 multicast patch from ports treeAlex Beregszaszi2005-08-12
* udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin...Hans Zandbelt2005-07-21
* printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)Benjamin Larsson2005-07-13
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
* dissallow sprintfMichael Niedermayer2005-01-12
* IPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt <at> telin {dot} nl>)Hans Zandbelt2004-11-09
* HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...Petr Doubek2004-08-12
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* undefined local_port fix by (Giancarlo Formicuccia <ilsensine at inwind dot it>)Michael Niedermayer2003-07-04
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* variable UDP packet size patch by Max KrasnyanskyMax Krasnyansky2003-02-09
* renamed libav to libavformatFabrice Bellard2002-11-25