summaryrefslogtreecommitdiffstats
path: root/src/plugins/coreaudio
Commit message (Expand)AuthorAgeFilesLines
* Add ; to Q_UNUSEDLars Schmertmann2020-06-282-5/+5
* CoreAudio: Don't apply audio category if it is not neededVal Doroshchuk2020-06-094-18/+12
* Fix Qt 6 buildSimon Hausmann2019-07-091-1/+1
* CoreAudio: Decrease volume when playback is stopped on macOSVaL Doroshchuk2018-11-162-18/+27
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-221-5/+5
* Remove deprecated QSysInfo APIs and dead code from macOS/iOS backendJake Petroules2016-09-231-84/+29
* Improve QAudioDeviceInfo::defaultDevice().Christian Stromme2016-05-204-43/+25
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-102-54/+11
|\
| * CoreAudio: use AudioComponent instead of deprecated Carbon ComponentDyami Caliri2016-04-272-54/+11
* | 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-1/+5
|\|
| * CoreAudio: fix QAudioOutput state after resume().Yoann Lopes2016-01-192-1/+5
* | Updated license headersAntti Kokko2016-01-1912-168/+240
* | tvOS supportMike Krus2016-01-135-6/+10
|/
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-29/+86
|\
| * CoreAudio: fix crash on iOS 5.Yoann Lopes2015-04-141-29/+86
* | Update copyright headersAntti Kokko2015-02-1212-174/+126
|/
* Add necessary includes that were indirectThiago Macieira2014-09-105-0/+5
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-011-2/+2
|\
| * CoreAudioOutput use timeout when waiting for render threadDyami Caliri2014-08-211-2/+2
* | Update license headers and add new license filesAntti Kokko2014-08-246-114/+66
|/
* CoreAudio: make sure audio stops playing when the device is muted.Yoann Lopes2014-07-161-2/+3
* CoreAudio: fix supported channel count.Yoann Lopes2014-04-013-43/+6
* CoreAudio: Mismatched new[]/delete in several places.Dyami Caliri2014-03-272-4/+4
* CoreAudio: Set default audio category to Playback on iOSAndy Nichols2014-03-073-1/+17
* CoreAudio: Use the real default audio device for QSoundEffectAndy Nichols2014-03-031-3/+8
* CoreAudio: Make it possible to set volume on of QAudioOutputAndy Nichols2014-03-031-3/+28
* CoreAudio: Allow more flexability when specifying SampleRatesAndy Nichols2014-03-031-3/+6
* CoreAudio: fix supported input and output channel count.Yoann Lopes2013-12-021-12/+13
* CoreAudio: Create an audio plugin supporting iOS and OS XAndy Nichols2013-09-1914-0/+3786