summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.2' in qt/qtmultimediav6.2.0-beta1Qt Submodule Update Bot2021-06-301-4/+4
* macOS/iOS: Support setting audioOutput device to the capture sessionDoris Verria2021-06-298-3/+84
* Update dependencies on '6.2' in qt/qtmultimediaQt Submodule Update Bot2021-06-291-4/+4
* Update dependencies on '6.2' in qt/qtmultimediaQt Submodule Update Bot2021-06-261-2/+8
* Merge "Merge remote-tracking branch 'origin/dev' into 6.2"Lars Knoll2021-06-2570-631/+1342
|\
| * Merge remote-tracking branch 'origin/dev' into 6.2Lars Knoll2021-06-2574-637/+1348
| |\
| | * Fix QPermission::PermisionType's mis-spelling of permissionEdward Welbourne2021-06-252-2/+2
| | * Update dependencies in qtmultimedia/devLars Knoll2021-06-251-4/+4
| | * Move decls in relation to #if'ery to get the code to compileEdward Welbourne2021-06-251-2/+2
| | * Add stubb for QPulseAudioIntegration::formatInfo()Edward Welbourne2021-06-252-0/+7
| | * Clean up file format and audio profile handlingLars Knoll2021-06-2515-72/+174
| | * Avoid (bogus) MSVC warnings (that are now errors)Edward Welbourne2021-06-252-4/+4
| | * Make C++ QML MediaRecorder naming consistent and expose MetaData enumsPiotr Srebrny2021-06-241-1/+8
| | * Streamline some translatable messagesFriedemann Kleint2021-06-2312-13/+48
| | * Give translated messages of QMediaMetaData the class contextFriedemann Kleint2021-06-231-28/+29
| | * Add metadata to audio and video capturing on darwinDoris Verria2021-06-239-145/+488
| | * Overhaul documentation for Qt 6 Release, First blockNicholas Bennett2021-06-2217-295/+593
| | * Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-221-2/+2
| | * Add warning comment to private header to fix configure warningVolker Hilsheimer2021-06-221-0/+11
| | * Make git ignore build artifactsAndré de la Rocha2021-06-211-0/+5
| | * Update dependencies manuallyVolker Hilsheimer2021-06-211-4/+4
| | * CMake: Rename conflicting targetAlexandru Croitor2021-06-211-1/+1
| | * Windows: Fix Windows Media Audio encoding bitrateAndré de la Rocha2021-06-211-2/+36
| | * Windows: Handle error condition when finalizing media captureAndré de la Rocha2021-06-216-3/+33
| | * Windows: Adjust the recording pipeline when devices changeAndré de la Rocha2021-06-215-4/+40
| | * Add positioning information for channels to QAudioFormatLars Knoll2021-06-196-138/+358
| | * Put media format enums in class scope and make it available in namespacePiotr Srebrny2021-06-184-11/+19
| | * Remove brightness and related properties from QVideoSink and QVideoWidgetLars Knoll2021-06-187-93/+15
| | * Remove QMediaPlaylist from QtMultimedia for nowLars Knoll2021-06-1814-14/+9
| | * Partly fix support for audio only formats in gstreamerLars Knoll2021-06-181-4/+40
* | | Fix QPermission::PermisionType's mis-spelling of permissionEdward Welbourne2021-06-252-2/+2
* | | Update dependencies on '6.2' in qt/qtmultimediaQt Submodule Update Bot2021-06-251-2/+2
* | | Avoid (bogus) MSVC warnings (that are now errors)Edward Welbourne2021-06-252-4/+4
|/ /
* | Streamline some translatable messagesFriedemann Kleint2021-06-2312-13/+48
* | Give translated messages of QMediaMetaData the class contextFriedemann Kleint2021-06-231-28/+29
* | Add metadata to audio and video capturing on darwinDoris Verria2021-06-239-145/+488
* | Update dependencies on '6.2' in qt/qtmultimediaQt Submodule Update Bot2021-06-221-2/+2
* | Add the 'Private' suffix to the internal module namesAlexey Edelev2021-06-221-2/+2
* | Update dependencies on '6.2' in qt/qtmultimediav6.2.0-alpha1Qt Submodule Update Bot2021-06-211-2/+2
* | CMake: Rename conflicting targetAlexandru Croitor2021-06-211-1/+1
* | Update dependencies on '6.2' in qt/qtmultimediaQt Submodule Update Bot2021-06-211-2/+2
* | Update dependencies on '6.2' in qt/qtmultimediaQt Submodule Update Bot2021-06-181-2/+2
* | Merge remote-tracking branch 'origin/dev' into 6.2Lars Knoll2021-06-18135-1693/+1139
|\|
| * Fix qmediarecorder autotestLars Knoll2021-06-171-1/+1
| * Get rid of QMediaCaptureSession::isAvailable()Lars Knoll2021-06-172-10/+1
| * Fix parameter namingLars Knoll2021-06-171-2/+2
| * Mark some methods on QMediaFormat as invokableLars Knoll2021-06-171-4/+5
| * Fix compiler warning about unused variableLars Knoll2021-06-171-1/+1
| * Fix parameter naming after API reviewLars Knoll2021-06-172-10/+10
| * Fix the QAudioDecoder APILars Knoll2021-06-1719-709/+174