summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-08-06Merge commit 'bb9378251a167ef0116f263912e57f715c1e02ac'Michael Niedermayer5-4/+15
2013-08-05network: Use SOCK_CLOEXEC when availableLuca Barbato5-4/+15
2013-07-30Merge commit '7d99c92945e4b2d12ed2126365482e1900340da0'Michael Niedermayer1-35/+51
2013-07-30Merge commit '3357bccc5cb31795f248cd72dc480025f3075a5b'Michael Niedermayer1-2/+2
2013-07-29udp: Keep track of include and exclude sources separatelyEd Torbett1-35/+51
2013-07-29udp: Allow specifying multicast include/blocks as host names as wellEd Torbett1-2/+2
2013-06-28udp: Fix receiving large udp packetsMichael Niedermayer1-1/+5
2013-03-12avformat/avdevice: add missing time.h includesMichael Niedermayer6-0/+6
2012-11-05udp: check ff_socket_nonblock() return codeMichael Niedermayer1-1/+5
2012-10-28Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'Michael Niedermayer5-19/+19
2012-10-27udp: use socklen_t where appropriateMans Rullgard1-2/+2
2012-10-20udp: add missing mutex unlockMichael Niedermayer1-1/+3
2012-09-15udp: pick params from AVOptions alsoAndrey Utkin1-10/+42
2012-08-28Add 'timeout' option to UDP protocolAndrey Utkin2-0/+5
2012-08-06udp: do not call pthread_{mutex,cond}_destroy when not initialized.anonymous1-3/+2
2012-07-20udp: fix compilation when HAVE_PTHREAD_CANCEL isnt definedMichael Niedermayer1-0/+4
2012-07-19lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options a...Stefano Sabatini1-0/+8
2012-06-28udp: use av_freep() instead of av_free()Michael Niedermayer1-2/+2
2012-06-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-30/+184
2012-06-27udp: fix occasional crash on shutdownEric Petit1-1/+1
2012-06-27udp: Support IGMPv3 source specific multicast and source blockingMartin Storsjö3-1/+127
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer39-135/+169
2012-06-26network: Include unistd.h from network.hMartin Storsjö4-3/+4
2012-06-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer43-158/+1039
2012-06-20Remove unnecessary inclusions of [sys/]time.hMans Rullgard14-16/+0
2012-06-19udp: Properly check for invalid socketsMartin Storsjö1-1/+1
2012-06-19network: Use av_strerror for getting error messagesMartin Storsjö2-14/+23
2012-06-19udp: Properly print error from getnameinfoMartin Storsjö1-2/+3
2012-05-14udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS.Nicolas George1-7/+7
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer60-293/+604
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun39-144/+66
2012-03-22udp: lock all operations on shared variables.Nicolas George1-5/+6
2012-03-22udp: return the error code instead of generic EIO.Nicolas George1-1/+1
2012-03-22udp: call av_fifo_space directly as needed.Nicolas George1-6/+2
2012-03-22udp: use non-blocking read instead of select.Nicolas George1-20/+1
2012-03-22udp: use pthread_cancel instead of a shared flag.Nicolas George1-3/+11
2012-03-17udp: fix non-blocking and interrupt handling.Nicolas George1-8/+10
2012-03-12udp: Add option overrun_nonfatalAndrey Utkin1-6/+23
2012-03-12udp: remove dead code line (unused result)Andrey Utkin1-1/+0
2012-03-12Revert "udp: add multicast input interface selection"Michael Niedermayer1-28/+2
2012-03-12udp: add multicast input interface selectionTudor.Suciu1-2/+28
2012-03-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer11-50/+54
2012-03-09udp: Set ttl for read-write streams, too, not only for write-only onesMartin Storsjö1-2/+3
2012-03-09udp: Only bind to the multicast address if in read-only modeMartin Storsjö1-2/+3
2012-03-09udp: Clarify the comment about binding the multicast addressMartin Storsjö1-1/+3
2012-03-09udp: Reorder commentsMartin Storsjö1-1/+1
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer41-768/+805
2012-03-07udp: Print an error message if bind failsMartin Storsjö1-1/+3
2012-02-23udp: Fix sign of error codes.Michael Niedermayer1-4/+4
[next]