summaryrefslogtreecommitdiff
path: root/libavformat/udp.c
Commit message (Expand)AuthorAgeFilesLines
* lavf/udp: Do not use MCAST_* for multicast on tvOS.Carl Eugen Hoyos2016-09-031-1/+5
* avformat/udp: replace packet_gap with bitrate optionMarton Balint2016-06-191-18/+33
* avformat/udp: do not accumulate packet_gap delay errorsMarton Balint2016-06-191-2/+13
* lavf/udp: fix dead code.Nicolas George2016-06-031-1/+1
* avformat/udp: Protect write to circular_buffer_error by mutexMichael Niedermayer2016-06-021-0/+2
* avformat/udp: Remove unused variableMichael Niedermayer2016-05-291-1/+0
* avformat/udp: Close the socket after destroying the thread using the socketMichael Niedermayer2016-05-251-1/+1
* avformat/udp: redesign threaded udp tx codeMichael Niedermayer2016-05-251-42/+58
* avformat/udp: Add a delay between packets for streaming to clients with short...Pavel Nikiforov2016-05-251-3/+131
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-2/+2
|\
| * lavf: reorganize URLProtocolsAnton Khirnov2016-02-221-1/+1
* | avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-5/+5
* | Merge commit '12b14382861fbf19378afcddaa19cd9a949a86a3'Hendrik Leppkes2015-11-291-1/+3
|\ \ | |/
| * udp: Provide additional information on getaddrinfo failureLuca Barbato2015-11-251-1/+3
* | Merge commit '34af7813f77e2b5b9dcb34f20bcf53bfcc0ba9c9'Hendrik Leppkes2015-11-291-14/+28
|\ \ | |/
| * udp: Use the logging contextLuca Barbato2015-11-251-14/+28
| * udp: Fix local_port managementLuca Barbato2015-06-221-1/+1
* | all: add _DEFAULT_SOURCE locally wherever neededGanesh Ajjanagadde2015-10-041-0/+1
* | avformat/udp: Remove (harmless) duplicated pkt_size entry from AVOption tableMichael Niedermayer2015-03-291-1/+0
* | Merge commit 'ff7adead0a667e606f5a41dca591f074f9ff2f32'Michael Niedermayer2015-03-291-1/+1
|\ \ | |/
| * udp: Fix pkt_size managementLuca Barbato2015-03-291-1/+1
* | Merge commit '8dc72eeaf647736c287b59a3856a11904bedd58b'Michael Niedermayer2015-03-191-2/+2
|\ \ | |/
| * udp: Fix crashes after adding AVOptionsMartin Storsjö2015-03-191-1/+2
* | Merge commit '66028b7ba6b411ba12ef553e9c8f1f4a4fe27710'Michael Niedermayer2015-03-161-30/+54
|\ \ | |/
| * udp: Use AVOptionsLuca Barbato2015-03-151-6/+53
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avformat/udp: Allow to specify DSCP classVincent Bernat2014-11-271-1/+10
* | avformat/udp: UDP-Lite (RFC 3828) support addedThomas Volkert2014-11-051-1/+65
* | avformat/udp: Move variables used only with HAVE_PTHREAD_CANCEL, under the #ifMichael Niedermayer2014-08-301-2/+2
* | avformat/udp: remove unneeded variable initializationMichael Niedermayer2014-08-161-1/+1
* | avformat/udp: dont mix integers with pointersMichael Niedermayer2014-08-161-2/+2
* | avformat/udp: fix build on MINIXMichael Niedermayer2014-06-071-0/+2
* | Support broadcast destination for udp protocolOlivier Langlois2014-05-131-0/+9
* | lavf: use av_fifo_freepLukasz Marek2014-05-071-2/+2
* | avformat/udp: cleanup comments, add a warning if receive buffer is unexpected...rogerdpack2014-03-221-3/+5
* | 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