summaryrefslogtreecommitdiffstats
path: root/src/plugins/windowsaudio
Commit message (Expand)AuthorAgeFilesLines
* WindowsAudio: Send stateChanged when QAudioOutput::reset() is calledVal Doroshchuk2020-04-231-1/+1
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-134-6/+8
* Only call CoUnitialize() if calling CoInitialize() was necessaryAndy Shaw2019-05-211-2/+3
* QWindowsAudioInput: Set volume only if it has been requestedVal Doroshchuk2019-04-081-3/+3
* WindowsAudioOutput: Introduce QT_WAVE_BUFFERS env varv5.12.0-beta3Val Doroshchuk2018-10-182-12/+22
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-123-15/+15
|\
| * Fix adjusting volume for default deviceVal Doroshchuk2018-05-082-15/+11
| * DirectShow: Fix crackling when playing custom sample rateVal Doroshchuk2018-05-081-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-211-2/+3
|\|
| * Windows Audio: Fix Clang warnings about int/C-style castsFriedemann Kleint2018-04-161-2/+3
* | WindowsAudio: Pause playback before resetVal Doroshchuk2018-02-222-4/+13
|/
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-062-11/+3
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-062-11/+3
| |\
| | * Fix crash when no supported formats are returnedVal Doroshchuk2017-11-231-8/+3
| | * WindowsAudio: Remove unneeded Sleep() when stopping playbackVal Doroshchuk2017-11-231-3/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-201-3/+0
|\| |
| * | Fix Clang warnings about unused fieldsFriedemann Kleint2017-11-021-3/+0
| |/
* / Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-5/+5
|/
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-111-13/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-13/+10
| |\
| | * WindowsAudio: fix volume when using multiple QAudioOutputsYoann Lopes2016-11-021-13/+10
* | | Improve QAudioDeviceInfo::defaultDevice().Christian Stromme2016-05-204-15/+14
* | | Remove Windows CE.Friedemann Kleint2016-04-282-32/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-4/+4
|\|
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+4
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-3/+3
|\|
| * WindowsAudio: fix QAudioOutput state after resume().Yoann Lopes2016-01-191-1/+1
| * Fix usage of QMutexLocker, destroy it only at end of scopeSergio Martins2016-01-122-2/+2
* | Updated license headersAntti Kokko2016-01-1910-140/+200
* | WinRT, WindowsAudio plugins: replace foreach with range-based forAnton Kudryavtsev2016-01-151-4/+4
|/
* WindowsAudio: Fix compiler warnings by g++/MinGW.Friedemann Kleint2015-07-131-2/+2
* Update copyright headersLiang Qi2015-04-152-14/+14
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-159-246/+293
|\
| * WindowsAudio: improve supported formats detection.Yoann Lopes2015-04-149-247/+293
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-132-1/+3
|\|
| * Fix some typosSergio Ahumada2015-02-111-1/+1
| * Fix memory leak in QWindowsAudioDeviceInfo::availableDevices().Friedemann Kleint2015-02-051-0/+2
* | Update copyright headersAntti Kokko2015-02-128-56/+56
* | Add missing includes for QDataStream/QIODevice.Friedemann Kleint2015-01-073-0/+4
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Sergio Ahumada2014-09-262-2/+2
|\
| * Fix integer overflow in several audio plugins.Yoann Lopes2014-09-092-2/+2
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-012-1/+32
|\|
| * Restore QWindowsAudio support on wince.Bjoern Breitmeyer2014-08-272-1/+32
* | Update license headers and add new license filesAntti Kokko2014-08-248-152/+88
|/
* Move win32 and Alsa audio backends into plugins.Christian Strømme2014-01-3010-0/+2635