159 Commits (040a796dab2721abbbeceb3df8368e59254d6827)

Author SHA1 Message Date
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
JULIAN GARDNER 8146d16b60 cleaned up the udp.c, removed some variables and an av_log 14 years ago
Michael Niedermayer 7b915726eb udp: remove resource.h inclusion, it breaks mingw compilation. 14 years ago
Michael Niedermayer e60e54ceb5 UDP: dont use thread_t as truth value. 14 years ago
Michael Niedermayer 03f8f39769 udp: switch custom fifo to libavutil fifo. 14 years ago
Michael Niedermayer 593bb98d61 udp: use FFMAX&FFMIN. 14 years ago
JULIAN GARDNER 4275602183 udp: add a thread into udp.c for receiving data into a circular buffer, this stops the problem of live decoding/encoding giving errors. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Martin Storsjö a7ea5e3d35 udp: Fix receiving RTP data over multicast 14 years ago
Martin Storsjö c60112f268 libavformat: Make protocols pass URLContext as log context where available 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Anton Khirnov c4efa7c229 lavf: remove FF_API_UDP_GET_FILE cruft 14 years ago
Anton Khirnov f35ff97f2e lavf: use designated initializers for all protocols 14 years ago
Anton Khirnov 5cec897105 avio: move extern url_interrupt_cb declaration from avio.h to url.h 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago