]> git.sesse.net Git - ffmpeg/history - libavformat/udp.c
mkvenc: Handle negative timestamps correctly
[ffmpeg] / libavformat / udp.c
2010-03-08 Martin StorsjöRename url_split to ff_url_split
2010-03-05 Martin StorsjöDon't explicitly initialize networking in the tcp and...
2010-02-28 Reimar DöffingerExplicitly set struct addrinfo to NULL if getaddrinfo...
2010-01-22 Ronald S. BultjeMake style a little bit more K&R'ish.
2010-01-22 Martin StorsjöRename a function which is no longer ipv6-specific...
2010-01-21 Martin StorsjöRemove IPv4-only codepath. Patch by Martin Storsjö...
2009-03-03 Ronald S. BultjeAdd url_get_file_handle(), which is used to get the...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 Dave YeoAdd sys/time.h header #include, fixes compilation on...
2008-12-07 Jindřich Makovičkabind to the multicast address if possible
2008-11-17 Jindřich MakovičkaGet rid of MSG_DONTWAIT using a more standard way to...
2008-11-14 Jindřich Makovičkacheck for interrupt when receiving from socket
2008-11-12 Jindřich MakovičkaAllow the UDP socket buffer size to be adjusted using a
2008-08-25 Luca AbeniFix udp.c compilation with recent glibc (>= 2.8)
2008-08-23 Ronald S. BultjeFix memleak on some OSes in case network initialization...
2008-05-11 Luca AbeniFix type of dest_addr_len to respect return value of...
2008-04-16 Luca Barbatodoxy header for udp protocol
2008-04-15 Luca AbeniRemove the "multicast=" tag from UDP and RTP URLs
2008-02-11 D Richard Felker IIIDo not use GNU-specific (or BSD-specific or whatever...
2007-11-21 Luca AbeniInclude os_support.h only when needed
2007-11-19 Luca AbeniRemove perror() usage from udp.c
2007-11-15 Luca AbeniRemove some more duplicated code
2007-11-15 Luca AbeniRemove the useless variable "my_addr1"
2007-11-15 Luca AbeniUse the same code to set local_port in the IPv4-only...
2007-11-14 Luca AbeniRemove some useless assignments (the UDPContext is...
2007-11-14 Luca AbeniSimplify set_remote_url(), and remove some code duplication
2007-11-14 Luca AbeniUse recv() instead of recvfrom() (removes some other...
2007-11-14 Luca AbeniRemove a now unused field
2007-11-14 Luca AbeniGive better names to multicast functions (they are...
2007-11-14 Luca AbeniAvoid to duplicate the multicast code between the IPv4...
2007-11-14 Luca AbeniRemove some ifdefs by using the "dest_addr_len" field...
2007-10-31 Ronald S. BultjeTake the target address family in account when determin...
2007-10-31 Luca AbeniReindent after last commit
2007-10-31 Nicolas GeorgeResolve hosts and bind sockets even when the local_port...
2007-08-16 Ramiro PollaSet UDP receive buffer to 64k
2007-08-09 Ramiro PollaAdd initialization and cleanup functions for Winsock
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-12 Diego BiurrunAdd some explanatory comments to #endif directives.
2007-06-12 Diego BiurrunRemove unused static function.
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-02-22 Alex Beregszaszichange PF_INET to AF_INET to be consistent in the whole...
2007-02-13 François RevolThis fixes error handling for BeOS, removing the need...
2007-02-04 Ramiro Pollamove networking #includes into separate file
2007-01-18 Aurelien Jacobscosmetics: indentation
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1.1: removed usele...
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-10-28 ThijsMake it possible to reuse UDP socket (optional, disable...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-27 Måns Rullgårdfix some signedness warnings
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-08-12 Alex BeregszasziFreeBSD ipv6 multicast patch from ports tree
2005-07-21 Hans Zandbeltudp ipv6 localhost resolving patch by ("Hans Zandbelt...
2005-07-13 Benjamin Larssonprintf-> av_log patch by (Benjamin Larsson, banan:...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-12 Michael Niedermayerdissallow sprintf
2004-11-09 Hans ZandbeltIPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt...
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2003-07-04 Michael Niedermayerundefined local_port fix by (Giancarlo Formicuccia...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-09 Max Krasnyanskyvariable UDP packet size patch by Max Krasnyansky
2002-11-25 Fabrice Bellardrenamed libav to libavformat