summaryrefslogtreecommitdiffstats
path: root/libavformat/udp.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/udp: debug log udp socket sizerogerdpack2014-01-081-0/+6
* doc/protocols/udp,lavf/udp: apply minor documentation fixesStefano Sabatini2013-12-251-10/+10
* UDP: join multicast group on the interface specified with &localaddr=Stoian Ivanov2013-12-171-6/+15
* Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer2013-08-061-1/+1
|\
| * network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-051-1/+1
* | Merge commit '7d99c92945e4b2d12ed2126365482e1900340da0'Michael Niedermayer2013-07-301-35/+51
|\ \ | |/
| * udp: Keep track of include and exclude sources separatelyEd Torbett2013-07-291-35/+51
* | Merge commit '3357bccc5cb31795f248cd72dc480025f3075a5b'Michael Niedermayer2013-07-301-2/+2
|\ \ | |/
| * udp: Allow specifying multicast include/blocks as host names as wellEd Torbett2013-07-291-2/+2
* | udp: Fix receiving large udp packetsMichael Niedermayer2013-06-291-1/+5
* | avformat/avdevice: add missing time.h includesMichael Niedermayer2013-03-121-0/+1
* | udp: check ff_socket_nonblock() return codeMichael Niedermayer2012-11-051-1/+5
* | Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer2012-10-281-2/+2
|\ \ | |/
| * udp: use socklen_t where appropriateMans Rullgard2012-10-271-2/+2
* | udp: add missing mutex unlockMichael Niedermayer2012-10-201-1/+3
* | udp: pick params from AVOptions alsoAndrey Utkin2012-09-151-10/+42
* | Add 'timeout' option to UDP protocolAndrey Utkin2012-08-291-0/+2
* | udp: do not call pthread_{mutex,cond}_destroy when not initialized.anonymous2012-08-061-3/+2
* | udp: fix compilation when HAVE_PTHREAD_CANCEL isnt definedMichael Niedermayer2012-07-201-0/+4
* | lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options a...Stefano Sabatini2012-07-191-0/+8
* | udp: use av_freep() instead of av_free()Michael Niedermayer2012-06-281-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-281-1/+113
|\ \ | |/
| * udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö2012-06-271-1/+113
* | udp: fix occasional crash on shutdownEric Petit2012-06-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-271-1/+0
|\ \ | |/
| * network: Include unistd.h from network.hMartin Storsjö2012-06-261-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-17/+23
|\ \ | |/
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-201-1/+0
| * udp: Properly check for invalid socketsMartin Storsjö2012-06-191-1/+1
| * network: Use av_strerror for getting error messagesMartin Storsjö2012-06-191-12/+19
| * udp: Properly print error from getnameinfoMartin Storsjö2012-06-191-2/+3
* | udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.Nicolas George2012-05-141-7/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-2/+1
|\ \ | |/
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-281-2/+1
* | udp: lock all operations on shared variables.Nicolas George2012-03-221-5/+6
* | udp: return the error code instead of generic EIO.Nicolas George2012-03-221-1/+1
* | udp: call av_fifo_space directly as needed.Nicolas George2012-03-221-6/+2
* | udp: use non-blocking read instead of select.Nicolas George2012-03-221-20/+1
* | udp: use pthread_cancel instead of a shared flag.Nicolas George2012-03-221-3/+11
* | udp: fix non-blocking and interrupt handling.Nicolas George2012-03-171-8/+10
* | udp: Add option overrun_nonfatalAndrey Utkin2012-03-121-6/+23
* | udp: remove dead code line (unused result)Andrey Utkin2012-03-121-1/+0
* | Revert "udp: add multicast input interface selection"Michael Niedermayer2012-03-121-28/+2
* | udp: add multicast input interface selectionTudor.Suciu2012-03-121-2/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-101-5/+9
|\ \ | |/
| * udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö2012-03-091-2/+3
| * udp: Only bind to the multicast address if in read-only modeMartin Storsjö2012-03-091-2/+3
| * udp: Clarify the comment about binding the multicast addressMartin Storsjö2012-03-091-1/+3
| * udp: Reorder commentsMartin Storsjö2012-03-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-081-1/+3
|\ \ | |/
OpenPOWER on IntegriCloud