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
*
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-5
/
+5
*
Merge commit '12b14382861fbf19378afcddaa19cd9a949a86a3'
Hendrik Leppkes
2015-11-29
1
-1
/
+3
|
\
|
*
udp: Provide additional information on getaddrinfo failure
Luca Barbato
2015-11-25
1
-1
/
+3
*
|
Merge commit '34af7813f77e2b5b9dcb34f20bcf53bfcc0ba9c9'
Hendrik Leppkes
2015-11-29
1
-14
/
+28
|
\
\
|
|
/
|
*
udp: Use the logging context
Luca Barbato
2015-11-25
1
-14
/
+28
|
*
udp: Fix local_port management
Luca Barbato
2015-06-22
1
-1
/
+1
*
|
all: add _DEFAULT_SOURCE locally wherever needed
Ganesh Ajjanagadde
2015-10-04
1
-0
/
+1
*
|
avformat/udp: Remove (harmless) duplicated pkt_size entry from AVOption table
Michael Niedermayer
2015-03-29
1
-1
/
+0
*
|
Merge commit 'ff7adead0a667e606f5a41dca591f074f9ff2f32'
Michael Niedermayer
2015-03-29
1
-1
/
+1
|
\
\
|
|
/
|
*
udp: Fix pkt_size management
Luca Barbato
2015-03-29
1
-1
/
+1
*
|
Merge commit '8dc72eeaf647736c287b59a3856a11904bedd58b'
Michael Niedermayer
2015-03-19
1
-2
/
+2
|
\
\
|
|
/
|
*
udp: Fix crashes after adding AVOptions
Martin Storsjö
2015-03-19
1
-1
/
+2
*
|
Merge commit '66028b7ba6b411ba12ef553e9c8f1f4a4fe27710'
Michael Niedermayer
2015-03-16
1
-30
/
+54
|
\
\
|
|
/
|
*
udp: Use AVOptions
Luca Barbato
2015-03-15
1
-6
/
+53
*
|
Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'
Michael Niedermayer
2015-02-14
1
-1
/
+1
|
\
\
|
|
/
|
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
|
avformat/udp: Allow to specify DSCP class
Vincent Bernat
2014-11-27
1
-1
/
+10
*
|
avformat/udp: UDP-Lite (RFC 3828) support added
Thomas Volkert
2014-11-05
1
-1
/
+65
*
|
avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #if
Michael Niedermayer
2014-08-30
1
-2
/
+2
*
|
avformat/udp: remove unneeded variable initialization
Michael Niedermayer
2014-08-16
1
-1
/
+1
*
|
avformat/udp: dont mix integers with pointers
Michael Niedermayer
2014-08-16
1
-2
/
+2
*
|
avformat/udp: fix build on MINIX
Michael Niedermayer
2014-06-07
1
-0
/
+2
*
|
Support broadcast destination for udp protocol
Olivier Langlois
2014-05-13
1
-0
/
+9
*
|
lavf: use av_fifo_freep
Lukasz Marek
2014-05-07
1
-2
/
+2
*
|
avformat/udp: cleanup comments, add a warning if receive buffer is unexpected...
rogerdpack
2014-03-22
1
-3
/
+5
*
|
avformat/udp: debug log udp socket size
rogerdpack
2014-01-08
1
-0
/
+6
*
|
doc/protocols/udp,lavf/udp: apply minor documentation fixes
Stefano Sabatini
2013-12-25
1
-10
/
+10
*
|
UDP: join multicast group on the interface specified with &localaddr=
Stoian Ivanov
2013-12-17
1
-6
/
+15
*
|
Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'
Michael Niedermayer
2013-08-06
1
-1
/
+1
|
\
\
|
|
/
|
*
network: Use SOCK_CLOEXEC when available
Luca Barbato
2013-08-05
1
-1
/
+1
*
|
Merge commit '7d99c92945e4b2d12ed2126365482e1900340da0'
Michael Niedermayer
2013-07-30
1
-35
/
+51
|
\
\
|
|
/
|
*
udp: Keep track of include and exclude sources separately
Ed Torbett
2013-07-29
1
-35
/
+51
*
|
Merge commit '3357bccc5cb31795f248cd72dc480025f3075a5b'
Michael Niedermayer
2013-07-30
1
-2
/
+2
|
\
\
|
|
/
|
*
udp: Allow specifying multicast include/blocks as host names as well
Ed Torbett
2013-07-29
1
-2
/
+2
*
|
udp: Fix receiving large udp packets
Michael Niedermayer
2013-06-29
1
-1
/
+5
*
|
avformat/avdevice: add missing time.h includes
Michael Niedermayer
2013-03-12
1
-0
/
+1
*
|
udp: check ff_socket_nonblock() return code
Michael Niedermayer
2012-11-05
1
-1
/
+5
*
|
Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'
Michael Niedermayer
2012-10-28
1
-2
/
+2
|
\
\
|
|
/
|
*
udp: use socklen_t where appropriate
Mans Rullgard
2012-10-27
1
-2
/
+2
*
|
udp: add missing mutex unlock
Michael Niedermayer
2012-10-20
1
-1
/
+3
*
|
udp: pick params from AVOptions also
Andrey Utkin
2012-09-15
1
-10
/
+42
*
|
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
|
\
\
|
|
/
[next]