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
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
/
ao_wasapi.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ao_wasapi: fix crash on hotplug init error
wm4
2015-06-17
1
-0
/
+1
*
ao/wasapi: use atomic state variable instead of different events
Kevin Mitchell
2015-04-04
1
-54
/
+61
*
ao_wasapi: code formatting and alignment
Kevin Mitchell
2015-04-03
1
-15
/
+15
*
ao_wasapi: passthrough rework
Kevin Mitchell
2015-04-03
1
-6
/
+0
*
ao_wasapi: abstract HRESULT_to_str
Kevin Mitchell
2015-04-01
1
-22
/
+11
*
ao_wasapi: remove redundant casts
Kevin Mitchell
2015-03-31
1
-14
/
+14
*
ao_wasapi: simplify hotplug
Kevin Mitchell
2015-03-31
1
-13
/
+16
*
ao_wasapi: fix device listing
Kevin Mitchell
2015-03-31
1
-9
/
+2
*
ao/wasapi: add ao hotplug
Kevin Mitchell
2015-03-31
1
-0
/
+20
*
ao/wasapi: rewrite format search
Kevin Mitchell
2015-03-26
1
-7
/
+0
*
ao/wasapi: move resume to audio thread
Kevin Mitchell
2015-02-23
1
-16
/
+37
*
ao_wasapi: move reset into audio thread
Kevin Mitchell
2015-02-23
1
-9
/
+36
*
win32: request UTF-16 API variants, Vista+ APIs, and COM C macros
wm4
2015-01-07
1
-3
/
+0
*
ao/wasapi: style/code formatting tweaks
Kevin Mitchell
2015-01-02
1
-7
/
+7
*
ao/wasapi: remove unnecessary check of audio thread input
Kevin Mitchell
2014-11-28
1
-2
/
+0
*
ao/wasapi: more missed cleanup on failure
Kevin Mitchell
2014-11-28
1
-3
/
+5
*
ao/wasapi: check return values
Kevin Mitchell
2014-11-28
1
-3
/
+6
*
ao/wasapi: just return 0 unconditionally from the thread
Kevin Mitchell
2014-11-28
1
-10
/
+4
*
ao/wasapi: fix unmatched CoUninitialize() on init failure
Kevin Mitchell
2014-11-28
1
-0
/
+5
*
ao/wasapi: more debugging messages
Kevin Mitchell
2014-11-28
1
-2
/
+7
*
ao/wasapi: make get_device_delay return an error code
Kevin Mitchell
2014-11-28
1
-12
/
+21
*
ao/wasapi: increase buffer size to 50 ms
Kevin Mitchell
2014-11-18
1
-0
/
+1
*
ao/wasapi: Don't free stuff the thread may still be using on timeout
Kevin Mitchell
2014-11-17
1
-1
/
+3
*
ao/wasapi: also free the threadLoop handle on uninit
Kevin Mitchell
2014-11-17
1
-0
/
+1
*
ao/wasapi: fix leaked event handles
Kevin Mitchell
2014-11-17
1
-6
/
+5
*
ao/wasapi: fix race condition in uninit on failure.
Kevin Mitchell
2014-11-17
1
-2
/
+1
*
ao/wasapi: request ao reload on thread_feed failures
Kevin Mitchell
2014-11-17
1
-0
/
+2
*
ao/wasapi: request reset on appropriate events
Kevin Mitchell
2014-11-17
1
-5
/
+0
*
ao/wasapi: tidy up better on failure
Kevin Mitchell
2014-11-17
1
-12
/
+11
*
ao/wasapi: improve error messages and add more debug statements
Kevin Mitchell
2014-11-17
1
-21
/
+34
*
ao/wasapi: make calling of thread_init consistent with thread_uninit
Kevin Mitchell
2014-11-17
1
-1
/
+1
*
ao/wasapi: reenable the reset function
Kevin Mitchell
2014-11-17
1
-1
/
+1
*
ao_wasapi: implement device listing
wm4
2014-10-13
1
-1
/
+7
*
audio/out: remove old things
wm4
2014-09-06
1
-1
/
+2
*
audio/out/pull: remove race conditions
wm4
2014-05-29
1
-8
/
+2
*
atomics: switch to C11 stdatomic.h
wm4
2014-05-21
1
-6
/
+3
*
ao_wasapi: Use the character set conversion functions from io.h
Diogo Franco (Kovensky)
2014-03-11
1
-12
/
+3
*
ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLE
Diogo Franco (Kovensky)
2014-03-11
1
-0
/
+30
*
ao_wasapi: Implement per-application mixing
Diogo Franco (Kovensky)
2014-03-11
1
-8
/
+41
*
ao_wasapi: Move non-critical code outside of the event thread
Diogo Franco (Kovensky)
2014-03-11
1
-214
/
+54
*
ao_wasapi: Split into 2 files
Diogo Franco (Kovensky)
2014-03-11
1
-900
/
+12
*
ao_wasapi: Initial conversion to the new pull model
Diogo Franco (Kovensky)
2014-03-11
1
-154
/
+73
*
ao_wasapi: Use double math for QueryPerformanceCounter correction
Diogo Franco (Kovensky)
2014-03-09
1
-2
/
+2
*
audio/out: make draining a separate operation
wm4
2014-03-09
1
-2
/
+2
*
audio/out: make ao struct opaque
wm4
2014-03-09
1
-0
/
+1
*
ao_wasapi: Slightly improve timer accuracy
Diogo Franco (Kovensky)
2014-03-06
1
-3
/
+12
*
ao_wasapi: Add device latency to get_delay
Diogo Franco (Kovensky)
2014-03-06
1
-4
/
+78
*
w32: use safe DLL search paths everywhere
James Ross-Gowan
2014-01-27
1
-17
/
+0
*
m_option: add mp_log callback to OPT_STRING_VALIDATE options
wm4
2013-12-21
1
-30
/
+33
*
ao_wasapi: mp_msg conversions
wm4
2013-12-21
1
-67
/
+34
*
ao_wasapi: fix includes
wm4
2013-12-18
1
-3
/
+2
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
1
-3
/
+3
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
1
-1
/
+1
*
ao_wasapi: Fix mistaken behavior on uninit
Diogo Franco (Kovensky)
2013-12-08
1
-2
/
+2
*
ao_wasapi: handle AOPLAY_FINAL_CHUNK
Diogo Franco (Kovensky)
2013-12-08
1
-2
/
+6
*
ao_wasapi: Reduce the buffer size to a sane value
Diogo Franco (Kovensky)
2013-12-08
1
-1
/
+1
*
ao_wasapi: fix audio buffering delay calculation
Diogo Franco (Kovensky)
2013-12-08
1
-1
/
+1
*
audio/out: prepare for non-interleaved audio
wm4
2013-11-12
1
-7
/
+6
*
audio/out: reject non-interleaved formats
wm4
2013-11-12
1
-0
/
+1
*
audio: replace af_fmt2str_short -> af_fmt_to_str
wm4
2013-11-07
1
-4
/
+4
*
audio/out: remove useless info struct and redundant fields
wm4
2013-10-23
1
-6
/
+4
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
1
-4
/
+4
*
Merge pull request #154 from rossy2401/wasapi-pause
Diogo Franco
2013-08-05
1
-1
/
+2
|
\
|
*
ao_wasapi: don't check the audio feed while paused
James Ross-Gowan
2013-07-27
1
-1
/
+2
*
|
Fix some warnings
Jonathan Yong
2013-07-30
1
-6
/
+6
|
/
*
audio/out: remove options argument from init()
wm4
2013-07-22
1
-1
/
+1
*
ao_wasapi: Fix S/PDIF passthrough init
Diogo Franco (Kovensky)
2013-07-22
1
-3
/
+4
*
ao_wasapi: Log the passthrough format in MSGL_V
Diogo Franco (Kovensky)
2013-07-22
1
-0
/
+5
*
ao_wasapi: Also do passthrough for AF_FORMAT_MPEG2
Diogo Franco (Kovensky)
2013-07-22
1
-1
/
+1
*
ao_wasapi: Support S/PDIF passthrough
Diogo Franco (Kovensky)
2013-07-22
1
-0
/
+45
*
ao_wasapi: Fix double free on uninit
Diogo Franco (Kovensky)
2013-07-22
1
-2
/
+0
*
ao_wasapi: Support loading devices by name
Diogo Franco (Kovensky)
2013-07-22
1
-17
/
+65
*
ao_wasapi: Don't search for devices as part of validation
Diogo Franco (Kovensky)
2013-07-22
1
-23
/
+6
*
ao_wasapi: Change function macros to require semicolon after invocation
Diogo Franco (Kovensky)
2013-07-22
1
-29
/
+29
*
ao_wasapi: Use OPT_STRING_VALIDATE for device suboption
Diogo Franco (Kovensky)
2013-07-22
1
-22
/
+82
*
ao_wasapi: Fully convert to m_option API
Diogo Franco (Kovensky)
2013-07-22
1
-20
/
+10
*
ao_wasapi: Don't leak the default device's ID when listing devices
Diogo Franco (Kovensky)
2013-07-22
1
-3
/
+4
*
ao_wasapi: Annotate the default device when listing devices
Diogo Franco (Kovensky)
2013-07-22
1
-4
/
+17
*
ao_wasapi: Refactor device listing/loading
Diogo Franco (Kovensky)
2013-07-22
1
-42
/
+97
*
ao_wasapi0: Rename to ao_wasapi
Diogo Franco (Kovensky)
2013-07-22
1
-0
/
+1194