index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
tcp.c
Age
Commit message (
Expand
)
Author
2008-09-26
only include sys/select.h if present, fix mingw compilation
Baptiste Coudurier
2008-09-24
include sys/select.h to get select, according to posix 2001,
Baptiste Coudurier
2008-08-24
Remove check for @ in tcp.c which removes the authorization data from the
Ronald S. Bultje
2008-08-23
Cosmetics after previous patches.
Ronald S. Bultje
2008-08-23
On failure, return directly because the fail: case does nothing. This also
Ronald S. Bultje
2008-08-23
Move malloc() down until after all initializations, so that the resource is
Ronald S. Bultje
2008-08-23
Fix memleak on some OSes in case network initialization fails. See
Ronald S. Bultje
2008-08-23
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion.
Ronald S. Bultje
2008-03-05
Set TCP protocol to is_streamed=1 as seeking is not possible.
Diego Biurrun
2007-11-21
Include os_support.h only when needed
Luca Abeni
2007-08-09
Add initialization and cleanup functions for Winsock
Ramiro Polla
2007-08-08
MinGW returns EAGAIN instead of EINPROGRESS
Ramiro Polla
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-04-27
implement ff_socket_nonblock and use it in networking code
Alex Beregszaszi
2007-04-27
use ff_neterrno() and FF_NETERROR() for networking error handling
Alex Beregszaszi
2007-04-26
move resolve_host from tcp.c to os_support.c as it is used widely
Alex Beregszaszi
2007-04-26
cosmetics in resolve_host
Alex Beregszaszi
2007-02-22
change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...
Alex Beregszaszi
2007-02-13
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-04
move networking #includes into separate file
Ramiro Polla
2007-01-21
BeOS cleanup
Ramiro Polla
2007-01-18
cosmetics: indentation
Aurelien Jacobs
2007-01-18
The long awaited BeOS cleanup, phase 1
François Revol
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-02-02
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-05-09
Mac OS X 10.4 compilation fix by Steven M. Schultz <sms at 2BSD dot COM>
Diego Biurrun
2005-02-24
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2004-08-12
HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz d...
Petr Doubek
2004-06-19
sweeping change from -EIO -> AVERROR_IO
Mike Melanson
2004-03-14
tcp select() check and enables pressing 'q' when reading/(writing) from
Leon van Stuivenberg
2004-03-14
no read loop tcp/http and http CRLF fix by (Leon van Stuivenberg <l dot vanst...
Michael Niedermayer
2003-09-29
Fix a very nasty problem with extra bytes appearing in TCP data streams.
Philip Gladstone
2003-09-08
removed ctype.h header
Fabrice Bellard
2003-07-24
OSX and BeOS networking fix (socklen_t)
François Revol
2003-07-17
support aborting in TCP
Fabrice Bellard
2003-02-11
* UINTX -> uintx_t INTX -> intx_t
Zdenek Kabelac
2002-11-25
renamed libav to libavformat
Fabrice Bellard