index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
udp.c
Age
Commit message (
Expand
)
Author
2014-03-22
avformat/udp: cleanup comments, add a warning if receive buffer is unexpected...
rogerdpack
2014-01-08
avformat/udp: debug log udp socket size
rogerdpack
2013-12-25
doc/protocols/udp,lavf/udp: apply minor documentation fixes
Stefano Sabatini
2013-12-17
UDP: join multicast group on the interface specified with &localaddr=
Stoian Ivanov
2013-08-06
Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'
Michael Niedermayer
2013-08-05
network: Use SOCK_CLOEXEC when available
Luca Barbato
2013-07-30
Merge commit '7d99c92945e4b2d12ed2126365482e1900340da0'
Michael Niedermayer
2013-07-30
Merge commit '3357bccc5cb31795f248cd72dc480025f3075a5b'
Michael Niedermayer
2013-07-29
udp: Keep track of include and exclude sources separately
Ed Torbett
2013-07-29
udp: Allow specifying multicast include/blocks as host names as well
Ed Torbett
2013-06-29
udp: Fix receiving large udp packets
Michael Niedermayer
2013-03-12
avformat/avdevice: add missing time.h includes
Michael Niedermayer
2012-11-05
udp: check ff_socket_nonblock() return code
Michael Niedermayer
2012-10-28
Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'
Michael Niedermayer
2012-10-27
udp: use socklen_t where appropriate
Mans Rullgard
2012-10-20
udp: add missing mutex unlock
Michael Niedermayer
2012-09-15
udp: pick params from AVOptions also
Andrey Utkin
2012-08-29
Add 'timeout' option to UDP protocol
Andrey Utkin
2012-08-06
udp: do not call pthread_{mutex,cond}_destroy when not initialized.
anonymous
2012-07-20
udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined
Michael Niedermayer
2012-07-19
lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options a...
Stefano Sabatini
2012-06-28
udp: use av_freep() instead of av_free()
Michael Niedermayer
2012-06-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-27
udp: fix occasional crash on shutdown
Eric Petit
2012-06-27
udp: Support IGMPv3 source specific multicast and source blocking
Martin Storsjö
2012-06-27
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-26
network: Include unistd.h from network.h
Martin Storsjö
2012-06-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-06-20
Remove unnecessary inclusions of [sys/]time.h
Mans Rullgard
2012-06-19
udp: Properly check for invalid sockets
Martin Storsjö
2012-06-19
network: Use av_strerror for getting error messages
Martin Storsjö
2012-06-19
udp: Properly print error from getnameinfo
Martin Storsjö
2012-05-14
udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.
Nicolas George
2012-03-29
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-28
Replace memset(0) by zero initializations.
Diego Biurrun
2012-03-22
udp: lock all operations on shared variables.
Nicolas George
2012-03-22
udp: return the error code instead of generic EIO.
Nicolas George
2012-03-22
udp: call av_fifo_space directly as needed.
Nicolas George
2012-03-22
udp: use non-blocking read instead of select.
Nicolas George
2012-03-22
udp: use pthread_cancel instead of a shared flag.
Nicolas George
2012-03-17
udp: fix non-blocking and interrupt handling.
Nicolas George
2012-03-12
udp: Add option overrun_nonfatal
Andrey Utkin
2012-03-12
udp: remove dead code line (unused result)
Andrey Utkin
2012-03-12
Revert "udp: add multicast input interface selection"
Michael Niedermayer
2012-03-12
udp: add multicast input interface selection
Tudor.Suciu
2012-03-10
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-09
udp: Set ttl for read-write streams, too, not only for write-only ones
Martin Storsjö
2012-03-09
udp: Only bind to the multicast address if in read-only mode
Martin Storsjö
2012-03-09
udp: Clarify the comment about binding the multicast address
Martin Storsjö
2012-03-09
udp: Reorder comments
Martin Storsjö
[next]