FFmpeg/libavformat
Nicolas George 463705bd1c udp: fix non-blocking and interrupt handling.
In non-blocking mode, lowest-level read protocols are
supposed block only for a short amount of time to let
retry_transfer_wrapper() check for interrupts.

Also, checking the interrupt_callback in the receiving thread is
wrong, as interrupt_callback is not guaranteed to be thread-safe
and the job is already done by retry_transfer_wrapper(). The error
code was also incorrect.

Bug reported by Andrey Utkin.
2012-03-17 14:43:37 +01:00
..
2012-02-06 20:33:06 +01:00
2012-03-03 04:30:49 +01:00
2012-03-13 01:14:04 +01:00
2012-03-13 01:14:04 +01:00
2012-03-03 04:30:49 +01:00
2012-02-02 14:31:17 +01:00
2012-03-03 04:30:49 +01:00
2012-03-08 21:31:45 +01:00
2012-03-10 18:01:03 +01:00
2012-02-02 14:31:17 +01:00
2012-03-13 01:14:04 +01:00
2012-03-02 11:11:38 +01:00
2012-02-29 14:26:14 +01:00
2012-02-28 07:20:36 +01:00
2012-02-26 07:30:21 +01:00
2012-02-23 16:00:22 +01:00
2012-02-28 15:01:20 +01:00
2012-02-14 10:12:44 +01:00
2012-01-16 11:29:55 +01:00
2012-03-17 11:50:54 +01:00