summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/windows
Commit message (Expand)AuthorAgeFilesLines
* Move the windows backend into a pluginLars Knoll2022-01-1565-19795/+0
* Windows: Get list of supported codecs from Media FoundationAndré de la Rocha2022-01-043-28/+147
* Enable zero copy for WMF with OpenGL displayPiotr Srebrny2021-12-142-74/+275
* QWindowsAudioUtils: fix compilation for namespaced qtTim Blechmann2021-12-151-2/+2
* Windows: Fix position reported by QMediaPlayer after seekAndré de la Rocha2021-12-082-0/+17
* Add rotation angle and if mirrored to QVideoFramePiotr Srebrny2021-12-071-0/+12
* Enable zero copy for WMF playerPiotr Srebrny2021-12-025-166/+201
* Windows: Allow seamless playback loopingAndré de la Rocha2021-11-293-6/+28
* Windows: Enable support for QMediaMetaData::VideoFrameRateAndré de la Rocha2021-11-261-2/+2
* Use Core Audio API for playing sounds to get better control over playoutPiotr Srebrny2021-11-237-477/+322
* Move audio resampler from QMFAudioDecoderControl to a separate classPiotr Srebrny2021-11-224-119/+383
* Put Windows audio utils into namespace and add two utility functionsPiotr Srebrny2021-11-156-84/+91
* Use the Windows headers as Mingw supports now WMFPiotr Srebrny2021-11-152-128/+3
* Avoid implicit conversion to pointer from QWindowsIUPointerPiotr Srebrny2021-11-095-21/+21
* Windows: Fix crash while reloading QMediaPlayerAndré de la Rocha2021-11-092-1/+5
* Improve error signaling when starting recordingPiotr Srebrny2021-11-036-78/+74
* Generete correct local file name from input QUrlPiotr Srebrny2021-11-031-5/+1
* Refactor Windows QAudioDecoder to conform to tst_qaudiodecoderbackendPiotr Srebrny2021-11-025-456/+345
* Setup resampler output type when requested format has been changedPiotr Srebrny2021-10-281-2/+0
* Windows: fix and enable media player backend auto-testsAndré de la Rocha2021-10-155-27/+23
* Windows: Fix incorrect player start positionAndré de la Rocha2021-10-111-1/+3
* Fix crash related to position update timer in MFPlayerSessionAndré de la Rocha2021-10-113-0/+4
* Fix function declarationsAndré de la Rocha2021-10-062-3/+3
* Add support for looping to QMediaPlayerLars Knoll2021-10-011-1/+5
* Signal not ready when detaching QImageCapture from QMediaCaptureSessionPiotr Srebrny2021-09-271-0/+6
* Add support for building WMF backend with MinGW 9.0.0André de la Rocha2021-09-2432-872/+594
* Rename QPlatformMediaEncoder to QPlatformMediaRecorderPiotr Srebrny2021-09-227-12/+12
* Use condition variable to wait for finalize event inside lock sectionPiotr Srebrny2021-09-172-13/+7
* Rename QWindowsIntegration to avoid collision with a qtbase symbolAndré de la Rocha2021-09-172-14/+14
* Add a timer reporting a change in the playback positionPiotr Srebrny2021-09-132-0/+12
* Close WMF player session on media player destructionPiotr Srebrny2021-09-132-2/+1
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-078-16/+16
* Remove duplicated media storage location implementationsPiotr Srebrny2021-09-036-228/+7
* QAudioDecoder: Re-add API for setting desired audio formatDoris Verria2021-08-254-32/+196
* Ensure we correctly set the videoSize property in QVideoSinkLars Knoll2021-08-163-5/+8
* Allow setting mute/vol before playing and handle output device changesAndré de la Rocha2021-08-142-5/+13
* Fix build issues caused by -qtnamespaceEvan Zhou2021-08-146-3/+12
* Remove some unused member variablesLars Knoll2021-08-091-3/+0
* Larger rework of the RGB pixel formatsLars Knoll2021-08-094-20/+31
* Resolve media format and provide encoder settings with record()Piotr Srebrny2021-08-064-19/+27
* Add support for multiple audio tracks to Windows player backendAndré de la Rocha2021-07-274-62/+277
* Windows: Fix video and audio codec metadataAndré de la Rocha2021-07-123-4/+67
* Fix QWindowsCamera state when calling setCaptureSession()André de la Rocha2021-07-082-2/+18
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-072-2/+2
* Align duration and metadata behavior with tst_qmediaplayerbackend testPiotr Srebrny2021-07-053-28/+24
* Use command like interface to control recorder backendPiotr Srebrny2021-07-034-101/+73
* Windows: Add audio output support to capture sessionAndré de la Rocha2021-07-016-21/+260
* Check if PROPVARIANT contains valid playback positionPiotr Srebrny2021-07-011-5/+11
* Read time from the file metadata as the UTC timePiotr Srebrny2021-06-291-3/+6
* Release the lock on the current media file when loading empty URLPiotr Srebrny2021-06-291-0/+2