summaryrefslogtreecommitdiffstats
path: root/src/multimedia/windows
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of retrieving video devices on Windows with FFmpegJøger Hansegård2024-01-292-4/+4
* Make sure Windows Media Foundation is initialized before using itJøger Hansegård2024-01-294-12/+43
* Simplify QWindowsMediaFoundation singleton implementationJøger Hansegård2024-01-292-47/+33
* Make singletons easier to spot using Q_GLOBAL_STATICJøger Hansegård2024-01-291-9/+12
* Fix abrupt termination during static destruction in QtMultimediaJøger Hansegård2024-01-221-0/+3
* QWindowsMediaDevices: fix potential nullptr accessVladimir Belyavsky2023-11-021-24/+29
* Use QComObject base classPavel Dubsky2023-10-251-39/+10
* Add audio warm-up opt out optionPavel Dubsky2023-10-041-0/+12
* QWindowsMediaDevices: do not warn when there is no audio output deviceVladimir Belyavsky2023-09-151-1/+2
* Build with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-07-291-1/+1
* Fix memory leak on MINGW64 due to ref counting bug in ComPtrJøger Hansegård2023-06-191-1/+3
* Fix namespace build on Windows for IAudioClient3Pavel Dubsky2023-06-131-1/+1
* Prettify calling of QMediaDevice signalsArtem Dyomin2023-06-121-2/+2
* Replace QComPtr with Microsoft's WRL::ComPtr in QtMultimediaJøger Hansegård2023-06-0713-152/+95
* Introduce a QComPtr friendly factory function for COM objectsJøger Hansegård2023-06-072-1/+10
* Split QComPtr reset() function into a reset() and an attach() functionJøger Hansegård2023-06-072-2/+17
* Align QComPtr constructor ownership with other COM smart pointersJøger Hansegård2023-06-071-1/+8
* Replace calls to CoTaskMemFree via RAII wrapperPavel Dubsky2023-06-064-40/+124
* Add audio engine warm-up on WindowsPavel Dubsky2023-05-303-0/+135
* Fix QAudioSink on Windows and make the auto tests passArtem Dyomin2023-05-162-6/+16
* Rename file qwindowsiuptr_p.h to qcomptr_p.hJøger Hansegård2023-05-156-7/+7
* Rename QWindowsIUPointer template class to QComPtrJøger Hansegård2023-05-1513-47/+47
* Use lower-case header/library names for with mingw-w64Marius Kittler2023-04-122-2/+2
* QWindowsAudioSink: don't access deleted this objectVolker Hilsheimer2023-02-271-0/+4
* Windows: Move some audio helpers to QWindowsAudioUtilsFriedemann Kleint2023-02-154-44/+33
* Fix behavior of QAudioSink::resume in push modeVolker Hilsheimer2023-02-062-4/+5
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-183-3/+3
* Move QWindowsAudioSource from old wave device to use new IAudioClientPiotr Srebrny2023-01-043-571/+298
* Set preferred audio format to mixer formatPiotr Srebrny2023-01-043-17/+33
* Cleanup include headers, improve messages for error codesPiotr Srebrny2023-01-042-32/+13
* Fix typo: to setup -> to set upPiotr Srebrny2022-11-282-4/+4
* QWindowsMediaDevices: Fix potential null-pointer-accessVladimir Belyavsky2022-11-271-4/+5
* Add parent-child relationship on audio sources and sinksPiotr Srebrny2022-11-106-21/+28
* Fix Qt namespace usage for QWindowsMediaFoundationAndré de la Rocha2022-10-172-2/+4
* Initialize COM library for thread using QWindowsResamplerPiotr Srebrny2022-10-101-1/+8
* Enable IR camera detection on WindowsPiotr Srebrny2022-09-272-1/+2
* Look not only in system directories for WMF dllsPiotr Srebrny2022-09-261-1/+1
* Add "We mean it" notePiotr Srebrny2022-09-151-0/+11
* Use QSystemLibrary to load DLLs more safeYuhang Zhao2022-09-112-3/+3
* Fix spelling in QWindowsMediaF_o_undationPiotr Srebrny2022-09-066-19/+20
* Remove load-time dependency on Windows Media FoundationPiotr Srebrny2022-09-066-15/+116
* Call pullSource() immediately when starting QAudioSinkPiotr Srebrny2022-08-251-1/+4
* Add MJPEG format to supported Windows camera formatsPiotr Srebrny2022-08-251-0/+2
* Fix crash on WindowsPaul Olav Tvete2022-07-181-1/+2
* Move Maybe class and errorString function to util files for reusePiotr Srebrny2022-07-062-0/+11
* Use SPDX license identifiersLucie Gérard2022-06-2417-646/+34
* Add implicit default constructor for nullptrPiotr Srebrny2022-06-131-1/+2
* Windows: Fix RTSP stream playbackAndré de la Rocha2022-05-241-0/+1
* Set channel configuration for QWindowsAudioDevicePiotr Srebrny2022-05-164-13/+28
* Add support for audio channel configuration on WindowsPiotr Srebrny2022-05-121-1/+67