summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/windows/player/mfplayersession.cpp
Commit message (Expand)AuthorAgeFilesLines
* windows: fix video playback when audio output is not specifiedVladimir Belyavsky2024-03-011-0/+3
* Remove unused video probe functionality from Windows backendVladimir Belyavsky2023-12-121-72/+0
* Remove unused sample grabber functionality on Windows media playerJøger Hansegård2023-12-091-110/+1
* Improve error message when media stops playing in Windows media playerJøger Hansegård2023-12-081-0/+3
* Simplify lifetime handling of Windows eventsJøger Hansegård2023-11-231-7/+4
* Use ComPtr instead of raw pointers in MFPlayerSessionPavel Dubsky2023-10-191-313/+175
* MFPlayerSession: do not warn on missing audio outputVladimir Belyavsky2023-09-151-7/+6
* Use lower-case header/library names for with mingw-w64Marius Kittler2023-04-121-1/+1
* Fix memory leak and random crash in windows playback backendArtem Dyomin2023-01-231-3/+8
* Fix -Wclazy-incorrect-emitTasuku Suzuki2023-01-111-34/+34
* Fix namespace issuesMårten Nordheim2022-12-201-0/+3
* Revert "Windows: Fix position reported by QMediaPlayer after seek"David Schulz2022-12-141-18/+1
* Include moc_*.cpp files in QtMM windows pluginArtem Dyomin2022-12-131-0/+1
* Windows: do not add audio output to topology when there is no output deviceAndré de la Rocha2022-10-271-12/+7
* Add handling of unsupported URL scheme errorAndré de la Rocha2022-09-271-0/+4
* WMF plugin: replace old connect syntax with new oneVladimir Belyavsky2022-08-251-1/+1
* Windows: Fix cropping for HEVC-encoded videosAndré de la Rocha2022-08-221-0/+6
* Reset the player position when closing the current mediaPiotr Srebrny2022-08-221-0/+1
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Improve newly added error messagesFriedemann Kleint2022-06-071-1/+1
* Windows: fix media player position while rewindingAndré de la Rocha2022-05-311-4/+6
* Windows: Fix RTSP stream playbackAndré de la Rocha2022-05-241-3/+28
* WMF: improve errors handling in session creation logicVladimir Belyavsky2022-05-101-15/+17
* 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 functionPiotr Srebrny2022-05-031-33/+2
* Windows: Avoid changing the player topology for HEVCAndré de la Rocha2022-04-301-4/+20
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-291-1/+1
* Windows: Rework workaround for WMF issueAndré de la Rocha2022-03-171-0/+6
* Windows: Avoid WMF error with some specific video filesAndré de la Rocha2022-03-171-0/+8
* Windows: Fix player sending same position multiple timesAndré de la Rocha2022-02-011-9/+15
* Move the windows backend into a pluginLars Knoll2022-01-151-0/+2057