summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-074-13/+13
* Fix binary compatibility of recently changed screen capture APIArtem Dyomin2023-06-072-10/+10
* Fix detection of the default audio input on LinuxArtem Dyomin2023-06-071-1/+1
* wasm: fix multimedia devices discoveryLorn Potter2023-06-061-1/+4
* Replace calls to CoTaskMemFree via RAII wrapperPavel Dubsky2023-06-066-57/+137
* Avoid flooding log during DXGI screen capture error handlingJøger Hansegård2023-06-061-2/+2
* Add missing ScreenCapture to the documented functionality listArtem Dyomin2023-06-021-0/+6
* Docs: Update CameraSession's AudioOutput descriptionBartlomiej Moskal2023-06-021-0/+5
* Handle QMediaPlayer outputs corner casesArtem Dyomin2023-06-029-8/+98
* Add QWindowCapure and QCapturableWindow for window capturingArtem Dyomin2023-06-0217-136/+571
* Multimedia: Fix compiler warning warning C4723: potential divide by 0Jøger Hansegård2023-06-011-5/+6
* Clean up pulse audio and fix some threading issuesArtem Dyomin2023-06-016-191/+147
* Fix QAudioSink::stateChanged signal emittingArtem Dyomin2023-05-311-1/+6
* Move the static variable declaration inside a functionAmir Masoud Abdol2023-05-312-4/+4
* Fix inaccuracy in QAudioSink documentationArtem Dyomin2023-05-301-2/+3
* Add audio engine warm-up on WindowsPavel Dubsky2023-05-3010-4/+157
* Release DXGI duplication frame as late as possible to favor performanceJøger Hansegård2023-05-301-9/+16
* Make getNextFrame function part of DXGI grabberJøger Hansegård2023-05-301-37/+37
* Remove std::unary_function usageArtem Dyomin2023-05-301-2/+2
* Add missing qml properties to MediaRecorderArtem Dyomin2023-05-262-1/+58
* Exclude source files from QFFmpegMediaPlugin when building for AndroidAmir Masoud Abdol2023-05-241-0/+5
* Android: Camera TorchMode implementation for FFmpeg backendBartlomiej Moskal2023-05-244-0/+82
* Adapt to the RHI API conceptLaszlo Agocs2023-05-2229-72/+32
* wasm: fix switching camerasLorn Potter2023-05-231-7/+11
* Fix warning when QT_FFMPEG_HAS_FRAME_DURATION is not setVolker Hilsheimer2023-05-191-0/+1
* Android: Camera zoom implementation with FFmpeg backendBartlomiej Moskal2023-05-194-29/+109
* docs: update warning note about QAudioDecoder::setAudioFormat()Nicholas Bennett2023-05-171-1/+2
* Fix QAudioSink on Windows and make the auto tests passArtem Dyomin2023-05-162-6/+16
* Improve getting ffmpeg frame durationArtem Dyomin2023-05-162-5/+19
* Rename file qwindowsiuptr_p.h to qcomptr_p.hJøger Hansegård2023-05-1516-18/+18
* Rename QWindowsIUPointer template class to QComPtrJøger Hansegård2023-05-1526-135/+135
* Docs: Add note about YUV420P format with FFMPEG backend on AndroidNicholas Bennett2023-05-151-2/+17
* Android-backend: Fix for Captured Image rotationBartlomiej Moskal2023-05-122-70/+16
* Remove not actual resampler's settingArtem Dyomin2023-05-111-2/+0
* Implement QFFmpegScreenCaptureDxgi in terms of common FFMPeg base classJøger Hansegård2023-05-113-125/+67
* Android-backend: fix for setting maximumZoomFactorBartlomiej Moskal2023-05-112-5/+2
* Remove screen capture dependency on DirectX debug layerJøger Hansegård2023-05-092-2/+2
* wasm: use javascripts VideoFrame for video processingLorn Potter2023-05-063-13/+174
* Reduce choppy sound on audio playback if audio sink is almost emptyArtem Dyomin2023-05-056-7/+84
* pffft: Fix invalid format in qt_attribution.jsonTopi Reinio2023-05-051-1/+1
* wasm: fix local video file playingLorn Potter2023-05-052-27/+41
* QMediaPlayer: emit errorChanged signal whenever the error has changedVladimir Belyavsky2023-05-043-9/+12
* Upgrade pffft to the latest versionLars Knoll2023-05-042-4/+3
* Android: Use QFile for content urlSamuel Mira2023-05-021-14/+5
* AVFVideoSink: Set pixel format even when rhi is not setVladimir Belyavsky2023-05-011-24/+22
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-04-281-3/+3
* Fix unused variable warnings with Android NDK 25Ville Voutilainen2023-04-263-4/+1
* AVFVideo: Set color range to video frame formatDoris Verria2023-04-261-0/+18
* Fix QMediaDevices::videoInputs returning an empty listPavel Dubsky2023-04-261-0/+4
* QVideoTextureHelper: Fix color matrix calculationDoris Verria2023-04-261-1/+1