summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/player
Commit message (Expand)AuthorAgeFilesLines
...
* WMF and GStreamer: fixed incorrect frame startTime and endTime.Yoann Lopes2013-08-221-5/+19
* 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-plugin: Fix warnings about unused variables.Friedemann Kleint2013-05-271-0/+1
* Decouple qmediametadata.h from qmultimedia.hSze Howe Koh2013-05-141-0/+1
* WMF: removed unnecessary dynamic_cast.Yoann Lopes2013-02-191-4/+4
* WMF: enabled HW-accelerated video decoding for the QML video item.Yoann Lopes2013-01-232-64/+64
* WMF: fixed unresolved topologies when using the custom MediaSink.Yoann Lopes2013-01-232-3/+187
* WMF: fixed scrubbing and changing rate to 0 or negative values.Yoann Lopes2013-01-231-24/+36
* make use of qtHaveModule()Oswald Buddenhagen2013-01-111-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1018-18/+18
* WMF: added more metadata keys (on Windows 7 and later).Yoann Lopes2013-01-081-5/+216
* WMF: release video controls before releasing the sessionYoann Lopes2013-01-075-3/+24
* WMF: Fixed uninitialized member variable.Yoann Lopes2013-01-071-0/+1
* WMF: re-enabled video probes and made it more robust.Yoann Lopes2013-01-073-61/+98
* 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-078-47/+133
* WMF: Fixed shutdown sequence.Yoann Lopes2012-12-072-2/+3
* WMF: Disabled the video probe control.Yoann Lopes2012-11-302-52/+57
* tr()-Fixes.Friedemann Kleint2012-11-291-16/+16
* WMF: Fixed color adjustment when using the EVR window control.Yoann Lopes2012-11-191-1/+1
* Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-061-10/+10
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2418-434/+434
* WMF Backend: Fix crash in MFPlayerService::releaseControl.Jason Barron2012-09-041-0/+2
* Replaced endpoint control with audio input and output controlsDmytro Poplavskiy2012-07-243-15/+15
* Videoprobe implementation for wmf backend.Lev Zelenskiy2012-07-196-7/+374
* Audioprobe implementation for wmf backend.Lev Zelenskiy2012-07-116-3/+339
* Added wmf implementation for QAudioDecoderControlLing Hu2012-07-111-3/+7
* Refactoring wmf pluginLing Hu2012-06-298-956/+1
* Fixed a WMF seek bug.Ling Hu2012-06-291-2/+2
* Rename a few controls.Michael Goddard2012-06-293-4/+4
* Fixed some crash with WMF backendLing Hu2012-06-256-25/+51
* Enabled wmf plugin on Windows againLing Hu2012-06-203-10/+9
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3018-18/+18
* Fix header changes for wmfLing Hu2012-01-243-3/+3
* Update obsolete contact address.Jason McDonald2012-01-2318-18/+18
* Changed metadata keys type from enum to QString.Dmytro Poplavskiy2012-01-202-53/+17
* Remove widgets config test.Michael Goddard2012-01-111-1/+1
* Properly handle the case where QtWidgets is not available.Michael Goddard2012-01-063-8/+8
* Update copyright year in license headers.Jason McDonald2012-01-0618-18/+18
* Rename QtMultimediaKit to QtMultimedia.Michael Goddard2011-10-072-15/+15
* Fix a playback bug for mediaplayer windows media foundation backendLing Hu2011-09-263-5/+14
* Fixed a typo in the WMF backend which caused a compilation failureGareth Stockwell2011-09-261-2/+1
* fix a spelling errorLing Hu2011-09-261-1/+1
* Replace outdated license headers.Jason McDonald2011-08-0518-308/+312
* Add Windows Media Foundation backend for QMediaPlayerMichael Goddard2011-07-2519-0/+6560