index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
audio
/
out
/
ao_wasapi_utils.c
Commit message (
Expand
)
Author
Age
*
ao_wasapi: remove old comment
Kevin Mitchell
2017-08-07
*
ao_wasapi: reorganize wasapi.h
Kevin Mitchell
2017-08-07
*
ao_wasapi: deduplicate wasapi sample format selection
Kevin Mitchell
2017-08-07
*
ao_wasapi: clean up find_formats logic
Kevin Mitchell
2017-08-07
*
ao_wasapi: return bool instead of HRESULT from thread_init
Kevin Mitchell
2017-08-07
*
ao_wasapi: remove redundant / outdated comment
Kevin Mitchell
2017-07-10
*
ao_waspi: use switch for handling fix_format errors
Kevin Mitchell
2017-07-10
*
ao_wasapi: don't repeat format negotiation on align hack
Kevin Mitchell
2017-07-10
*
ao_wasapi: fix leak on align hack
Kevin Mitchell
2017-07-10
*
ao_wasapi: enable packed 24 bit output
Kevin Mitchell
2017-07-09
*
ao_wasapi: reorder channels and samplerates to speed up search
Kevin Mitchell
2017-07-09
*
ao_wasapi: minor cosmetic fixes
Kevin Mitchell
2017-07-09
*
ao_wasapi: try correct initial format
Kevin Mitchell
2017-07-09
*
ao_wasapi_utils: be slightly more clever when converting channel map
wm4
2017-07-07
*
ao_wasapi: drop use of AF_FORMAT_S24
wm4
2017-07-07
*
ao_wasapi: UWP wrapper hack support
wm4
2017-06-29
*
Universal Windows Plaform (UWP) support
Pedro Pombeiro
2017-06-29
*
ao_wasapi: do not use deprecated wchar functions
Pedro Pombeiro
2017-06-29
*
ao_wasapi: remove subtly duplicated code
wm4
2017-06-28
*
ao_wasapi: remove duplicate code for creating IAudioClient
wm4
2017-06-28
*
ao_wasapi: do not pass nonsense to drivers with double
wm4
2017-03-29
*
win32: add COM-specific SAFE_RELEASE to windows_utils.h
James Ross-Gowan
2017-01-30
*
ao_wasapi: log return code when probing audio formats
wm4
2016-11-30
*
ao_wasapi_utils: remove unused variable
pavelxdd
2016-11-27
*
options: remove deprecated sub-option handling for --vo and --ao
wm4
2016-11-25
*
win32: build with -DINITGUID
James Ross-Gowan
2016-09-28
*
ao_wasapi: in exclusive mode do not output multichannel by default
wm4
2016-08-05
*
ao_wasapi: use new af_select_best_samplerate function
Kevin Mitchell
2016-03-17
*
ao_wasapi: use MP_FATAL for stuff that leads to init failure
Kevin Mitchell
2016-02-26
*
ao_wasapi: set buffer size to device period in exclusive mode
Kevin Mitchell
2016-02-26
*
ao_wasapi: replace laggy COM messaging with mp_dispatch_queue
Kevin Mitchell
2016-02-26
*
ao_wasapi: use SUCCEEDED/FAILED macros
Kevin Mitchell
2016-02-26
*
Initial Android support
Jan Ekström
2016-02-10
*
ao_wasapi: add "wasapi" prefix to non-static find_deviceID function
Kevin Mitchell
2016-01-28
*
ao_wasapi: correct check for specified device on default change
Kevin Mitchell
2016-01-28
*
ao_wasapi: fix check for already found device
Kevin Mitchell
2016-01-28
*
ao_wasapi: use correct UINT type for device enumeration
Kevin Mitchell
2016-01-22
*
ao_wasapi: exit earlier if there are zero playback devices found
Kevin Mitchell
2016-01-22
*
Relicense some non-MPlayer source files to LGPL 2.1 or later
wm4
2016-01-19
*
ao_wasapi: move out some utility functions
wm4
2016-01-11
*
ao_wasapi: remove unnecessary header file
Kevin Mitchell
2016-01-05
*
ao_wasapi: initialize change notify in main thread
Kevin Mitchell
2016-01-05
*
ao_wasapi: make find_deviceID read only wrt struct ao
Kevin Mitchell
2016-01-05
*
ao_wasapi: move device selection to main thread
Kevin Mitchell
2016-01-05
*
ao_wasapi: avoid some redundant error messages in device selection
Kevin Mitchell
2016-01-05
*
ao_wasapi: alloc later to avoid free on error
Kevin Mitchell
2016-01-05
*
ao_wasapi: remove +x flag from files
wm4
2016-01-04
*
ao_wasapi: make persistent enumerator local to change_notify
Kevin Mitchell
2016-01-04
*
ao_wasapi: rewrite device listing and selection
Kevin Mitchell
2016-01-04
*
ao_wasapi: move volume control init to it's own function
Kevin Mitchell
2015-12-21
[next]