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
/
udp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add 'timeout' option to UDP protocol
Andrey Utkin
2012-08-29
1
-0
/
+2
*
udp: do not call pthread_{mutex,cond}_destroy when not initialized.
anonymous
2012-08-06
1
-3
/
+2
*
udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined
Michael Niedermayer
2012-07-20
1
-0
/
+4
*
lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options a...
Stefano Sabatini
2012-07-19
1
-0
/
+8
*
udp: use av_freep() instead of av_free()
Michael Niedermayer
2012-06-28
1
-2
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-28
1
-1
/
+113
|
\
|
*
udp: Support IGMPv3 source specific multicast and source blocking
Martin Storsjö
2012-06-27
1
-1
/
+113
*
|
udp: fix occasional crash on shutdown
Eric Petit
2012-06-27
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-27
1
-1
/
+0
|
\
\
|
|
/
|
*
network: Include unistd.h from network.h
Martin Storsjö
2012-06-26
1
-1
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
1
-17
/
+23
|
\
\
|
|
/
|
*
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-20
1
-1
/
+0
|
*
udp: Properly check for invalid sockets
Martin Storsjö
2012-06-19
1
-1
/
+1
|
*
network: Use av_strerror for getting error messages
Martin Storsjö
2012-06-19
1
-12
/
+19
|
*
udp: Properly print error from getnameinfo
Martin Storsjö
2012-06-19
1
-2
/
+3
*
|
udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.
Nicolas George
2012-05-14
1
-7
/
+7
*
|
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
*
|
udp: lock all operations on shared variables.
Nicolas George
2012-03-22
1
-5
/
+6
*
|
udp: return the error code instead of generic EIO.
Nicolas George
2012-03-22
1
-1
/
+1
*
|
udp: call av_fifo_space directly as needed.
Nicolas George
2012-03-22
1
-6
/
+2
*
|
udp: use non-blocking read instead of select.
Nicolas George
2012-03-22
1
-20
/
+1
*
|
udp: use pthread_cancel instead of a shared flag.
Nicolas George
2012-03-22
1
-3
/
+11
*
|
udp: fix non-blocking and interrupt handling.
Nicolas George
2012-03-17
1
-8
/
+10
*
|
udp: Add option overrun_nonfatal
Andrey Utkin
2012-03-12
1
-6
/
+23
*
|
udp: remove dead code line (unused result)
Andrey Utkin
2012-03-12
1
-1
/
+0
*
|
Revert "udp: add multicast input interface selection"
Michael Niedermayer
2012-03-12
1
-28
/
+2
*
|
udp: add multicast input interface selection
Tudor.Suciu
2012-03-12
1
-2
/
+28
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-10
1
-5
/
+9
|
\
\
|
|
/
|
*
udp: Set ttl for read-write streams, too, not only for write-only ones
Martin Storsjö
2012-03-09
1
-2
/
+3
|
*
udp: Only bind to the multicast address if in read-only mode
Martin Storsjö
2012-03-09
1
-2
/
+3
|
*
udp: Clarify the comment about binding the multicast address
Martin Storsjö
2012-03-09
1
-1
/
+3
|
*
udp: Reorder comments
Martin Storsjö
2012-03-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-08
1
-1
/
+3
|
\
\
|
|
/
|
*
udp: Print an error message if bind fails
Martin Storsjö
2012-03-07
1
-1
/
+3
*
|
udp: Fix sign of error codes.
Michael Niedermayer
2012-02-23
1
-4
/
+4
*
|
udp: fix segfault on closing
Laurent BRULET
2012-01-14
1
-5
/
+33
*
|
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
*
|
udp: support non blocking reads with fifo
Michael Niedermayer
2011-12-23
1
-0
/
+3
*
|
udp: Replace double select() by select+mutex+cond.
Michael Niedermayer
2011-12-23
1
-14
/
+27
*
|
udp: return circular buffer error if such error happened.
Michael Niedermayer
2011-12-23
1
-0
/
+2
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-12-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+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
*
|
udp: update to new interrupt callback API
Michael Niedermayer
2011-11-19
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-10
1
-5
/
+10
|
\
\
|
|
/
|
*
udp: Allow specifying the local IP address
Martin Storsjö
2011-11-09
1
-5
/
+10
*
|
udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089dd
Michael Niedermayer
2011-11-09
1
-4
/
+1
[next]