]> git.sesse.net Git - ffmpeg/history - libavformat/udp.c
memleak (seems ive missed that under the obfuscated indention)
[ffmpeg] / libavformat / udp.c
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