1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-21 16:47:28 +02:00
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-03-17 11:21:49 +01:00
2012-03-05 16:57:28 +01:00
2012-03-13 01:14:04 +01:00
2011-06-12 18:01:29 +02:00
2012-02-23 19:36:16 +01:00
2012-03-17 11:21:49 +01:00
2011-12-05 20:04:48 +01:00
2012-01-25 22:47:45 +01:00
2011-04-08 02:50:13 +02:00
2012-02-23 19:36:16 +01:00
2012-03-13 01:14:04 +01:00
2012-02-23 19:36:16 +01:00

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* See the LICENSE file.
Languages
C 89.3%
Assembly 8.3%
Makefile 1.4%
GLSL 0.3%
C++ 0.3%
Other 0.2%