summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/player/mfplayersession.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-111-0/+7
|\
| * Windows: Fix cropping for HEVC-encoded videosAndré de la Rocha2022-09-281-0/+7
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-251-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-01-271-20/+20
* Fix case of header file includes for building with mingw-w645.14Marius Kittler2020-04-261-1/+1
* WMF: Fix memory leak in MFPlayerSession::getStreamTypeVal Doroshchuk2020-04-061-6/+6
* WMF: Fix memory leak in MFPlayerSession::getStreamTypeVaL Doroshchuk2020-02-211-0/+3
* Deprecate canonicalUrl and canonicalRequest in QMediaContentVaL Doroshchuk2019-05-131-1/+1
* Do not use QMediaResource internallyVal Doroshchuk2018-08-301-3/+3
* Updated license headersAntti Kokko2016-01-191-14/+20
* WMF: correctly handle media with multiple streams.Yoann Lopes2015-12-041-74/+88
* WMF: fix type negotiation in video probe transform.Yoann Lopes2015-12-041-16/+3
* DirectShow: use the EVR in the window control.Yoann Lopes2015-11-051-10/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-151-7/+17
|\
| * WMF: fix reported sample type of 8-bit audio formats.Yoann Lopes2015-04-141-1/+4
| * Fix compile issue when building with -no-widgetsAndy Shaw2015-04-071-4/+4
| * WMF: don't resume playback after doing a seek while paused.Andy Shaw2015-03-311-2/+9
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-131-1/+1
|\|
| * Fix some typosSergio Ahumada2015-02-111-1/+1
* | Update copyright headersAntti Kokko2015-02-121-7/+7
|/
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-6/+7
|\
| * WMF: Use media source only when it is initialized.David Schulz2014-09-301-5/+6
| * WMF: Fix null ptr derefernce in MFPlayerSession.David Schulz2014-09-301-1/+1
* | Merge remote-tracking branch 'origin/5.3' into 5.4Sergio Ahumada2014-09-261-29/+33
|\|
| * WMF: fix initializing of media player's volume.Nodir Temirkhodjaev2014-09-111-3/+3
| * WMF: fix memory leaks.Nodir Temirkhodjaev2014-09-111-26/+30
* | Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-011-15/+26
|\|
| * WMF: fix bufferStatus() and availablePlaybackRanges().Yoann Lopes2014-08-251-15/+26
* | Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
|/
* WMF: improve changing playback rate on a media player.Yoann Lopes2014-04-091-6/+47
* WMF: each media player now has its own volume.Yoann Lopes2014-03-071-27/+23
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-1/+1
* WMF: remove dead code.Yoann Lopes2013-12-111-333/+0
* WMF: fix some crashes.Yoann Lopes2013-12-111-3/+5
* WMF: fixed various media player issues.Yoann Lopes2013-12-041-13/+18
* Revert "WMF: fixed MediaPlayer buffering logic."Yoann Lopes2013-12-041-13/+3
* WMF: emit positionChanged() signal when reaching the end of a media.Yoann Lopes2013-10-291-1/+3
* WMF: fixed compilation on Windows Vista.Yoann Lopes2013-10-111-5/+16
* WMF: fixed QMediaPlayer changing to EndOfMedia status too early.Yoann Lopes2013-08-161-7/+7
* WMF: fixed MediaPlayer buffering logic.Yoann Lopes2013-07-191-3/+13
* WMF: fixed unresolved topologies when using the custom MediaSink.Yoann Lopes2013-01-231-3/+185
* WMF: fixed scrubbing and changing rate to 0 or negative values.Yoann Lopes2013-01-231-24/+36
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* WMF: release video controls before releasing the sessionYoann Lopes2013-01-071-0/+7
* WMF: re-enabled video probes and made it more robust.Yoann Lopes2013-01-071-55/+92
* WMF: Fixed incorrect QMediaPlayer volume reporting.Yoann Lopes2012-12-211-5/+6
* WMF: Improved error reporting.Yoann Lopes2012-12-111-27/+35
* WMF: Recreate the MFMediaSession when loading a new media.Yoann Lopes2012-12-071-14/+47
* WMF: Fixed shutdown sequence.Yoann Lopes2012-12-071-1/+1
* WMF: Disabled the video probe control.Yoann Lopes2012-11-301-47/+51