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