]> git.sesse.net Git - ffmpeg/history - libavformat/tcp.c
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
[ffmpeg] / libavformat / tcp.c
2007-04-27 Alex Beregszasziimplement ff_socket_nonblock and use it in networking...
2007-04-27 Alex Beregszasziuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-26 Alex Beregszaszimove resolve_host from tcp.c to os_support.c as it...
2007-04-26 Alex Beregszaszicosmetics in resolve_host
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-21 Ramiro PollaBeOS cleanup
2007-01-18 Aurelien Jacobscosmetics: indentation
2007-01-18 François RevolThe long awaited BeOS cleanup, phase 1
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-02-02 Michael Niedermayeros2 thread, network and freetype2 support by (Paul...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-05-09 Diego BiurrunMac OS X 10.4 compilation fix by Steven M. Schultz...
2005-02-24 Måns Rullgårdkill warnings patch by (Måns Rullgård <mru inprovide...
2004-08-12 Petr DoubekHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-03-14 Leon van Stuivenbergtcp select() check and enables pressing 'q' when readin...
2004-03-14 Michael Niedermayerno read loop tcp/http and http CRLF fix by (Leon van...
2003-09-29 Philip GladstoneFix a very nasty problem with extra bytes appearing...
2003-09-08 Fabrice Bellardremoved ctype.h header
2003-07-24 François RevolOSX and BeOS networking fix (socklen_t)
2003-07-17 Fabrice Bellardsupport aborting in TCP
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2002-11-25 Fabrice Bellardrenamed libav to libavformat