aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/async.c
Commit message (Expand)AuthorAgeFilesLines
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-021-1/+1
* avformat/async: Fix bug where async could not recover after seek to eofBryan Huh2015-11-131-5/+2
* all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-241-1/+1
* avformat/async: cache some data for fast seek backwardZhang Rui2015-10-141-19/+104
* fate/async: test error code from underlying protocolZhang Rui2015-10-101-0/+41
* avformat/async: pass internal I/O errorZhang Rui2015-10-101-6/+22
* avformat/async: Allow compilation with native threads.Matt Oliver2015-09-301-1/+1
* avformat/async: fix integer conversion warningZhang Rui2015-09-071-10/+11
* avformat/async: replace strerror with av_err2strZhang Rui2015-09-061-6/+6
* avformat/async: wake up main thread before exit background threadZhang Rui2015-07-251-0/+1
* avformat/async: move more code into locked area in background threadZhang Rui2015-07-251-4/+5
* avformat/async: rename async_interrupt_callback to async_check_interruptZhang Rui2015-07-211-5/+5
* avformat/async: fix interrupt_callback usage and return codeZhang Rui2015-07-211-6/+5
* avformat/async: Add missing elseMichael Niedermayer2015-07-211-1/+1
* fate: add test for async protocolZhang Rui2015-07-211-0/+171
* avformat/async: support filling with a background thread.Zhang Rui2015-07-181-0/+387