avformat/async: support filling with a background thread.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Zhang Rui
2015-07-16 15:04:42 +08:00
committed by Michael Niedermayer
parent 72d1409e23
commit f477a3f5ab
5 changed files with 402 additions and 0 deletions
+12
View File
@@ -19,6 +19,18 @@ supported protocols.
A description of the currently available protocols follows.
@section async
Asynchronous data filling wrapper for input stream.
Fill data in a background thread, to decouple I/O operation from demux thread.
@example
async:@var{URL}
async:http://host/resource
async:cache:http://host/resource
@end example
@section bluray
Read BluRay playlist.