summaryrefslogtreecommitdiff
path: root/src/plugins/coreaudio
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi1-29/+86
2015-04-14CoreAudio: fix crash on iOS 5.Yoann Lopes1-29/+86
2015-02-12Update copyright headersAntti Kokko12-174/+126
2014-09-10Add necessary includes that were indirectThiago Macieira5-0/+5
2014-09-01Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn1-2/+2
2014-08-24Update license headers and add new license filesAntti Kokko6-114/+66
2014-08-21CoreAudioOutput use timeout when waiting for render threadDyami Caliri1-2/+2
2014-07-16CoreAudio: make sure audio stops playing when the device is muted.Yoann Lopes1-2/+3
2014-04-01CoreAudio: fix supported channel count.Yoann Lopes3-43/+6
2014-03-27CoreAudio: Mismatched new[]/delete in several places.Dyami Caliri2-4/+4
2014-03-07CoreAudio: Set default audio category to Playback on iOSAndy Nichols3-1/+17
2014-03-03CoreAudio: Use the real default audio device for QSoundEffectAndy Nichols1-3/+8
2014-03-03CoreAudio: Make it possible to set volume on of QAudioOutputAndy Nichols1-3/+28
2014-03-03CoreAudio: Allow more flexability when specifying SampleRatesAndy Nichols1-3/+6
2013-12-02CoreAudio: fix supported input and output channel count.Yoann Lopes1-12/+13
2013-09-19CoreAudio: Create an audio plugin supporting iOS and OS XAndy Nichols14-0/+3786