index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
testing_queue
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
audio
/
out
/
pull.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
audio: add audio softvol processing to AO
wm4
2017-11-29
1
-0
/
+2
*
audio/out: initialize an array to avoid confusing static analyzer
wm4
2017-10-27
1
-1
/
+1
*
audio/out: correct copy length in ao_read_data_converted
Kevin Mitchell
2017-07-09
1
-6
/
+7
*
audio/out: add helper code to do 24 bit conversion in AO
wm4
2017-07-07
1
-0
/
+45
*
audio/out/pull: detect and log underflows
wm4
2017-06-28
1
-0
/
+20
*
audio: fix --audio-stream-silence with ao_wasapi
wm4
2016-11-21
1
-2
/
+4
*
player, ao, vo: don't call mp_input_wakeup() directly
wm4
2016-09-16
1
-1
/
+1
*
osdep: rename atomics.h to atomic.h
wm4
2016-09-07
1
-1
/
+1
*
player: add --audio-stream-silence
wm4
2016-08-09
1
-2
/
+6
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
1
-7
/
+7
*
Fix some typos in code comments
Aman Gupta
2015-12-21
1
-1
/
+1
*
audio/out/pull: avoid dropping some audio when draining
wm4
2015-06-09
1
-9
/
+18
*
audio/out/pull: correctly pad partial frames with silence
wm4
2015-06-09
1
-1
/
+1
*
audio/out/pull: avoid deadlock if audio callback stops
wm4
2014-11-09
1
-26
/
+40
*
audio/out: consistently use double return type for get_delay
wm4
2014-11-09
1
-1
/
+1
*
audio/out: make EOF handling properly event-based
wm4
2014-09-05
1
-0
/
+9
*
Move compat/ and bstr/ directory contents somewhere else
wm4
2014-08-29
1
-1
/
+1
*
audio: don't wait for draining if paused
wm4
2014-07-13
1
-0
/
+9
*
audio/out/pull: remove race conditions
wm4
2014-05-29
1
-34
/
+40
*
atomics: switch to C11 stdatomic.h
wm4
2014-05-21
1
-27
/
+17
*
audio: wake up the core when audio buffer is running low (2)
wm4
2014-04-15
1
-2
/
+9
*
audio/out: make draining a separate operation
wm4
2014-03-09
1
-2
/
+2
*
audio/out: feed AOs from a separate thread
wm4
2014-03-09
1
-0
/
+219