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_utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ao_wasapi: try mix format except for chmap
Kevin Mitchell
2020-03-19
1
-11
/
+36
*
ao_wasapi: handle S_FALSE in mp_format_res_str
Kevin Mitchell
2020-03-19
1
-2
/
+3
*
ao_wasapi_utils: remove invalid audio session icon path (fixes #7269)
Rafael Rivera
2020-01-31
1
-2
/
+1
*
audio: fix annyoing af_get_best_sample_formats() definition
wm4
2018-01-25
1
-1
/
+1
*
ao_wasapi: remove old comment
Kevin Mitchell
2017-08-07
1
-1
/
+1
*
ao_wasapi: reorganize wasapi.h
Kevin Mitchell
2017-08-07
1
-0
/
+4
*
ao_wasapi: deduplicate wasapi sample format selection
Kevin Mitchell
2017-08-07
1
-49
/
+40
*
ao_wasapi: clean up find_formats logic
Kevin Mitchell
2017-08-07
1
-75
/
+45
*
ao_wasapi: return bool instead of HRESULT from thread_init
Kevin Mitchell
2017-08-07
1
-32
/
+42
*
ao_wasapi: remove redundant / outdated comment
Kevin Mitchell
2017-07-10
1
-1
/
+0
*
ao_waspi: use switch for handling fix_format errors
Kevin Mitchell
2017-07-10
1
-5
/
+8
*
ao_wasapi: don't repeat format negotiation on align hack
Kevin Mitchell
2017-07-10
1
-4
/
+7
*
ao_wasapi: fix leak on align hack
Kevin Mitchell
2017-07-10
1
-1
/
+1
*
ao_wasapi: enable packed 24 bit output
Kevin Mitchell
2017-07-09
1
-1
/
+1
*
ao_wasapi: reorder channels and samplerates to speed up search
Kevin Mitchell
2017-07-09
1
-4
/
+4
*
ao_wasapi: minor cosmetic fixes
Kevin Mitchell
2017-07-09
1
-3
/
+3
*
ao_wasapi: try correct initial format
Kevin Mitchell
2017-07-09
1
-1
/
+4
*
ao_wasapi_utils: be slightly more clever when converting channel map
wm4
2017-07-07
1
-0
/
+5
*
ao_wasapi: drop use of AF_FORMAT_S24
wm4
2017-07-07
1
-115
/
+129
*
ao_wasapi: UWP wrapper hack support
wm4
2017-06-29
1
-6
/
+36
*
Universal Windows Plaform (UWP) support
Pedro Pombeiro
2017-06-29
1
-0
/
+4
*
ao_wasapi: do not use deprecated wchar functions
Pedro Pombeiro
2017-06-29
1
-1
/
+1
*
ao_wasapi: remove subtly duplicated code
wm4
2017-06-28
1
-7
/
+6
*
ao_wasapi: remove duplicate code for creating IAudioClient
wm4
2017-06-28
1
-34
/
+24
*
ao_wasapi: do not pass nonsense to drivers with double
wm4
2017-03-29
1
-5
/
+23
*
win32: add COM-specific SAFE_RELEASE to windows_utils.h
James Ross-Gowan
2017-01-30
1
-22
/
+19
*
ao_wasapi: log return code when probing audio formats
wm4
2016-11-30
1
-13
/
+5
*
ao_wasapi_utils: remove unused variable
pavelxdd
2016-11-27
1
-1
/
+0
*
options: remove deprecated sub-option handling for --vo and --ao
wm4
2016-11-25
1
-4
/
+1
*
win32: build with -DINITGUID
James Ross-Gowan
2016-09-28
1
-1
/
+0
*
ao_wasapi: in exclusive mode do not output multichannel by default
wm4
2016-08-05
1
-1
/
+1
*
ao_wasapi: use new af_select_best_samplerate function
Kevin Mitchell
2016-03-17
1
-11
/
+3
*
ao_wasapi: use MP_FATAL for stuff that leads to init failure
Kevin Mitchell
2016-02-26
1
-1
/
+1
*
ao_wasapi: set buffer size to device period in exclusive mode
Kevin Mitchell
2016-02-26
1
-7
/
+12
*
ao_wasapi: replace laggy COM messaging with mp_dispatch_queue
Kevin Mitchell
2016-02-26
1
-93
/
+0
*
ao_wasapi: use SUCCEEDED/FAILED macros
Kevin Mitchell
2016-02-26
1
-1
/
+1
*
Initial Android support
Jan Ekström
2016-02-10
1
-0
/
+1
*
ao_wasapi: add "wasapi" prefix to non-static find_deviceID function
Kevin Mitchell
2016-01-28
1
-1
/
+1
*
ao_wasapi: correct check for specified device on default change
Kevin Mitchell
2016-01-28
1
-2
/
+7
*
ao_wasapi: fix check for already found device
Kevin Mitchell
2016-01-28
1
-1
/
+1
*
ao_wasapi: use correct UINT type for device enumeration
Kevin Mitchell
2016-01-22
1
-5
/
+5
*
ao_wasapi: exit earlier if there are zero playback devices found
Kevin Mitchell
2016-01-22
1
-0
/
+5
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
1
-7
/
+7
*
ao_wasapi: move out some utility functions
wm4
2016-01-11
1
-71
/
+0
*
ao_wasapi: remove unnecessary header file
Kevin Mitchell
2016-01-05
1
-7
/
+4
*
ao_wasapi: initialize change notify in main thread
Kevin Mitchell
2016-01-05
1
-3
/
+0
*
ao_wasapi: make find_deviceID read only wrt struct ao
Kevin Mitchell
2016-01-05
1
-17
/
+17
*
ao_wasapi: move device selection to main thread
Kevin Mitchell
2016-01-05
1
-7
/
+3
*
ao_wasapi: avoid some redundant error messages in device selection
Kevin Mitchell
2016-01-05
1
-15
/
+7
*
ao_wasapi: alloc later to avoid free on error
Kevin Mitchell
2016-01-05
1
-2
/
+1
*
ao_wasapi: remove +x flag from files
wm4
2016-01-04
1
-0
/
+0
*
ao_wasapi: make persistent enumerator local to change_notify
Kevin Mitchell
2016-01-04
1
-8
/
+1
*
ao_wasapi: rewrite device listing and selection
Kevin Mitchell
2016-01-04
1
-225
/
+185
*
ao_wasapi: move volume control init to it's own function
Kevin Mitchell
2015-12-21
1
-21
/
+34
*
ao_wasapi: correctly handle audio session display failure
Kevin Mitchell
2015-12-21
1
-10
/
+14
*
ao_wasapi: non-fatal error handling for COM marshalling
Kevin Mitchell
2015-12-21
1
-53
/
+63
*
ao_wasapi: wrap long lines and use only c99 comment style
Kevin Mitchell
2015-12-21
1
-69
/
+108
*
ao_wasapi: remove useless buffer_block_size
Kevin Mitchell
2015-12-21
1
-6
/
+0
*
ao_wasapi: call the class-specific release functions
Kevin Mitchell
2015-12-20
1
-6
/
+6
*
ao_wasapi: actually use hw volume support information for exclusive mode
Kevin Mitchell
2015-12-20
1
-0
/
+1
*
ao_wasapi: remove volume "restore" on exit
Kevin Mitchell
2015-12-20
1
-17
/
+1
*
ao_wasapi: add E_NOINTERFACE to error list
Kevin Mitchell
2015-12-20
1
-0
/
+1
*
ao_wasapi: get rid of Vistablob hack
Kevin Mitchell
2015-11-24
1
-36
/
+5
*
ao_wasapi: work around DTS passthrough failure
wm4
2015-11-19
1
-1
/
+18
*
audio: always log channel maps before determining final map
wm4
2015-10-26
1
-3
/
+1
*
win32: revert wchar_t changes
wm4
2015-08-01
1
-5
/
+5
*
win32: more wchar_t -> WCHAR replacements
wm4
2015-07-30
1
-4
/
+4
*
win32: replace wchar_t with WCHAR
wm4
2015-07-29
1
-1
/
+1
*
ao_wasapi: fix regression
wm4
2015-06-27
1
-1
/
+1
*
audio: fix format function consistency issues
wm4
2015-06-26
1
-7
/
+9
*
ao/wasapi: use atomic state variable instead of different events
Kevin Mitchell
2015-04-04
1
-4
/
+5
*
ao_wasapi: code formatting and alignment
Kevin Mitchell
2015-04-03
1
-9
/
+8
*
audio: make all format query shortcuts macros
Kevin Mitchell
2015-04-03
1
-1
/
+1
*
ao_wasapi: passthrough rework
Kevin Mitchell
2015-04-03
1
-155
/
+152
*
ao_wasapi: abstract HRESULT_to_str
Kevin Mitchell
2015-04-01
1
-54
/
+53
*
ao_wasapi: remove redundant casts
Kevin Mitchell
2015-03-31
1
-25
/
+20
*
ao_wasapi: simplify hotplug
Kevin Mitchell
2015-03-31
1
-37
/
+5
*
ao_wasapi: fix device listing
Kevin Mitchell
2015-03-31
1
-77
/
+25
*
ao/wasapi: add ao hotplug
Kevin Mitchell
2015-03-31
1
-1
/
+25
*
ao/wasapi: use built in KSDATAFORMATs
Kevin Mitchell
2015-03-27
1
-13
/
+8
*
ao/wasapi: add missing "if" braces
Kevin Mitchell
2015-03-26
1
-33
/
+29
*
ao/wasapi: rewrite format search
Kevin Mitchell
2015-03-26
1
-175
/
+300
*
ao/wasapi: move resume to audio thread
Kevin Mitchell
2015-02-23
1
-4
/
+0
*
ao_wasapi: fix try_format logic in shared mode
James Ross-Gowan
2015-01-23
1
-2
/
+1
*
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
-47
/
+47
*
ao/wasapi: improve exclusive mode format search
Kevin Mitchell
2015-01-02
1
-46
/
+36
*
ao/wasapi: revamp set_waveformatex
Kevin Mitchell
2015-01-02
1
-27
/
+43
*
ao/wasapi: add CO_E_NOTINITIALIZED to explain_err
Kevin Mitchell
2015-01-02
1
-0
/
+1
*
ao/wasapi: use IsEqualGUID and IsEqualPropertyKey
Kevin Mitchell
2014-12-16
1
-25
/
+6
*
ao/wasapi: set the ao with the waveformat channelmap
Kevin Mitchell
2014-12-15
1
-1
/
+10
*
ao/wasapi: make set_ao_format EX/EXTENSIBLE agnostic
Kevin Mitchell
2014-12-01
1
-14
/
+28
*
ao/wasapi: fix set_ao_format
Kevin Mitchell
2014-12-01
1
-23
/
+10
*
ao/wasapi: show actual waveformat tried
Kevin Mitchell
2014-12-01
1
-8
/
+30
*
ao/wasapi: don't assume 32-bits == float
Kevin Mitchell
2014-12-01
1
-45
/
+43
*
ao/wasapi: make sure that < 16-bit pcm never happens
Kevin Mitchell
2014-12-01
1
-6
/
+16
*
ao/wasapi: get rid of WAVEFMT union
Kevin Mitchell
2014-12-01
1
-29
/
+13
*
ao/wasapi: handle VistaBlob failure more gracefully
Kevin Mitchell
2014-11-28
1
-5
/
+17
*
ao/wasapi: more consistent/reliable method of computing extra WAVEFORMATEXTEN...
Kevin Mitchell
2014-11-28
1
-2
/
+1
*
ao/wasapi: make functions return bool that were acting like it
Kevin Mitchell
2014-11-28
1
-34
/
+34
*
ao/wasapi: check full GUID of KSDATAFORMAT to determine float
Kevin Mitchell
2014-11-28
1
-8
/
+8
*
ao/wasapi: expose GUID and PKEY convenience functions
Kevin Mitchell
2014-11-28
1
-0
/
+39
*
ao/wasapi: remove unused variable
Kevin Mitchell
2014-11-28
1
-3
/
+0
*
ao/wasapi: safely define PKEY constants
Kevin Mitchell
2014-11-28
1
-16
/
+13
*
ao/wasapi: avoid redundant passing of ao and wasapi_state as arguments
Kevin Mitchell
2014-11-28
1
-19
/
+19
*
ao/wasapi: fix unmatched CoUninitialize() on init failure
Kevin Mitchell
2014-11-28
1
-8
/
+0
*
ao/wasapi: more debugging messages
Kevin Mitchell
2014-11-28
1
-12
/
+20
*
ao/wasapi: simplify the init retry
Kevin Mitchell
2014-11-28
1
-10
/
+8
*
ao_wasapi: don't treat SetDisplayName() failure as fatal
wm4
2014-11-27
1
-1
/
+2
*
ao/wasapi: only retry resizing the buffer once
Kevin Mitchell
2014-11-18
1
-8
/
+10
*
ao/wasapi: keep bufferPeriod in sync on retry
Kevin Mitchell
2014-11-18
1
-1
/
+4
*
ao/wasapi: periodicity in shared mode must be zero
Kevin Mitchell
2014-11-18
1
-3
/
+6
*
ao/wasapi: increase buffer size to 50 ms
Kevin Mitchell
2014-11-18
1
-12
/
+25
*
ao/wasapi: fix leaked marshaled interface streams
Jonathan Yong
2014-11-18
1
-0
/
+9
*
ao/wasapi: silence format string warnings
James Ross-Gowan
2014-11-18
1
-1
/
+1
*
ao/wasapi: add retry loop on AUDCLNT_E_DEVICE_IN_USE
Kevin Mitchell
2014-11-17
1
-0
/
+12
*
ao/wasapi: request reset on appropriate events
Kevin Mitchell
2014-11-17
1
-29
/
+21
*
ao/wasapi: look for "multimedia" default device instead of "console"
Kevin Mitchell
2014-11-17
1
-2
/
+2
*
ao/wasapi: put loading of default device in it's own function
Kevin Mitchell
2014-11-17
1
-17
/
+30
*
ao/wasapi: fix possible null dereference of pDevice
Kevin Mitchell
2014-11-17
1
-0
/
+1
*
ao/wasapi: tidy up better on failure
Kevin Mitchell
2014-11-17
1
-2
/
+13
*
ao/wasapi: improve error messages and add more debug statements
Kevin Mitchell
2014-11-17
1
-75
/
+104
*
ao/wasapi: make calling of thread_init consistent with thread_uninit
Kevin Mitchell
2014-11-17
1
-1
/
+3
*
ao/wasapi: fix leaked deviceID
Jonathan Yong
2014-11-17
1
-0
/
+1
*
ao_wasapi: implement device listing
wm4
2014-10-13
1
-8
/
+23
*
audio: cleanup spdif format definitions
wm4
2014-09-23
1
-1
/
+1
*
ao_wasapi: fix fragile format-mapping code
wm4
2014-09-23
1
-28
/
+19
*
audio: drop swapped-endian audio formats
wm4
2014-09-23
1
-3
/
+2
*
ao_wasapi: simplify nAvgBytesPerSec calculation
Marcoen Hirschberg
2014-05-28
1
-4
/
+3
*
atomics: switch to C11 stdatomic.h
wm4
2014-05-21
1
-1
/
+1
*
ao_wasapi: make code shorter
wm4
2014-03-30
1
-65
/
+36
*
ao_wasapi: Use the character set conversion functions from io.h
Diogo Franco (Kovensky)
2014-03-11
1
-25
/
+16
*
ao_wasapi: Implement AOCONTROL_UPDATE_STREAM_TITLE
Diogo Franco (Kovensky)
2014-03-11
1
-34
/
+55
*
ao_wasapi: Implement per-application mixing
Diogo Franco (Kovensky)
2014-03-11
1
-8
/
+49
*
ao_wasapi: Move non-critical code outside of the event thread
Diogo Franco (Kovensky)
2014-03-11
1
-24
/
+128
*
ao_wasapi: Split into 2 files
Diogo Franco (Kovensky)
2014-03-11
1
-0
/
+867