summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Completely remove the old plugin infrastructureLars Knoll2021-01-291-1/+0
* Move QAudioDecoder over to use the new platform infrastructureLars Knoll2021-01-292-39/+2
* Cleanup mock backend and tests using it.Lars Knoll2021-01-291-1/+1
* Remove some dead codeLars Knoll2021-01-291-1/+0
* Remove the static methods from QAudioDeviceInfoLars Knoll2021-01-223-37/+3
* Get rid of QAudioInputSelectorControlLars Knoll2021-01-222-11/+1
* Add a QMediaDeviceInfo class to enumerate input/output devicesLars Knoll2021-01-2211-440/+93
* Get rid of plugins for MM backendsLars Knoll2021-01-221-27/+46
* Create a common platform subdirectory in src/multimediaLars Knoll2021-01-2281-18295/+0
* Provide a proper descriptive name for audio devicesLars Knoll2021-01-2212-1/+30
* Remove playlist support from QMediaPlayerLars Knoll2021-01-221-2/+2
* Simplify reading data from QSoundEffectLars Knoll2021-01-221-70/+29
* audio/pcm is not a valid mimetypeLars Knoll2021-01-2213-26/+26
* Use gstreamer for audioLars Knoll2021-01-2213-2/+1763
* Smaller cleanupLars Knoll2021-01-224-35/+18
* Clean up the QSoundEffect implementationLars Knoll2021-01-224-650/+344
* Make bind/unbind() not virtualLars Knoll2021-01-222-22/+0
* Rename QMediaObject to QMediaSourceLars Knoll2021-01-224-13/+13
* Coding style cleanupsLars Knoll2021-01-213-15/+7
* Modernize code baseLars Knoll2021-01-219-106/+93
* Remove the pulse specific backend for QSoundEffectLars Knoll2021-01-214-1385/+3
* Cleanup the QMediaPluginLoaderLars Knoll2021-01-211-1/+0
* Fix a bunch of compiler warningsLars Knoll2021-01-205-11/+13
* Unexport internal methods and classesLars Knoll2021-01-202-4/+4
* Move the qnx audio plugin into QtMultimediaLars Knoll2021-01-2013-2/+1884
* Move the android audio code into QtMultimediaLars Knoll2021-01-2013-1/+2431
* Move Windows audio code over into Qt MultimediaLars Knoll2021-01-2013-2/+2697
* Move coreaudio code into Qt MultimediaLars Knoll2021-01-2015-2/+3776
* Shuffle some code aroundLars Knoll2021-01-2017-230/+135
* Remove the plugin infrastructure for audio pluginsLars Knoll2021-01-2030-148/+5827
* get rid of the QAudioSystemPluginExtension classLars Knoll2021-01-205-105/+12
* Get rid of the unused resource policy and availability controlLars Knoll2021-01-202-32/+0
* Kill QSoundLars Knoll2021-01-203-331/+0
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-2/+2
* QNetworkReply: Fix use of deprecated error signalMÃ¥rten Nordheim2020-03-251-1/+1