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
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