summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/windows
Commit message (Expand)AuthorAgeFilesLines
* Extract QWindowsVideoDevices from QWindowsMediaDevicesPiotr Srebrny2022-05-125-0/+336
* WMF: improve errors handling in session creation logicVladimir Belyavsky2022-05-102-16/+18
* WMF: fix crash when media session can't be created by some reasonVladimir Belyavsky2022-05-061-0/+1
* Windows: Enable scrubbing mode for audio streamsAndré de la Rocha2022-05-061-2/+1
* Remove redundant reference counter, MFStartup and CoInitialize has ownPiotr Srebrny2022-05-042-16/+4
* Remove redundant functionPiotr Srebrny2022-05-031-33/+2
* Windows: Avoid changing the player topology for HEVCAndré de la Rocha2022-04-302-5/+22
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-2934-3656/+20
* Restart pulling data if QIODevice signals readyReadPiotr Srebrny2022-04-261-10/+13
* Windows: Fix missing includeAndré de la Rocha2022-04-211-0/+2
* Do QVideoFrame to QImage conversion using shadersAndré de la Rocha2022-04-011-4/+5
* Provide QRhiTexture from QVideoFrame on windows backendPiotr Srebrny2022-03-241-5/+41
* Avoid unnecessary integer to float to integer conversionPiotr Srebrny2022-03-241-2/+2
* Windows: Restore device session state when ending media recordingsAndré de la Rocha2022-03-172-5/+15
* Windows: Rework workaround for WMF issueAndré de la Rocha2022-03-173-2/+7
* Windows: Avoid WMF error with some specific video filesAndré de la Rocha2022-03-171-0/+8
* Windows: Fix lack of precision in positioning while playing flacAndré de la Rocha2022-02-282-1/+3
* Include QtCore/qt_windows.h instead of plain windows.hAlexander Neumann2022-02-201-1/+1
* Do not access NV_DX_interop functions out of OpenGL contextPiotr Srebrny2022-02-151-11/+13
* Set QRhi pointer in QAbstractVideoBuffer for WMF video framesPiotr Srebrny2022-02-141-9/+9
* Avoid sending warning on per-frame basis, use debug message insteadPiotr Srebrny2022-02-141-10/+10
* Windows: Fix texture leak on media playerAndré de la Rocha2022-02-011-2/+4
* Windows: Fix player sending same position multiple timesAndré de la Rocha2022-02-012-9/+16
* FFmpeg: remove an accidental include that breakes buildPiotr Srebrny2022-01-241-2/+0
* Fix namespaced build on WindowsKai Köhne2022-01-204-5/+18
* Move the list of QMediaDevices to QPlatformMediaIntegrationLars Knoll2022-01-183-4/+4
* Move the windows backend into a pluginLars Knoll2022-01-1567-0/+19895