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
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
1
-4
/
+6
|
\
|
*
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
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-17
1
-1
/
+5
|
\
\
|
|
/
|
*
tcp: Check the listen call
Jordi Ortiz
2012-06-17
1
-1
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-01
1
-0
/
+2
|
\
\
|
|
/
|
*
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: Check the return values from bind and accept
Martin Storsjö
2012-06-01
1
-0
/
+8
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-05-23
1
-0
/
+17
|
\
\
|
|
/
|
*
tcp: Allow signalling end of reading/writing
Samuel Pitoiset
2012-05-22
1
-0
/
+17
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-29
1
-2
/
+1
|
\
\
|
|
/
|
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-2
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-06
1
-0
/
+1
|
\
\
|
|
/
|
*
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2012-01-05
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-02
1
-8
/
+2
|
\
\
|
|
/
|
*
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-12-01
1
-8
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-14
1
-2
/
+2
|
\
\
|
|
/
|
*
avformat: Use ff_check_interrupt
Martin Storsjö
2011-11-13
1
-2
/
+2
*
|
TCP: change default timeout to 5sec
Michael Niedermayer
2011-05-30
1
-1
/
+1
*
|
Revert "Timeout TCP open() after 5 seconds."
Michael Niedermayer
2011-05-30
1
-7
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-27
1
-8
/
+17
|
\
\
|
|
/
|
*
tcp: make connect() timeout properly
Luca Barbato
2011-05-27
1
-8
/
+17
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-21
1
-2
/
+2
|
\
\
|
|
/
|
*
libavformat: Make protocols pass URLContext as log context where available
Martin Storsjö
2011-04-20
1
-2
/
+2
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-09
1
-6
/
+5
|
\
\
|
|
/
|
*
lavf: use designated initializers for all protocols
Anton Khirnov
2011-04-08
1
-6
/
+5
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-08
1
-16
/
+27
|
\
\
|
|
/
|
*
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
*
|
Timeout TCP open() after 5 seconds.
Michael Niedermayer
2011-04-02
1
-0
/
+7
|
/
*
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
[next]