summaryrefslogtreecommitdiff
path: root/libavformat/async.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: set internal thread namesAnton Khirnov2022-10-241-0/+2
* lavf/async: Fix ring_write return valueGuangyu Sun2022-10-141-1/+7
* lavf/async: switch to new FIFO APIAnton Khirnov2022-02-071-35/+33
* avformat/avio: Remove ffurl_openAndreas Rheinhardt2021-02-021-2/+4
* avformat/async: Use AVERROR macroLimin Wang2021-01-221-0/+4
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-251-2/+2
* avformat/async: fix assertion condition when draining bufferMarton Balint2019-02-041-1/+1
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-211-1/+1
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-041-1/+1
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-291-3/+3
* 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