]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/tcp.c
FRSH protcol moved to a separate file
[frescor/ffmpeg.git] / libavformat / tcp.c
2009-03-03 rbultjeAdd url_get_file_handle(), which is used to get the...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-09-26 bcoudurieronly include sys/select.h if present, fix mingw compilation
2008-09-24 bcoudurierinclude sys/select.h to get select, according to posix...
2008-08-24 rbultjeRemove check for @ in tcp.c which removes the authoriza...
2008-08-23 rbultjeCosmetics after previous patches.
2008-08-23 rbultjeOn failure, return directly because the fail: case...
2008-08-23 rbultjeMove malloc() down until after all initializations...
2008-08-23 rbultjeFix memleak on some OSes in case network initialization...
2008-08-23 rbultjeRemove useless comments. See "[PATCH] tcp.c/udp.c memle...
2008-03-05 diegoSet TCP protocol to is_streamed=1 as seeking is not...
2007-11-21 lucabeInclude os_support.h only when needed
2007-08-09 ramiroAdd initialization and cleanup functions for Winsock
2007-08-08 ramiroMinGW returns EAGAIN instead of EINPROGRESS
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-04-27 aleximplement ff_socket_nonblock and use it in networking...
2007-04-27 alexuse ff_neterrno() and FF_NETERROR() for networking...
2007-04-26 alexmove resolve_host from tcp.c to os_support.c as it...
2007-04-26 alexcosmetics in resolve_host
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-21 gpoirierBeOS cleanup
2007-01-18 aurelcosmetics: indentation
2007-01-18 mmu_manThe long awaited BeOS cleanup, phase 1
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-02-02 michaelos2 thread, network and freetype2 support by (Paul...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-05-09 diegoMac OS X 10.4 compilation fix by Steven M. Schultz...
2005-02-24 michaelkill warnings patch by (Måns Rullgård <mru inprovide...
2004-08-12 michaelHTTP Authentication Patch by (Petr Doubek <doubek at...
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-03-14 michaeltcp select() check and enables pressing 'q' when readin...
2004-03-14 michaelno read loop tcp/http and http CRLF fix by (Leon van...
2003-09-29 philipjsgFix a very nasty problem with extra bytes appearing...
2003-09-08 bellardremoved ctype.h header
2003-07-24 mmu_manOSX and BeOS networking fix (socklen_t)
2003-07-17 bellardsupport aborting in TCP
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2002-11-25 bellardrenamed libav to libavformat