summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf
Commit message (Expand)AuthorAgeFilesLines
* Check whether current context can be obtained when deleting textures.Friedemann Kleint2014-11-061-2/+6
* WMF plugin: Initialize member variable m_stateDirty.Friedemann Kleint2014-10-311-0/+1
* 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-263-30/+38
|\|
| * WMF: fix initializing of media player's volume.Nodir Temirkhodjaev2014-09-111-3/+3
| * WMF: fix memory leaks.Nodir Temirkhodjaev2014-09-112-27/+32
| * WMF: fix start time of QAudioProbe's buffers.Yoann Lopes2014-09-091-0/+3
* | WMF: fix crash on media player destruction.Yoann Lopes2014-09-241-23/+25
* | WMF: fix video rendering with ANGLE.Yoann Lopes2014-09-241-3/+4
* | Fix build with QT_OPENGL_DYNAMICAllan Sandfeld Jensen2014-09-091-1/+0
* | 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-2442-798/+462
* | Support dynamic opengl32 - ANGLE switching on WindowsLaszlo Agocs2014-07-296-30/+121
|/
* WMF: fix video frames' viewport.Yoann Lopes2014-05-151-0/+12
* WMF: improve changing playback rate on a media player.Yoann Lopes2014-04-092-6/+48
* WMF: more reliable video seeking.Yoann Lopes2014-04-081-10/+15
* WMF: don't return undefined value in Release() function.Yoann Lopes2014-04-081-1/+1
* WMF: support playback rate in our custom video sink.Yoann Lopes2014-04-081-15/+99
* Fix memory leak in SampleGrabberCallbackLiang Jian2014-04-021-0/+3
* Fix SourceResolver::State object leakLiang Jian2014-04-011-1/+1
* WMF: fix some issues with our custom video sink.Yoann Lopes2014-03-181-5/+42
* WMF: remove some debug output.Yoann Lopes2014-03-181-0/+2
* WMF: each media player now has its own volume.Yoann Lopes2014-03-072-28/+26
* New QCameraInfo class.Yoann Lopes2014-02-282-0/+8
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-194-4/+4
|\
| * Normalize signal & slot signatures in connectionThiago Macieira2014-02-034-4/+4
* | Fix linking problem when built with -no-openglold/5.2Andy Shaw2014-02-171-0/+3
|/
* 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