]> git.sesse.net Git - vlc/history - modules/audio_output/mmdevice.c
mmdevice: avoid incorrect assertion
[vlc] / modules / audio_output / mmdevice.c
2014-02-11 Rémi Denis-Courmontmmdevice: avoid incorrect assertion
2014-02-10 Rafaël Carrémmdevice: unbreak window store build
2014-02-07 Rémi Denis-Courmontmmdevice: update comments
2014-02-07 Rémi Denis-Courmontmmdevice: do not override target Windows version
2014-02-07 Rémi Denis-Courmontmmdevice: scale volume as other Windows plugins
2014-02-06 Rémi Denis-Courmontmmdevice: do not enter the COM MTA upon unloading ...
2014-02-04 Rémi Denis-CourmontMMDevice: only WASAPI lacks S/PDIF support so far ...
2014-02-04 Rémi Denis-Courmontmmdevice: fix restart due to preemption in Start()
2014-02-04 Rémi Denis-Courmontwasapi: split as separate module
2014-02-01 Rémi Denis-Courmontmmdevice: IMMDevice is really only used in desktop...
2014-01-31 Jean-Baptiste KempfMMDevice: we need sys->dev for WinStore
2014-01-29 Rémi Denis-Courmontmmdevice: implement device notification client (fixes...
2014-01-29 Rémi Denis-Courmontmmdevice: move volume, mute and device control to dedic...
2014-01-29 Rémi Denis-Courmontwasapi: mark more desktop-only code
2013-12-28 Rémi Denis-Courmontmmdevice: cosmetic
2013-11-28 Jean-Baptiste KempfMMDevice: simplify Close in WinRT mode
2013-11-17 Jean-Baptiste KempfMMDevice: split OpenDevice, CloseDevice and ActivateDev...
2013-11-16 Rafaël Carrémmdevice: adapt for Windows Store apps
2013-09-22 Rémi Denis-Courmontaout: remove Makefile recursion
2013-04-18 Rémi Denis-Courmontmmdevice: drop to zero priority for now
2013-04-14 Rémi Denis-Courmontmmdevice: adapt to hotplug event
2012-12-16 Rémi Denis-Courmontaout: use aout_RequestRestart() where applicable
2012-12-15 Rémi Denis-Courmontmmdevice: implement devices selection (fix #7855)
2012-12-07 Rémi Denis-Courmontmmdevice: initialize mute & volume (fixes #7203)
2012-12-07 Rémi Denis-Courmontmmdevice: keep ISimpleAudioVolume interface
2012-12-06 Rémi Denis-Courmontwasapi: remove direct dependency on desktop-only IMMDevice
2012-12-06 Rémi Denis-Courmontmmdevice: improve handling of session disconnect event
2012-12-06 Rémi Denis-Courmontmmdevice: deal with invalidated device in Start()
2012-12-06 Rémi Denis-Courmontmmdevice: simplify thread synchronization
2012-12-06 Rémi Denis-Courmontwasapi: cosmetic, rename api to stream
2012-12-05 Rémi Denis-Courmontmmdevice: emulate drain
2012-12-05 Rémi Denis-Courmontmmdevice: attempt to fix COM (again) and reentrancy
2012-12-04 Rémi Denis-Courmontmmdevice: simplify session management and prepare to...
2012-12-04 Rémi Denis-Courmontmmdevice: simplify volume & mute handling
2012-12-03 Rémi Denis-Courmontmmdevice: fix thread initialization and cleanup
2012-12-02 Rémi Denis-Courmontwasapi: split MMDevice and session code from output