summaryrefslogtreecommitdiffstats
path: root/src/multimedia/platform/windows/player
Commit message (Expand)AuthorAgeFilesLines
* Move the windows backend into a pluginLars Knoll2022-01-1514-6821/+0
* Windows: Fix position reported by QMediaPlayer after seekAndré de la Rocha2021-12-082-0/+17
* Enable zero copy for WMF playerPiotr Srebrny2021-12-021-7/+5
* Windows: Allow seamless playback loopingAndré de la Rocha2021-11-293-6/+28
* Windows: fix and enable media player backend auto-testsAndré de la Rocha2021-10-153-14/+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
* Add support for looping to QMediaPlayerLars Knoll2021-10-011-1/+5
* Add support for building WMF backend with MinGW 9.0.0André de la Rocha2021-09-2410-240/+235
* 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-071-2/+2
* Ensure we correctly set the videoSize property in QVideoSinkLars Knoll2021-08-161-2/+3
* 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-142-0/+6
* Larger rework of the RGB pixel formatsLars Knoll2021-08-091-7/+10
* Add support for multiple audio tracks to Windows player backendAndré de la Rocha2021-07-274-62/+277
* Fix the MapData structure to include per plane size informationLars Knoll2021-07-071-1/+1
* Align duration and metadata behavior with tst_qmediaplayerbackend testPiotr Srebrny2021-07-053-28/+24
* Check if PROPVARIANT contains valid playback positionPiotr Srebrny2021-07-011-5/+11
* Release the lock on the current media file when loading empty URLPiotr Srebrny2021-06-291-0/+2
* Add metadata to captured media on WindowsAndré de la Rocha2021-06-163-401/+1
* Use QAudioOutput in QMediaPlayerLars Knoll2021-06-114-95/+56
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-084-9/+9
* Fix crashes in the mediaplayerbackend autotest on windowsLars Knoll2021-05-264-23/+23
* Do not hold IMFActivate between media sessionsPiotr Srebrny2021-05-142-39/+32
* Cleanup status handling in QMediaPlayerLars Knoll2021-05-032-7/+6
* Add preliminary support for media capture to Windows backendAndre de la Rocha2021-04-232-23/+3
* Remove qmake files from the repositoryLars Knoll2021-04-231-24/+0
* Update code to reflect changes in the API of the referenced classesPiotr Srebrny2021-04-232-5/+5
* API cleanups in QMediaPlayerLars Knoll2021-04-164-10/+10
* Rename QVideoSurfaceFormat to QVideoFrameFormatLars Knoll2021-04-144-47/+47
* Remove 16bit RGB pixel formatsLars Knoll2021-04-082-12/+0
* Remove packed pixel formats that can't be HW acceleratedLars Knoll2021-04-082-9/+0
* Get rid of QAbstractVideoSurfaceLars Knoll2021-04-061-1/+1
* Fix video playback on WindowsLars Knoll2021-04-0610-153/+59
* Move the PixelFormat enum from QVideoFrame to QVideoSurfaceFormatLars Knoll2021-04-063-44/+44
* Some fixes to meta data handlingLars Knoll2021-03-191-2/+0
* Some cleanups in QVideoSurfaceFormatLars Knoll2021-03-162-6/+0
* Make QAbstractVideoBuffer privateLars Knoll2021-03-161-2/+1
* Move HandleType and MapMode from QAbstractVideoBuffer to QVideoFrameLars Knoll2021-03-161-8/+9
* Implement QWindowsDeviceManager::videoInputs()Doris Verria2021-03-161-1/+2
* Forward metadata from the windows backend to the frontendLars Knoll2021-03-152-23/+30
* Cleanups in Q(Platform)MediaPlayerLars Knoll2021-03-154-32/+23
* Fix Windows buildDoris Verria2021-03-052-1/+2
* Get rid of QVideoRendererControlLars Knoll2021-03-021-2/+2
* Rename QMediaPlayerControl to QPlatformMediaPlayerLars Knoll2021-03-023-4/+4
* Get rid of one layer of indirection in the backendLars Knoll2021-03-028-177/+21
* And finally kill QMediaServiceLars Knoll2021-02-172-2/+0
* Rework how to set a video output surfaceLars Knoll2021-02-176-58/+28