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
*
lavf: reorganize URLProtocols
Anton Khirnov
2016-02-22
1
-1
/
+1
*
udp: Provide additional information on getaddrinfo failure
Luca Barbato
2015-11-25
1
-1
/
+3
*
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
*
udp: Fix pkt_size management
Luca Barbato
2015-03-29
1
-1
/
+1
*
udp: Fix crashes after adding AVOptions
Martin Storsjö
2015-03-19
1
-1
/
+2
*
udp: Use AVOptions
Luca Barbato
2015-03-15
1
-6
/
+53
*
avformat: Don't anonymously typedef structs
Diego Biurrun
2015-02-14
1
-1
/
+1
*
network: Use SOCK_CLOEXEC when available
Luca Barbato
2013-08-05
1
-1
/
+1
*
udp: Keep track of include and exclude sources separately
Ed Torbett
2013-07-29
1
-35
/
+51
*
udp: Allow specifying multicast include/blocks as host names as well
Ed Torbett
2013-07-29
1
-2
/
+2
*
udp: use socklen_t where appropriate
Mans Rullgard
2012-10-27
1
-2
/
+2
*
udp: Support IGMPv3 source specific multicast and source blocking
Martin Storsjö
2012-06-27
1
-1
/
+113
*
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
*
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
*
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-28
1
-2
/
+1
*
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
*
udp: Print an error message if bind fails
Martin Storsjö
2012-03-07
1
-1
/
+3
*
avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
2012-01-05
1
-0
/
+1
*
Fix a bunch of common typos.
Diego Biurrun
2011-12-11
1
-1
/
+1
*
proto: Use .priv_data_size to allocate the private context
Martin Storsjö
2011-12-01
1
-8
/
+2
*
udp: Allow specifying the local IP address
Martin Storsjö
2011-11-09
1
-5
/
+10
*
udp: Fix a compilation warning
Martin Storsjö
2011-06-30
1
-1
/
+1
*
udp: Receive on the remote port number, if no local port is set
Can Wu
2011-06-24
1
-1
/
+1
*
configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
Diego Biurrun
2011-05-12
1
-1
/
+1
*
udp: Fix receiving RTP data over multicast
Martin Storsjö
2011-05-09
1
-6
/
+6
*
libavformat: Make protocols pass URLContext as log context where available
Martin Storsjö
2011-04-20
1
-4
/
+4
*
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Stefano Sabatini
2011-04-19
1
-6
/
+6
*
lavf: remove FF_API_UDP_GET_FILE cruft
Anton Khirnov
2011-04-19
1
-4
/
+1
*
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
-8
/
+8
*
proto: factor ff_network_wait_fd and use it on udp
Luca Barbato
2011-04-07
1
-40
/
+19
*
avio: make udp_set_remote_url/get_local_port internal.
Anton Khirnov
2011-03-23
1
-3
/
+4
*
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
-1
/
+1
*
libavformat: Remove FF_NETERRNO()
Martin Storsjö
2011-02-23
1
-5
/
+5
*
Move find_info_tag to lavu and add av_ prefix to it
Anton Khirnov
2011-02-17
1
-7
/
+8
*
udp: Enable address reuse by default for multicast
David Fries
2011-02-09
1
-2
/
+15
*
os: replace select with poll
Luca Barbato
2011-01-28
1
-10
/
+5
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
udp: Allow specifying the connect option in udp_set_remote_url, too
Martin Storsjö
2011-01-06
1
-1
/
+17
*
add FF_API_UDP_GET_FILE define to disable the deprecated udp_get_file_handle()
Aurelien Jacobs
2010-10-15
1
-1
/
+1
*
Reindent
Martin Storsjö
2010-10-08
1
-3
/
+3
[next]