Commit History

Author SHA1 Message Date
  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 12 years ago
  Stefano Sabatini a8d8e868c6 lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options are not supported 12 years ago
  Michael Niedermayer ccbcf482ad udp: use av_freep() instead of av_free() 12 years ago
  Michael Niedermayer 87df986dcf Merge remote-tracking branch 'qatar/master' 12 years ago
  Eric Petit f1136b2b10 udp: fix occasional crash on shutdown 12 years ago
  Martin Storsjö 75d339e044 udp: Support IGMPv3 source specific multicast and source blocking 12 years ago
  Michael Niedermayer b536e2facf Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 39dba5aa1b network: Include unistd.h from network.h 12 years ago
  Michael Niedermayer 4da42ebe44 Merge remote-tracking branch 'qatar/master' 12 years ago
  Mans Rullgard 6501dcfb5e Remove unnecessary inclusions of [sys/]time.h 12 years ago
  Martin Storsjö 042b272a4a udp: Properly check for invalid sockets 12 years ago
  Martin Storsjö a840cdda6c network: Use av_strerror for getting error messages 12 years ago
  Martin Storsjö 860b40f1f2 udp: Properly print error from getnameinfo 12 years ago
  Nicolas George 281bde2789 udp: check for HAVE_PTHREAD_CANCEL instead of HAVE_PTHREADS. 12 years ago
  Michael Niedermayer d40ff29cac Merge remote-tracking branch 'qatar/master' 12 years ago
  Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
  Nicolas George afbf9ed0d2 udp: lock all operations on shared variables. 12 years ago
  Nicolas George e1838835aa udp: return the error code instead of generic EIO. 12 years ago
  Nicolas George 5deb5ccbbb udp: call av_fifo_space directly as needed. 12 years ago
  Nicolas George 63afc4f638 udp: use non-blocking read instead of select. 12 years ago
  Nicolas George aa1297882f udp: use pthread_cancel instead of a shared flag. 12 years ago
  Nicolas George 463705bd1c udp: fix non-blocking and interrupt handling. 12 years ago
  Andrey Utkin 3069e70f62 udp: Add option overrun_nonfatal 12 years ago
  Andrey Utkin a2eecc110b udp: remove dead code line (unused result) 12 years ago
  Michael Niedermayer 88c76c7d22 Revert "udp: add multicast input interface selection" 12 years ago
  Tudor.Suciu 9abd47fe90 udp: add multicast input interface selection 12 years ago
  Michael Niedermayer 8e31dbc1dc Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 2bfd92b330 udp: Set ttl for read-write streams, too, not only for write-only ones 12 years ago
  Martin Storsjö c700fdb00f udp: Only bind to the multicast address if in read-only mode 12 years ago
  Martin Storsjö 1b89bcdd7f udp: Clarify the comment about binding the multicast address 12 years ago
  Martin Storsjö 113d3e106d udp: Reorder comments 12 years ago
  Michael Niedermayer bf807a5e87 Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö a887c87c23 udp: Print an error message if bind fails 12 years ago
  Michael Niedermayer 29a8f6b8d4 udp: Fix sign of error codes. 12 years ago
  Laurent BRULET 45c39e566f udp: fix segfault on closing 12 years ago
  Michael Niedermayer 3edff185ab Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 32b83aeec1 avio: Add an URLProtocol flag for indicating that a protocol uses network 12 years ago
  Michael Niedermayer 9f50dafe90 udp: support non blocking reads with fifo 12 years ago
  Michael Niedermayer bc900501e0 udp: Replace double select() by select+mutex+cond. 12 years ago
  Michael Niedermayer 3dcbafc777 udp: return circular buffer error if such error happened. 12 years ago
  Michael Niedermayer 7fad19a63d Merge remote-tracking branch 'qatar/master' 12 years ago
  Diego Biurrun da9cea77e3 Fix a bunch of common typos. 12 years ago
  Michael Niedermayer 7b0b10ce41 Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 7e58050590 proto: Use .priv_data_size to allocate the private context 12 years ago
  Michael Niedermayer 328a3545c6 udp: update to new interrupt callback API 12 years ago
  Michael Niedermayer afc0a24d7d Merge remote-tracking branch 'qatar/master' 12 years ago
  Martin Storsjö 65ac51373b udp: Allow specifying the local IP address 12 years ago