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
*
tcp: Add AVOption support
Luca Barbato
2014-10-10
1
-9
/
+31
*
libavformat: use MSG_NOSIGNAL when applicable
Rémi Denis-Courmont
2014-08-25
1
-1
/
+1
*
tcp: Explicitly convert a pointer to a boolean integer
Martin Storsjö
2013-09-09
1
-1
/
+1
*
tcp: Use a different log message and level if there's more addresses to try
Martin Storsjö
2013-08-06
1
-1
/
+1
*
network: Use SOCK_CLOEXEC when available
Luca Barbato
2013-08-05
1
-1
/
+3
*
network: uniform ff_listen_bind and ff_listen_connect
Luca Barbato
2013-06-04
1
-2
/
+2
*
network: factor out connect-listening code
Luca Barbato
2013-06-01
1
-44
/
+6
*
network: factor out bind-listening code
Luca Barbato
2013-06-01
1
-27
/
+7
*
tcp: add port missing error message
Jordi Ortiz
2012-07-25
1
-2
/
+5
*
tcp: add initial timeout limit for incoming connections
Jordi Ortiz
2012-07-09
1
-1
/
+10
*
tcp: Pass NULL as hostname to getaddrinfo if the string is empty
Jordi Ortiz
2012-06-27
1
-1
/
+4
*
tcp: Set AI_PASSIVE when the socket will be used for listening
Jordi Ortiz
2012-06-27
1
-0
/
+2
*
network: Include unistd.h from network.h
Martin Storsjö
2012-06-26
1
-1
/
+0
*
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-20
1
-1
/
+0
*
tcp: Check the return value from getsockopt
Martin Storsjö
2012-06-19
1
-1
/
+2
*
network: Use av_strerror for getting error messages
Martin Storsjö
2012-06-19
1
-2
/
+4
*
tcp: Check the listen call
Jordi Ortiz
2012-06-17
1
-1
/
+5
*
tcp: Try enabling SO_REUSEADDR when listening
Martin Storsjö
2012-06-01
1
-0
/
+2
*
tcp: Check the return values from bind and accept
Martin Storsjö
2012-06-01
1
-0
/
+8
*
tcp: Allow signalling end of reading/writing
Samuel Pitoiset
2012-05-22
1
-0
/
+17
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-2
/
+1
*
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2012-01-05
1
-0
/
+1
*
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-12-01
1
-8
/
+2
*
avformat: Use ff_check_interrupt
Martin Storsjö
2011-11-13
1
-2
/
+2
*
tcp: make connect() timeout properly
Luca Barbato
2011-05-27
1
-8
/
+17
*
libavformat: Make protocols pass URLContext as log context where available
Martin Storsjö
2011-04-20
1
-2
/
+2
*
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-08
1
-6
/
+5
*
avio: move extern url_interrupt_cb declaration from avio.h to url.h
Anton Khirnov
2011-04-07
1
-0
/
+1
*
avio: AVIO_ prefixes for URL_ open flags.
Anton Khirnov
2011-04-07
1
-2
/
+2
*
proto: introduce listen option in tcp
Luca Barbato
2011-04-07
1
-2
/
+22
*
proto: factor ff_network_wait_fd and use it on udp
Luca Barbato
2011-04-07
1
-12
/
+2
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Use AVERROR_EXIT with url_interrupt_cb.
Nicolas George
2011-03-15
1
-2
/
+4
*
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-23
1
-4
/
+4
*
Non-blocking protocol: TCP
Nicolas George
2011-02-05
1
-36
/
+11
*
TCP: factor the poll() call
Nicolas George
2011-02-03
1
-10
/
+18
*
os: replace select with poll
Luca Barbato
2011-01-28
1
-34
/
+14
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
tcp: Check url_interrupt_cb if connect was interrupted by a signal
Thomas Guillem
2010-12-14
1
-1
/
+4
*
Remove two instances of AVERROR(ff_neterrno()), because ff_neterrno() itself
Ronald S. Bultje
2010-11-04
1
-2
/
+2
*
tcp: Check both wfds and efds when waiting for the result from connect
Martin Storsjö
2010-09-21
1
-3
/
+5
*
Print error messages in case of connection failure or name resolution failure
Ronald S. Bultje
2010-08-14
1
-2
/
+11
*
Make ff_url_split() public
Måns Rullgård
2010-06-27
1
-1
/
+1
*
Declare the url_write buffer parameter as const
Martin Storsjö
2010-06-01
1
-1
/
+1
*
Don't report EINTR from select as an error, retry select instead
Martin Storsjö
2010-03-26
1
-0
/
+4
*
move ff_url_split() and ff_url_join() declarations to internal.h
Aurelien Jacobs
2010-03-14
1
-0
/
+1
*
Rename url_split to ff_url_split
Martin Storsjö
2010-03-08
1
-1
/
+1
*
Don't explicitly initialize networking in the tcp and udp protocols
Martin Storsjö
2010-03-05
1
-4
/
+0
*
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).
Ronald S. Bultje
2010-01-27
1
-1
/
+1
*
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö
Martin Storsjö
2010-01-11
1
-9
/
+25
[next]