summaryrefslogtreecommitdiffstats
path: root/src/plugins/wmf/player
Commit message (Expand)AuthorAgeFilesLines
* [Win] Compile fix, the mmdeviceapi.h header can only be included oncev5.6.0-rc1Andy Shaw2016-02-152-1/+2
* Windows: Improve EVR presenter.Yoann Lopes2016-01-122-37/+10
* DirectShow: use the EVR in the renderer control.Yoann Lopes2016-01-122-19/+91
* WMF: correctly handle media with multiple streams.Yoann Lopes2015-12-042-75/+90
* 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-058-469/+107
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-153-12/+26
|\
| * 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-072-6/+6
| * WMF: don't resume playback after doing a seek while paused.Andy Shaw2015-03-311-2/+9
| * WMF: report the surface's supported formats in the correct order.Yoann Lopes2015-03-241-2/+5
| * WMF: fix RGB24 format matching.Yoann Lopes2015-03-181-1/+2
* | 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-1218-126/+126
|/
* 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-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-2418-342/+198
* | Support dynamic opengl32 - ANGLE switching on WindowsLaszlo Agocs2014-07-293-20/+18
|/
* 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: support playback rate in our custom video sink.Yoann Lopes2014-04-081-15/+99
* 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
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-032-2/+2
* WMF: remove dead code.Yoann Lopes2013-12-111-333/+0
* WMF: fix some crashes.Yoann Lopes2013-12-112-3/+8
* 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: fixed compilation on Windows Vista.Yoann Lopes2013-10-111-5/+16
* 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