summaryrefslogtreecommitdiff
path: root/libavformat/async.c
Commit message (Expand)AuthorAge
* lavf/async: switch to new FIFO APIAnton Khirnov2022-02-07
* avformat/avio: Remove ffurl_openAndreas Rheinhardt2021-02-02
* avformat/async: Use AVERROR macroLimin Wang2021-01-22
* avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt2020-05-25
* avformat/async: fix assertion condition when draining bufferMarton Balint2019-02-04
* Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis2016-04-21
* avformat: Add a protocol blacklisting APIDerek Buitenhuis2016-03-04
* Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis2016-02-29
* Update demuxers and protocols for protocol whitelist supportMichael Niedermayer2016-02-02
* avformat/async: Fix bug where async could not recover after seek to eofBryan Huh2015-11-13
* all: remove some casts of function pointer to void *Ganesh Ajjanagadde2015-10-24
* avformat/async: cache some data for fast seek backwardZhang Rui2015-10-14
* fate/async: test error code from underlying protocolZhang Rui2015-10-10
* avformat/async: pass internal I/O errorZhang Rui2015-10-10
* avformat/async: Allow compilation with native threads.Matt Oliver2015-09-30
* avformat/async: fix integer conversion warningZhang Rui2015-09-07
* avformat/async: replace strerror with av_err2strZhang Rui2015-09-06
* avformat/async: wake up main thread before exit background threadZhang Rui2015-07-25
* avformat/async: move more code into locked area in background threadZhang Rui2015-07-25
* avformat/async: rename async_interrupt_callback to async_check_interruptZhang Rui2015-07-21
* avformat/async: fix interrupt_callback usage and return codeZhang Rui2015-07-21
* avformat/async: Add missing elseMichael Niedermayer2015-07-21
* fate: add test for async protocolZhang Rui2015-07-21
* avformat/async: support filling with a background thread.Zhang Rui2015-07-18