Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-24lavf: set internal thread namesAnton Khirnov
2022-10-14lavf/async: Fix ring_write return valueGuangyu Sun
2022-02-07lavf/async: switch to new FIFO APIAnton Khirnov
2021-02-03avformat/avio: Remove ffurl_openAndreas Rheinhardt
2021-01-22avformat/async: Use AVERROR macroLimin Wang
2020-05-25avformat: Replace ffurl_close() by ffurl_closep() where appropriateAndreas Rheinhardt
2019-02-04avformat/async: fix assertion condition when draining bufferMarton Balint
2016-04-21Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'Derek Buitenhuis
2016-03-04avformat: Add a protocol blacklisting APIDerek Buitenhuis
2016-02-29Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'Derek Buitenhuis
2016-02-02Update demuxers and protocols for protocol whitelist supportMichael Niedermayer
2015-11-13avformat/async: Fix bug where async could not recover after seek to eofBryan Huh
2015-10-24all: remove some casts of function pointer to void *Ganesh Ajjanagadde
2015-10-14avformat/async: cache some data for fast seek backwardZhang Rui
2015-10-10fate/async: test error code from underlying protocolZhang Rui
2015-10-10avformat/async: pass internal I/O errorZhang Rui
2015-09-30avformat/async: Allow compilation with native threads.Matt Oliver
2015-09-07avformat/async: fix integer conversion warningZhang Rui
2015-09-06avformat/async: replace strerror with av_err2strZhang Rui
2015-07-25avformat/async: wake up main thread before exit background threadZhang Rui
2015-07-25avformat/async: move more code into locked area in background threadZhang Rui
2015-07-21avformat/async: rename async_interrupt_callback to async_check_interruptZhang Rui
2015-07-21avformat/async: fix interrupt_callback usage and return codeZhang Rui
2015-07-21avformat/async: Add missing elseMichael Niedermayer
2015-07-21fate: add test for async protocolZhang Rui
2015-07-18avformat/async: support filling with a background thread.Zhang Rui