summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.5.3' in qt/qtmultimediav6.5.36.5.3Qt Submodule Update Bot2023-09-241-4/+4
* Update dependencies on '6.5.3' in qt/qtmultimediaQt Submodule Update Bot2023-09-211-4/+4
* QFFmpegMediaCaptureSession: fix compilation with C++20Marc Mutz2023-09-191-1/+1
* Update dependencies on '6.5.3' in qt/qtmultimediaQt Submodule Update Bot2023-09-181-4/+4
* Update videosink size before starting playingArtem Dyomin2023-09-143-1/+48
* Android: Add check for Camera supported output sizesBartlomiej Moskal2023-09-141-0/+2
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-09-141-4/+4
* Move some logic of QAudioStateMachine to AudioStateMachineUtilsArtem Dyomin2023-09-134-52/+75
* Rename StateChangeGuard -> NotifierArtem Dyomin2023-09-135-60/+57
* Doc: All overviews list categorizationJaishree Vyas2023-09-135-5/+5
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-09-121-4/+4
* QWindowsFormatInfo: optimize creation time a bitVladimir Belyavsky2023-09-121-57/+58
* Set AV_HWDEVICE_TYPE_CUDA first priority on LinuxArtem Dyomin2023-09-091-1/+2
* Replace calls to CoTaskMemFree via RAII wrapperPavel Dubsky2023-09-096-57/+137
* QSGVideoMaterial: fix potential crash on nullptr accessVladimir Belyavsky2023-09-091-0/+3
* Move formatInfo initialization delay to the QMediaRecorder constructionArtem Dyomin2023-09-081-1/+9
* Modify rule for encoding target format to handle Android corner caseArtem Dyomin2023-09-082-12/+27
* Rename tst_qscreencapture_integration with tst_qscreencapturebackendArtem Dyomin2023-09-084-16/+16
* ffmpeg: guard vaapi includesSamuli Piippo2023-09-081-0/+4
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-0718-114/+70
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-09-061-4/+4
* QML Video Recorder example: Fix error and qmllint warningsLars Sutterud2023-09-052-10/+13
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-09-041-4/+4
* Hold textures by value instead of using scoped pointersJøger Hansegård2023-09-041-10/+6
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-0417-37/+34
* Fix corner-case mistakes from vaapi symbols resolving CRArtem Dyomin2023-09-041-2/+1
* Tempoary skip capture+recording tests on linuxArtem Dyomin2023-09-011-0/+5
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-09-011-4/+4
* QtMultimedia (CMakeList): do not repeat MultimediaPrivate twiceTimur Pocheptsov2023-08-311-1/+0
* Implement dynamic resolve vaapi symbolsArtem Dyomin2023-08-315-9/+199
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-08-301-4/+4
* Remove deleted default constructorPavel Dubsky2023-08-301-2/+0
* Remove redundant cast to intermediate interfacePavel Dubsky2023-08-301-3/+3
* Make COM object destructor privatePavel Dubsky2023-08-301-1/+3
* Expose GstPipeline in private APIArtem Dyomin2023-08-304-1/+24
* Implement dynamic symbols resolve for openssl in ffmpegArtem Dyomin2023-08-307-2/+472
* Fix application hang when camera is unpluggedPavel Dubsky2023-08-301-4/+9
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-08-291-4/+4
* FFmpeg plugin: do not use APPLE as a condition, use MACOS insteadTimur Pocheptsov2023-08-292-2/+7
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-08-281-4/+4
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-08-251-4/+4
* Fix mediaplayer freezing on an invalid streamArtem Dyomin2023-08-241-1/+5
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-08-241-4/+4
* Apply openh264 encoder settingsArtem Dyomin2023-08-231-0/+15
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-08-231-4/+4
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-08-221-4/+4
* Docs: Add missing images to declarative-camera example documentationNicholas Bennett2023-08-222-0/+0
* Clarify that video compression patents are not covered by Qt licensesJøger Hansegård2023-08-221-0/+4
* Fix recognizing ambiguous formats by macOS camera implementationArtem Dyomin2023-08-2211-129/+134
* wasm: use asyncify to await for device enumerationLorn Potter2023-08-222-134/+166