summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudiodecoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAudioDecoder: fix unit tests for GStreamerTim Blechmann2024-04-171-35/+62
* docs: update warning note about QAudioDecoder::setAudioFormat()Nicholas Bennett2023-05-171-1/+2
* Doc: Fix qdoc warnings for undocumented members in QAudio*Venugopal Shivashankar2022-09-291-3/+5
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-261-37/+21
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* QAudioDecoder: Re-add API for setting desired audio formatDoris Verria2021-08-251-0/+51
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-091-44/+6
* Fix the QAudioDecoder APILars Knoll2021-06-171-46/+10
* Cleanup the audio decoder architectureLars Knoll2021-05-171-119/+38
* Some API and doc fixes for QAudioDecoderLars Knoll2021-05-071-14/+22
* Fix qaudiobuffer and qaudiodecoder autotestsLars Knoll2021-04-231-3/+3
* Rename backend classes as a next step in consistent class namingDoris Verria2021-03-051-2/+2
* Next steps in consistent class namingLars Knoll2021-03-021-2/+2
* 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-171-3/+6
* Completely remove the old plugin infrastructureLars Knoll2021-01-291-1/+0
* Move QAudioDecoder over to use the new platform infrastructureLars Knoll2021-01-291-37/+2
* Remove some dead codeLars Knoll2021-01-291-1/+0
* Get rid of plugins for MM backendsLars Knoll2021-01-221-27/+46
* Remove playlist support from QMediaPlayerLars Knoll2021-01-221-2/+2
* Make bind/unbind() not virtualLars Knoll2021-01-221-18/+0
* Rename QMediaObject to QMediaSourceLars Knoll2021-01-221-5/+5
* Coding style cleanupsLars Knoll2021-01-211-2/+2
* Modernize code baseLars Knoll2021-01-211-11/+4
* Include moc files after QT_END_NAMESPACEVal Doroshchuk2019-09-091-1/+1
* multimedia: modernize by using nullptrJochen Seemann2019-01-041-9/+9
* Updated license headersAntti Kokko2016-01-191-14/+20
* Update copyright headersAntti Kokko2015-02-121-7/+7
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Use Q_CONSTRUCTOR_FUNCTION macro to register multimedia meta types.Yoann Lopes2014-05-301-10/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Rename namespace QtMultimedia -> QMultimediaSze Howe Koh2012-11-061-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Fix a number of other qdoc issues.Michael Goddard2012-06-151-2/+5
* Clarify documentation about QAudioDecoder::read and blocking.Michael Goddard2012-06-131-5/+10
* Very minor C++ doc changesAngus Cummings2012-05-161-1/+1
* expanding unit test for QAudioDecoderAngus Cummings2012-04-141-3/+5
* Move QAudioDecoder to public.Michael Goddard2012-04-111-0/+547