]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/udp.c
Net contracts are given different names in fomart net_cont$NUM
[frescor/ffmpeg.git] / libavformat / udp.c
2009-05-27 Martin MolnarNet contracts are given different names in fomart net_c...
2009-05-25 Martin MolnarAdded global params udp_period and udp_budget used...
2009-05-25 Martin Molnarudp_socket_create returns socket descriptor
2009-05-20 Martin MolnarDecrease budget.
2009-05-20 Martin MolnarFFmpeg UDP protocol hacked to be delivered through...
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-12 diegoAdd sys/time.h header #include, fixes compilation on...
2008-12-07 henrybind to the multicast address if possible
2008-11-17 benoitGet rid of MSG_DONTWAIT using a more standard way to...
2008-11-14 henrycheck for interrupt when receiving from socket
2008-11-12 andomaAllow the UDP socket buffer size to be adjusted using a
2008-08-25 lucabeFix udp.c compilation with recent glibc (>= 2.8)
2008-08-23 rbultjeFix memleak on some OSes in case network initialization...
2008-05-11 cehoyosFix type of dest_addr_len to respect return value of...
2008-04-16 lu_zerodoxy header for udp protocol
2008-04-15 lucabeRemove the "multicast=" tag from UDP and RTP URLs
2008-02-11 rfelkerDo not use GNU-specific (or BSD-specific or whatever...
2007-11-21 lucabeInclude os_support.h only when needed
2007-11-19 lucabeRemove perror() usage from udp.c
2007-11-15 lucabeRemove some more duplicated code
2007-11-15 lucabeRemove the useless variable "my_addr1"
2007-11-15 lucabeUse the same code to set local_port in the IPv4-only...
2007-11-14 lucabeRemove some useless assignments (the UDPContext is...
2007-11-14 lucabeSimplify set_remote_url(), and remove some code duplication
2007-11-14 lucabeUse recv() instead of recvfrom() (removes some other...
2007-11-14 lucabeRemove a now unused field
2007-11-14 lucabeGive better names to multicast functions (they are...
2007-11-14 lucabeAvoid to duplicate the multicast code between the IPv4...
2007-11-14 lucabeRemove some ifdefs by using the "dest_addr_len" field...
2007-10-31 lucabeTake the target address family in account when determin...
2007-10-31 lucabeReindent after last commit
2007-10-31 lucabeResolve hosts and bind sockets even when the local_port...
2007-08-16 ramiroSet UDP receive buffer to 64k
2007-08-09 ramiroAdd initialization and cleanup functions for Winsock
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-12 diegoAdd some explanatory comments to #endif directives.
2007-06-12 diegoRemove unused static function.
2007-04-27 alexuse ff_neterrno() and FF_NETERROR() for networking...
2007-02-22 alexchange PF_INET to AF_INET to be consistent in the whole...
2007-02-13 mmu_manThis fixes error handling for BeOS, removing the need...
2007-02-04 mrumove networking #includes into separate file
2007-01-18 aurelcosmetics: indentation
2007-01-18 mmu_manThe long awaited BeOS cleanup, phase 1.1: removed usele...
2007-01-18 mmu_manThe long awaited BeOS cleanup, phase 1
2006-10-28 gpoirierMake it possible to reuse UDP socket (optional, disable...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-27 mrufix some signedness warnings
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-08-12 alexFreeBSD ipv6 multicast patch from ports tree
2005-07-21 michaeludp ipv6 localhost resolving patch by ("Hans Zandbelt...
2005-07-13 michaelprintf-> av_log patch by (Benjamin Larsson, banan:...
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2005-01-12 michaeldissallow sprintf
2004-11-09 michaelIPv6 support patch by ("Hans Zandbelt" <Hans.Zandbelt...
2004-08-12 michaelHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2003-07-04 michaelniundefined local_port fix by (Giancarlo Formicuccia...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-02-09 bellardvariable UDP packet size patch by Max Krasnyansky
2002-11-25 bellardrenamed libav to libavformat