summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf
Commit message (Expand)AuthorAgeFilesLines
* WMF: remove dead code.Yoann Lopes2013-12-111-333/+0
* WMF: fix some crashes.Yoann Lopes2013-12-113-5/+10
* WMF: fixed various media player issues.Yoann Lopes2013-12-041-13/+18
* Revert "WMF: fixed MediaPlayer buffering logic."Yoann Lopes2013-12-041-13/+3
* Fix WMF Video not playing if no soundcard is availableMarius Wachtler2013-11-261-0/+7
* WMF: emit positionChanged() signal when reaching the end of a media.Yoann Lopes2013-10-291-1/+3
* WMF: fix output samples from our video probe MFTransform.Yoann Lopes2013-10-161-4/+53
* WMF: allow to set a qrc file name as source of a QAudioDecoder.Yoann Lopes2013-10-141-1/+6
* WMF: allow to load media whose content doesn't match its file extension.Yoann Lopes2013-10-141-19/+22
* WMF: fixed compilation on Windows Vista.Yoann Lopes2013-10-111-5/+16
* WMF and GStreamer: fixed incorrect frame startTime and endTime.Yoann Lopes2013-08-223-10/+37
* WMF: fixed QMediaPlayer changing to EndOfMedia status too early.Yoann Lopes2013-08-161-7/+7
* WMF: use qFabs instead of fabsf.Yoann Lopes2013-08-161-2/+3
* WMF: fixed MediaPlayer buffering logic.Yoann Lopes2013-07-191-3/+13
* Multimedia plugins now have a unique JSON metadata 'Keys' property.Yoann Lopes2013-06-211-1/+2
* WMF-plugin: Fix warnings about unused variables.Friedemann Kleint2013-05-272-2/+3
* 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-2311-66/+3765
* 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-112-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1034-34/+34
* 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-075-67/+163
* WMF: Fixed incorrect QMediaPlayer volume reporting.Yoann Lopes2012-12-211-5/+6
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-161-1/+0
* WMF: Fixed crash when cancelling media loading.Yoann Lopes2012-12-111-0/+4
* WMF: Improved error reporting.Yoann Lopes2012-12-111-27/+35
* Add PLUGIN_CLASS_NAME to qtmultimedia pluginsMiikka Heikkinen2012-12-101-0/+1
* WMF: Recreate the MFMediaSession when loading a new media.Yoann Lopes2012-12-078-47/+133
* WMF: Fixed shutdown sequence.Yoann Lopes2012-12-073-3/+4
* 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
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-11-051-6/+1
* add install path to ruleMaurice Kalinowski2012-10-221-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2434-819/+819
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-121-2/+0
* 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-199-9/+1139
* Audioprobe implementation for wmf backend.Lev Zelenskiy2012-07-119-5/+610
* Added wmf implementation for QAudioDecoderControlLing Hu2012-07-1114-12/+1040
* Fix a potential leak in wmfLing Hu2012-07-051-0/+1
* Refactoring wmf pluginLing Hu2012-06-2910-22/+42
* Fixed a WMF seek bug.Ling Hu2012-06-291-2/+2