index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
async.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/avio: Remove ffurl_open
Andreas Rheinhardt
2021-02-02
1
-2
/
+4
*
avformat/async: Use AVERROR macro
Limin Wang
2021-01-22
1
-0
/
+4
*
avformat: Replace ffurl_close() by ffurl_closep() where appropriate
Andreas Rheinhardt
2020-05-25
1
-2
/
+2
*
avformat/async: fix assertion condition when draining buffer
Marton Balint
2019-02-04
1
-1
/
+1
*
Merge commit 'fab8156b2f30666adabe227b3d7712fd193873b1'
Derek Buitenhuis
2016-04-21
1
-1
/
+1
*
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-1
/
+1
*
Merge commit '2758cdedfb7ac61f8b5e4861f99218b6fd43491d'
Derek Buitenhuis
2016-02-29
1
-3
/
+3
*
Update demuxers and protocols for protocol whitelist support
Michael Niedermayer
2016-02-02
1
-1
/
+1
*
avformat/async: Fix bug where async could not recover after seek to eof
Bryan Huh
2015-11-13
1
-5
/
+2
*
all: remove some casts of function pointer to void *
Ganesh Ajjanagadde
2015-10-24
1
-1
/
+1
*
avformat/async: cache some data for fast seek backward
Zhang Rui
2015-10-14
1
-19
/
+104
*
fate/async: test error code from underlying protocol
Zhang Rui
2015-10-10
1
-0
/
+41
*
avformat/async: pass internal I/O error
Zhang Rui
2015-10-10
1
-6
/
+22
*
avformat/async: Allow compilation with native threads.
Matt Oliver
2015-09-30
1
-1
/
+1
*
avformat/async: fix integer conversion warning
Zhang Rui
2015-09-07
1
-10
/
+11
*
avformat/async: replace strerror with av_err2str
Zhang Rui
2015-09-06
1
-6
/
+6
*
avformat/async: wake up main thread before exit background thread
Zhang Rui
2015-07-25
1
-0
/
+1
*
avformat/async: move more code into locked area in background thread
Zhang Rui
2015-07-25
1
-4
/
+5
*
avformat/async: rename async_interrupt_callback to async_check_interrupt
Zhang Rui
2015-07-21
1
-5
/
+5
*
avformat/async: fix interrupt_callback usage and return code
Zhang Rui
2015-07-21
1
-6
/
+5
*
avformat/async: Add missing else
Michael Niedermayer
2015-07-21
1
-1
/
+1
*
fate: add test for async protocol
Zhang Rui
2015-07-21
1
-0
/
+171
*
avformat/async: support filling with a background thread.
Zhang Rui
2015-07-18
1
-0
/
+387