summaryrefslogtreecommitdiffstats
path: root/src/multimedia/audio/qaudiobuffer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix template information for QAudioBuffer membersLuca Di Sera2023-11-181-16/+14
* Doc: Fix qdoc warnings for undocumented members in QAudio*Venugopal Shivashankar2022-09-291-11/+44
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Fix link errors Qt MultimediaNico Vertriest2021-08-171-103/+0
* Fix a test failure in tst_qaudiobufferLars Knoll2021-05-121-2/+2
* Clean up QAudioBuffer API and implementationLars Knoll2021-05-071-240/+70
* Remove StereoFrame types that we don't support in Qt 6Lars Knoll2021-05-071-1/+6
* Remove manual metatype declarations and registrationsLars Knoll2021-03-021-9/+0
* Cleanup QAudioFormat and friendsLars Knoll2021-02-091-10/+13
* Modernize code baseLars Knoll2021-01-211-6/+6
* Port towards load/storeRelaxed atomicsFriedemann Kleint2019-06-251-3/+3
* Doc: Fix multiple documentation issuesv5.13.0-beta3Topi Reinio2019-04-161-5/+0
* multimedia: modernize by using nullptrJochen Seemann2019-01-041-12/+12
* Doc: Fix clang-qdoc diagnostic warningsVenugopal Shivashankar2018-01-081-5/+5
* Doc: Fix wrong slashRainer Keller2017-07-071-1/+1
* Add missing override and remove redundant virtualAlexander Volkov2016-12-121-7/+7
* Updated license headersAntti Kokko2016-01-191-14/+20
* Free d in QAudioBuffer &QAudioBuffer::operator =(const QAudioBuffer &).Friedemann Kleint2015-03-101-0/+2
* 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-9/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Clarify API/docs by introducing the audio "frame", and add helpers.Michael Goddard2012-07-111-53/+65
* Fix a number of doc errors and warnings.Michael Goddard2012-04-111-3/+155
* Updated a lot of minor fixes to the docs and removed warnings from qdocJonas Rabbe2012-04-051-4/+1
* Changes to QAudioBuffer and QAudioDecoder (position and duration).Lev Zelenskiy2012-02-241-4/+15
* Fix QAudioBuffer sampleCount vs. channelCount.Michael Goddard2012-02-211-5/+7
* Add a QAudioBuffer class.Michael Goddard2012-02-061-0/+440