summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* Fix crash in qsoundeffect autotest on WindowsLars Knoll2021-05-261-2/+0
* QSampleCache: Don't start the loader thread unless we need toLars Knoll2021-05-201-3/+2
* Correct maxlen computationPiotr Srebrny2021-05-201-1/+1
* Cleanup the audio decoder architectureLars Knoll2021-05-172-123/+40
* Fix the QSoundEffect autotest on gstreamerLars Knoll2021-05-171-7/+11
* Code cleanup in the gstreamer pluginLars Knoll2021-05-171-4/+4
* Fix a number of compiler warnings/errors when using gccLars Knoll2021-05-142-2/+2
* Fix an occasional assertion in QSoundEffectLars Knoll2021-05-141-1/+6
* Change QSoundEffect::category() to role()Lars Knoll2021-05-142-17/+18
* Remove some debug outputLars Knoll2021-05-141-2/+0
* Get rid of QAudioInput/Output::periodSize()Lars Knoll2021-05-146-49/+0
* QAudioDeviceInfo: inline the move constructorVolker Hilsheimer2021-05-122-2/+9
* Fix a test failure in tst_qaudiobufferLars Knoll2021-05-121-2/+2
* Cleanups to QAudioDeviceInfo API and docsLars Knoll2021-05-122-36/+37
* Some API and doc fixes for QAudioDecoderLars Knoll2021-05-072-17/+25
* Clean up QAudioBuffer API and implementationLars Knoll2021-05-073-356/+91
* Remove StereoFrame types that we don't support in Qt 6Lars Knoll2021-05-072-3/+6
* Replace category in QAudioOutput with an audio roleLars Knoll2021-05-074-29/+21
* Fix build on WindowsVolker Hilsheimer2021-05-072-17/+13
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-074-7/+7
* QAudioDeviceInfo: drop Range type, simplify APIVolker Hilsheimer2021-05-073-19/+34
* Simplify QAudioFormatVolker Hilsheimer2021-05-072-25/+29
* Fix a bug that would lead to interruped audio playbackLars Knoll2021-05-071-0/+2
* Fix bugs in QSoundEffectLars Knoll2021-05-073-69/+46
* QAudioInput:: Rename bytesReady to bytesAvailableVolker Hilsheimer2021-05-076-24/+24
* qwavedecoder: Make sure sample cache is openNicolas Fella2021-04-301-0/+2
* Move handling of QAudioInput/Output::processedUSecs() to the frontendLars Knoll2021-04-306-23/+13
* Fix part of the tst_qaudioinput failuresLars Knoll2021-04-303-5/+20
* Fix tst_qcamerawidgets autotestLars Knoll2021-04-282-5/+0
* Remove connect to nonexistent notify signalBartlomiej Moskal2021-04-272-2/+0
* Fix qaudiobuffer and qaudiodecoder autotestsLars Knoll2021-04-232-4/+4
* Remove qmake files from the repositoryLars Knoll2021-04-231-33/+0
* Make QMediaDeviceManager available to QMLLars Knoll2021-04-191-1/+5
* Remove the notifyInterval() functionalityLars Knoll2021-04-086-118/+0
* Get rid of QMediaPlayer::setCustomRole() and relatedLars Knoll2021-04-082-5/+0
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-168-8/+0
* Rename backend classes as a next step in consistent class namingDoris Verria2021-03-051-2/+2
* Fix some small compile warningsDoris Verria2021-03-022-1/+2
* Modernize code baseLars Knoll2021-03-023-19/+6
* Remove manual metatype declarations and registrationsLars Knoll2021-03-027-40/+1
* Next steps in consistent class namingLars Knoll2021-03-024-10/+10
* And finally kill QMediaServiceLars Knoll2021-02-171-1/+0
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-171-9/+7
* Remove QMediaSource dependency from QAudioDecoderLars Knoll2021-02-172-5/+9
* Fix a couple of smaller compile issuesLars Knoll2021-02-121-0/+2
* Fix compilation on WindowsLars Knoll2021-02-121-1/+1
* Unify support for .wav files into one public classDoris Verria2021-02-094-56/+211
* Cleanup QAudioFormat and friendsLars Knoll2021-02-099-513/+298
* Remove codec property from QAudioFormat and relatedLars Knoll2021-01-296-89/+34
* Remove QAudioProbe and QVideoProbeLars Knoll2021-01-293-281/+0