191 Commits (08909fb56b4f50ed82534a9e56c56ad02d72a45e)

Author SHA1 Message Date
rogerdpack 0b4c5c99bc avformat/udp: cleanup comments, add a warning if receive buffer is unexpectedly unable to be set high enough 11 years ago
rogerdpack 2be1e1b223 avformat/udp: debug log udp socket size 11 years ago
Stefano Sabatini b80cf46090 doc/protocols/udp,lavf/udp: apply minor documentation fixes 11 years ago
Stoian Ivanov 5fe415f0f4 UDP: join multicast group on the interface specified with &localaddr= 11 years ago
Luca Barbato bb9378251a network: Use SOCK_CLOEXEC when available 11 years ago
Ed Torbett 7d99c92945 udp: Keep track of include and exclude sources separately 11 years ago
Ed Torbett 3357bccc5c udp: Allow specifying multicast include/blocks as host names as well 11 years ago
Michael Niedermayer 804c7b2c62 udp: Fix receiving large udp packets 12 years ago
Michael Niedermayer 9cf788eca8 avformat/avdevice: add missing time.h includes 12 years ago
Michael Niedermayer 282a6308bf udp: check ff_socket_nonblock() return code 12 years ago
Mans Rullgard be2efe0c7b udp: use socklen_t where appropriate 12 years ago
Michael Niedermayer 044c0e62ea udp: add missing mutex unlock 12 years ago
Andrey Utkin aefed6ca87 udp: pick params from AVOptions also 12 years ago
Andrey Utkin 028b6d2b5c Add 'timeout' option to UDP protocol 12 years ago
anonymous 388243bb27 udp: do not call pthread_{mutex,cond}_destroy when not initialized. 12 years ago
Michael Niedermayer a4f94f24b4 udp: fix compilation when HAVE_PTHREAD_CANCEL isnt defined 13 years ago
Stefano Sabatini a8d8e868c6 lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options are not supported 13 years ago
Michael Niedermayer ccbcf482ad udp: use av_freep() instead of av_free() 13 years ago
Eric Petit f1136b2b10 udp: fix occasional crash on shutdown 13 years ago
Martin Storsjö 75d339e044 udp: Support IGMPv3 source specific multicast and source blocking 13 years ago
Martin Storsjö 39dba5aa1b network: Include unistd.h from network.h 13 years ago
Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 13 years ago
Martin Storsjö 042b272a4a udp: Properly check for invalid sockets 13 years ago
Martin Storsjö a840cdda6c network: Use av_strerror for getting error messages 13 years ago
Martin Storsjö 860b40f1f2 udp: Properly print error from getnameinfo 13 years ago
Nicolas George 281bde2789 udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS. 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Nicolas George afbf9ed0d2 udp: lock all operations on shared variables. 13 years ago
Nicolas George e1838835aa udp: return the error code instead of generic EIO. 13 years ago
Nicolas George 5deb5ccbbb udp: call av_fifo_space directly as needed. 13 years ago
Nicolas George 63afc4f638 udp: use non-blocking read instead of select. 13 years ago
Nicolas George aa1297882f udp: use pthread_cancel instead of a shared flag. 13 years ago
Nicolas George 463705bd1c udp: fix non-blocking and interrupt handling. 13 years ago
Andrey Utkin 3069e70f62 udp: Add option overrun_nonfatal 13 years ago
Andrey Utkin a2eecc110b udp: remove dead code line (unused result) 13 years ago
Michael Niedermayer 88c76c7d22 Revert "udp: add multicast input interface selection" 13 years ago
Tudor.Suciu 9abd47fe90 udp: add multicast input interface selection 13 years ago
Martin Storsjö 2bfd92b330 udp: Set ttl for read-write streams, too, not only for write-only ones 13 years ago
Martin Storsjö c700fdb00f udp: Only bind to the multicast address if in read-only mode 13 years ago
Martin Storsjö 1b89bcdd7f udp: Clarify the comment about binding the multicast address 13 years ago
Martin Storsjö 113d3e106d udp: Reorder comments 13 years ago
Martin Storsjö a887c87c23 udp: Print an error message if bind fails 13 years ago
Michael Niedermayer 29a8f6b8d4 udp: Fix sign of error codes. 13 years ago
Laurent BRULET 45c39e566f udp: fix segfault on closing 13 years ago
Martin Storsjö 32b83aeec1 avio: Add an URLProtocol flag for indicating that a protocol uses network 13 years ago
Michael Niedermayer 9f50dafe90 udp: support non blocking reads with fifo 13 years ago
Michael Niedermayer bc900501e0 udp: Replace double select() by select+mutex+cond. 13 years ago
Michael Niedermayer 3dcbafc777 udp: return circular buffer error if such error happened. 13 years ago
Diego Biurrun da9cea77e3 Fix a bunch of common typos. 13 years ago
Martin Storsjö 7e58050590 proto: Use .priv_data_size to allocate the private context 13 years ago