summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/windows
Commit message (Expand)AuthorAgeFilesLines
* PlatformMediaPlayer - silence clang-tidy warningsTim Blechmann4 days1-3/+3
* Rename MapData::nPlane => planeCount, size => dataSizeArtem Dyomin9 days1-2/+2
* Deprecate internal methods of QVideoFrameArtem Dyomin11 days2-7/+12
* Move QHwVideoBuffer to a separate fileArtem Dyomin11 days1-1/+1
* Add QtVideo::MapMode, deprecate QVideoFrame::MapModeArtem Dyomin11 days1-8/+8
* Decouple QAbstractVideoBuffer from hw related interfaceArtem Dyomin11 days1-8/+8
* Remove QAbstractVideoBuffer::mapModeArtem Dyomin2024-05-231-2/+0
* Rename QPlatformMediaRecorder::error(code, desc) => updateErrorArtem Dyomin2024-05-031-9/+9
* platform integration: avoid unnecessary latin1->unicode conversionsTim Blechmann2024-04-061-1/+1
* platform integration: add getter for current backendTim Blechmann2024-04-051-0/+1
* MFVideoRendererControl: fix AutoMoc warningVladimir Belyavsky2024-03-291-2/+0
* EVRCustomPresenter: fix processing samples by the SchedulerVladimir Belyavsky2024-03-192-60/+59
* windows: fix video playback when audio output is not specifiedVladimir Belyavsky2024-03-011-0/+3
* Move ownership of media devices to platform media integrationJøger Hansegård2024-02-281-0/+1
* EVRCustomPresenter: skip samples that came too lateVladimir Belyavsky2024-01-221-0/+5
* Implement lazy initialization of VideoDevicesArtem Dyomin2024-01-212-2/+7
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-151-5/+5
* Cleanup MFVideoRendererControl in 'windows' backendVladimir Belyavsky2023-12-142-1999/+6
* Revert "Avoid skipping frames with windows media player"Jøger Hansegård2023-12-131-21/+5
* EVRCustomPresenter: cleanup processOutput() methodVladimir Belyavsky2023-12-131-43/+32
* Remove unused video probe functionality from Windows backendVladimir Belyavsky2023-12-125-809/+0
* Remove unused sample grabber functionality on Windows media playerJøger Hansegård2023-12-095-298/+1
* Improve error message when media stops playing in Windows media playerJøger Hansegård2023-12-081-0/+3
* EVR: use ComPtr for IMFSample everywhereVladimir Belyavsky2023-12-084-63/+55
* Fix QtMultimedia namespace buildJøger Hansegård2023-12-071-0/+4
* Avoid skipping frames with windows media playerJøger Hansegård2023-12-041-5/+21
* Simplify lifetime handling of native Windows threadsJøger Hansegård2023-11-273-12/+9
* Add Correction Angle to QCameraDevice and QVideo namespaceSamuel Mira2023-11-231-5/+5
* Simplify lifetime handling of Windows eventsJøger Hansegård2023-11-235-24/+28
* EVRCustomPresenter: remove redundant "repaint" logicVladimir Belyavsky2023-11-172-90/+16
* EVRCustomPresenter: use ComPtr for class membersVladimir Belyavsky2023-11-012-34/+20
* Simplify lifetime handling of IMFSample instances in EVR MediaPlayerJøger Hansegård2023-10-312-27/+9
* Simplify lifetime handling when creating EVR video samplesJøger Hansegård2023-10-314-13/+11
* Simplify lifetime handling of IMFSample instances for frame steppingJøger Hansegård2023-10-312-23/+8
* Simplify lifetime handling of IMFSample instances even moreJøger Hansegård2023-10-312-11/+4
* Use QComObject base classPavel Dubsky2023-10-257-360/+111
* Use ComPtr instead of raw pointers in MFPlayerSessionPavel Dubsky2023-10-192-331/+194
* QWindowsFormatInfo: avoid implicit detach in getImageFormatList()Vladimir Belyavsky2023-10-111-1/+1
* EVR: add possibility for an user to opt-out HW video renderingVladimir Belyavsky2023-09-201-12/+29
* MFPlayerSession: do not warn on missing audio outputVladimir Belyavsky2023-09-151-7/+6
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-062-9/+4
* QWindowsFormatInfo: optimize creation time a bitVladimir Belyavsky2023-09-051-57/+58
* EVR: fix potential crash on accessing to NV_DX_Interop extensionVladimir Belyavsky2023-08-101-1/+6
* Prettify calling of QMediaDevice signalsArtem Dyomin2023-06-121-1/+1
* Replace QComPtr with Microsoft's WRL::ComPtr in QtMultimediaJøger Hansegård2023-06-0710-97/+97
* Introduce a QComPtr friendly factory function for COM objectsJøger Hansegård2023-06-071-1/+1
* Split QComPtr reset() function into a reset() and an attach() functionJøger Hansegård2023-06-072-3/+2
* Align QComPtr constructor ownership with other COM smart pointersJøger Hansegård2023-06-071-1/+0
* Replace calls to CoTaskMemFree via RAII wrapperPavel Dubsky2023-06-062-17/+13
* Adapt to the RHI API conceptLaszlo Agocs2023-05-222-3/+2