176 Commits (af3fe43d841cb16189a81968dcc589168e92af41)

Author SHA1 Message Date
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
Michael Niedermayer 328a3545c6 udp: update to new interrupt callback API 13 years ago
Martin Storsjö 65ac51373b udp: Allow specifying the local IP address 13 years ago
Michael Niedermayer b2bdca1b4a udp: simplify 7a032cb97f 13 years ago
Andrey Utkin 7a032cb97f Fix segfault on UDP reading 13 years ago
Michael Niedermayer 7c4e4c6a06 udp: fix circular buffer error handling 13 years ago
Michael Niedermayer 20f0bf8cfb udp: buffer datagrams in circular buffer instead of a bytestream 13 years ago
Michael Niedermayer bd652ff66e udp: allow fifo size to be tuned seperately 14 years ago
Martin Storsjö 5d62d0b114 udp: Fix a compilation warning 14 years ago
Can Wu fc66e23154 udp: Receive on the remote port number, if no local port is set 14 years ago
Michael Niedermayer 124a9edb5f udp: support old, crappy non pthread mode 14 years ago
JULIAN GARDNER f35761bca2 udp: fix indention 14 years ago