summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAge
* avformat/udp: Allow to specify DSCP classVincent Bernat2014-11-27
* avformat/udp: UDP-Lite (RFC 3828) support addedThomas Volkert2014-11-05
* avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #ifMichael Niedermayer2014-08-30
* avformat/udp: remove unneeded variable initializationMichael Niedermayer2014-08-16
* avformat/udp: dont mix integers with pointersMichael Niedermayer2014-08-16
* avformat/udp: fix build on MINIXMichael Niedermayer2014-06-07
* Support broadcast destination for udp protocolOlivier Langlois2014-05-13
* lavf: use av_fifo_freepLukasz Marek2014-05-07
* avformat/udp: cleanup comments, add a warning if receive buffer is unexpected...rogerdpack2014-03-22
* avformat/udp: debug log udp socket sizerogerdpack2014-01-08
* doc/protocols/udp,lavf/udp: apply minor documentation fixesStefano Sabatini2013-12-25
* UDP: join multicast group on the interface specified with &localaddr=Stoian Ivanov2013-12-17
* Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer2013-08-06
|\
| * network: Use SOCK_CLOEXEC when availableLuca Barbato2013-08-05
* | Merge commit '7d99c92945e4b2d12ed2126365482e1900340da0'Michael Niedermayer2013-07-30
|\|
| * udp: Keep track of include and exclude sources separatelyEd Torbett2013-07-29
* | Merge commit '3357bccc5cb31795f248cd72dc480025f3075a5b'Michael Niedermayer2013-07-30
|\|
| * udp: Allow specifying multicast include/blocks as host names as wellEd Torbett2013-07-29
* | udp: Fix receiving large udp packetsMichael Niedermayer2013-06-29
* | avformat/avdevice: add missing time.h includesMichael Niedermayer2013-03-12
* | udp: check ff_socket_nonblock() return codeMichael Niedermayer2012-11-05
* | Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer2012-10-28
|\|
| * udp: use socklen_t where appropriateMans Rullgard2012-10-27
* | udp: add missing mutex unlockMichael Niedermayer2012-10-20
* | udp: pick params from AVOptions alsoAndrey Utkin2012-09-15
* | Add 'timeout' option to UDP protocolAndrey Utkin2012-08-29
* | udp: do not call pthread_{mutex,cond}_destroy when not initialized.anonymous2012-08-06
* | udp: fix compilation when HAVE_PTHREAD_CANCEL isnt definedMichael Niedermayer2012-07-20
* | lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options a...Stefano Sabatini2012-07-19
* | udp: use av_freep() instead of av_free()Michael Niedermayer2012-06-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-28
|\|
| * udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö2012-06-27
* | udp: fix occasional crash on shutdownEric Petit2012-06-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-27
|\|
| * network: Include unistd.h from network.hMartin Storsjö2012-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-20
|\|
| * Remove unnecessary inclusions of [sys/]time.hMans Rullgard2012-06-20
| * udp: Properly check for invalid socketsMartin Storsjö2012-06-19
| * network: Use av_strerror for getting error messagesMartin Storsjö2012-06-19
| * udp: Properly print error from getnameinfoMartin Storsjö2012-06-19
* | udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.Nicolas George2012-05-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-29
|\|
| * Replace memset(0) by zero initializations.Diego Biurrun2012-03-28
* | udp: lock all operations on shared variables.Nicolas George2012-03-22
* | udp: return the error code instead of generic EIO.Nicolas George2012-03-22
* | udp: call av_fifo_space directly as needed.Nicolas George2012-03-22
* | udp: use non-blocking read instead of select.Nicolas George2012-03-22
* | udp: use pthread_cancel instead of a shared flag.Nicolas George2012-03-22
* | udp: fix non-blocking and interrupt handling.Nicolas George2012-03-17
* | udp: Add option overrun_nonfatalAndrey Utkin2012-03-12