summaryrefslogtreecommitdiff
path: root/examples/multimedia/audiorecorder
Commit message (Expand)AuthorAgeFilesLines
* wasm: fix build of examples with qmakeLorn Potter2023-03-282-2/+0
* Adjust multimedia examples to use new QPermission APIIvan Solovev2023-02-082-17/+42
* Include moc_*.cpp files in QtMM examplesArtem Dyomin2022-12-132-0/+4
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Doc: Better integrate Qt Spatial Audio into multimedia documentationTopi Reinio2022-09-281-0/+1
* Examples: C++ style cleanupKai Köhne2022-09-075-50/+58
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-071-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-246-271/+12
* Split spatial audio out into a lib of its ownLars Knoll2022-06-161-1/+1
* Improve examples CMakeLists.txt (II)Kai Köhne2022-03-211-1/+0
* Remove the code-signing step from examplesDoris Verria2022-03-173-27/+0
* Improve examples CMakeLists.txtKai Köhne2022-02-171-12/+5
* Multimedia examples: Add camera and audio input entitlementsDoris Verria2021-12-173-0/+29
* Android: Fix for Content uri issuesPekka Gehör2021-11-092-4/+17
* Remove some dead codeLars Knoll2021-11-031-10/+0
* Update the matching formats in the audiorecorder and camera examplesLars Knoll2021-11-032-13/+44
* Fix the remaining qdoc warningsLars Knoll2021-09-221-2/+2
* Doc: Fix various documentation issuesTopi Reinio2021-09-091-5/+3
* Remove NSApplication from Info.plist filesDoris Verria2021-09-091-3/+0
* Doc: Fix QDoc errors Qt MultimediaNico Vertriest2021-08-301-2/+2
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-171-1/+1
* Doc: Fix Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-102-14/+17
* Restore qmake project files for examplesJoerg Bornemann2021-08-061-0/+23
* Tag Qt Multimedia Widgets examples with 'widgets'Kai Köhne2021-08-021-0/+1
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-082-24/+24
* Kill QMediaRecorder::StatusPiotr Srebrny2021-06-252-24/+8
* Clean up file format and audio profile handlingLars Knoll2021-06-251-1/+1
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-171-3/+3
* Get rid of QMediaEncoderSettingsLars Knoll2021-06-162-23/+24
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-163-30/+30
* Kill QMediaEncoderBaseLars Knoll2021-06-163-7/+7
* Kill the current QMediaRecorder classLars Knoll2021-06-161-6/+6
* Get rid of QImageEncoderSettingsLars Knoll2021-06-161-2/+3
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-111-5/+7
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-081-2/+2
* Remove the inheritance between QMediaEncoderSettings and QMediaFormatLars Knoll2021-06-041-1/+1
* Cleanup the QMediaEncoder backend architectureLars Knoll2021-05-191-2/+1
* Support Audio-Only recordings on macOSDoris Verria2021-05-102-0/+48
* Rename QMediaDeviceManager to QMediaDevicesVolker Hilsheimer2021-05-071-2/+2
* Fix compilation on LinuxLars Knoll2021-05-071-1/+1
* QAudioDeviceInfo: drop Range type, simplify APIVolker Hilsheimer2021-05-071-3/+4
* Remove qmake files from the repositoryLars Knoll2021-04-231-23/+0
* Make QMediaDeviceManager available to QMLLars Knoll2021-04-191-3/+1
* Remove audio/video device settings from QMediaEncoderLars Knoll2021-03-181-2/+2
* Add a QMediaEncoder classLars Knoll2021-03-172-36/+35
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-162-1/+4
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-162-10/+10
* Simplify state handling in QCamera and QMediaRecorderLars Knoll2021-03-161-2/+1
* More changes for QMediaFormat handling on the backendLars Knoll2021-02-091-2/+2