- 12 Apr, 2016 - 1 commit
-
-
Eirik Aavitsland authored
Change-Id: Ib9ba913543270e25e9c8deff492b98b0525c9219 Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
- 08 Apr, 2016 - 2 commits
-
-
Liang Qi authored
Change-Id: I7de78c63b5f81620474c69e5c651202c553a70d7
-
Maurice Kalinowski authored
A module compiled for WinRT should define a default set of capabilities to enable all features specified by the module. Task-number: QTBUG-38802 Change-Id: I57c3aec60c72b1383b836cee2087b801196def1d Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com> Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 06 Apr, 2016 - 2 commits
-
-
BogDan Vatra authored
Change-Id: I47cb99d84ad87f3b0f6578d3fbdc22d788b31c57 Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
Andreas Holzammer authored
It turned out in my previous tests, that the codec which I used is buggy and does not play well with this documented behavior. Change-Id: I8aff9f68d449da10de4fa33073d5d5cbe9b2a281 Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 05 Apr, 2016 - 1 commit
-
-
Christian Strømme authored
The manifest in qmlvideofx example is useless, and with the strict requirement of API level 16 or higher (585287d0@qttools), it means it's not working out of the box anymore. To avoid similar issues in the future, this change just removes the manifest (instead of bumping the min. version). Task-number: QTBUG-52374 Change-Id: I6c672bdbe23935852c87c93e425003b7b6827771 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- 31 Mar, 2016 - 1 commit
-
-
Christian Strømme authored
When disconnecting the graph we need to make sure that all the filters in the graph are released, even the ones that are automatically added. Since we can't know in advance which filters the graph consists of, we need release them one by one. Task-number: QTBUG-49281 Change-Id: Ifdf2fb6fe1c90ab85b47565c5fe82b6ebe55b183 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 29 Mar, 2016 - 2 commits
-
-
Marc Mutz authored
The test uses QDeclarativePlaylist, but no out-of-line methods or data members, so it got by with just including the header. But a ubsan build requires access to the class' typeinfo objects, so add QDeclarativePlaylist's implementation to the test, too. Change-Id: Ib6bb155b71c0082969f77a13a0e50132a782db2d Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
Maurice Kalinowski authored
WASAPI is a Windows audio backend for low latency audio. This backend works for WinRT as well as classic desktop apps. Task-number: QTBUG-42287 Change-Id: I7a1b7b103b64fadc50a9955a9d59443791f6d026 Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 22 Mar, 2016 - 3 commits
-
-
Dan Cape authored
Mark eglImage as not supported on VMWare since that path requires that the image data be in GPU accessible memory which is not the case for video Change-Id: I2ea1ec52842adf0bc1ca39c882e6771e6a992c65 Reviewed-by:
Marc Mutz <marc.mutz@kdab.com> Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com>
-
Edward Welbourne authored
Subjects each *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce -force Change-Id: I2ac34243ebe39c93860c5ac595c2f1eca4322eb8 Reviewed-by:
Topi Reiniö <topi.reinio@theqtcompany.com>
-
Edward Welbourne authored
Subjects each *.png file that matched grep -law "sRGB" to: pngcrush -ow -brute -rem allb -reduce Change-Id: Iff326d7e63d6e0106204beb1f42700032cb6b79a Reviewed-by:
Topi Reiniö <topi.reinio@theqtcompany.com>
-
- 21 Mar, 2016 - 2 commits
-
-
Liang Qi authored
Change-Id: Ieb1a3081907093e31e8c8b7f95993bb3b2173672
-
Friedemann Kleint authored
Use a switch on int instead of else if. common\evr\evrcustompresenter.cpp: In member function 'virtual bool EVRCustomPresenter::event(QEvent*)': common\evr\evrcustompresenter.cpp:1882:22: warning: comparison between 'enum QEvent::Type' and 'enum EVRCustomPresenter::PresenterEvents' [-Wenum-compare] if (e->type() == StartSurface) { ^ common\evr\evrcustompresenter.cpp:1885:29: warning: comparison between 'enum QEvent::Type' and 'enum EVRCustomPresenter::PresenterEvents' [-Wenum-compare] } else if (e->type() == StopSurface) { ^ common\evr\evrcustompresenter.cpp:1888:29: warning: comparison between 'enum QEvent::Type' and 'enum EVRCustomPresenter::PresenterEvents' [-Wenum-compare] } else if (e->type() == PresentSample) { Change-Id: I8533e2c6d9b0a01b7b95e1d8bb119b50d4aabd25 Reviewed-by:
Mark Brand <mabrand@mabrand.nl>
-
- 20 Mar, 2016 - 1 commit
-
-
Dan Cape authored
Windowgrabber would catch events from windows that were not related to Qt Media Playback. Now there is a check to ensure the window id to compare against is set before assigning the window to the Windowgrabber. Change-Id: Ic85198de5fdb05e9fa740fc7b3b81f3bdffd631d Reviewed-by:
Marc Mutz <marc.mutz@kdab.com> Reviewed-by:
James McDonnell <jmcdonnell@qnx.com> Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com>
-
- 18 Mar, 2016 - 1 commit
-
-
Mark Brand authored
Cross-compiling for mingw requires lowercase filenames. Change-Id: I135deca455ca2ff6bb3969aca990fe9d1c2dd345 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Mark Brand <mabrand@mabrand.nl>
-
- 17 Mar, 2016 - 2 commits
-
-
Frederik Gladhorn authored
Change-Id: I91fb2886b4ab8f0b9e2e28329cec69dfa2cb5435
-
BogDan Vatra authored
Change-Id: I379a4708b2d79824ee6266471e7aec983b87cd68 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
- 16 Mar, 2016 - 1 commit
-
-
Yoann Lopes authored
We used to change the PulseAudio sink input volume. Doing so had some potential unwanted side effects depending on the PulseAudio server configuration. When flat volumes were enabled, it would affect the global system volume. It could also affect the volume of other streams having the same audio role. Volumes in Qt Multimedia are supposed to be relative to the application volume and should not affect anything else than the object on which it was changed. To guarantee that, PulseAudio volume APIs are not used anymore. Instead, software-based volume attenuation is applied on the audio samples before being passed to PulseAudio. Applies to QSoundEffect, QAudioOutput and QAudioInput. Task-number: QTBUG-40823 Task-number: QTBUG-49461 Change-Id: I690716976bda8fe666969ca2cbdf6d8d0b419733 Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
- 15 Mar, 2016 - 1 commit
-
-
Yoann Lopes authored
The QAbstractVideoSurface was started only when calling play(), causing frames received before (e.g. when pausing from stopped state) to not be rendered. The surface is now started as soon as a media type is agreed between the EVR and the upstream element. Conversely, the surface is stopped whenever the media type is cleared. Change-Id: Ia96a07dbd277adce67de5a9cfbf9acc0d33b6497 Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
- 11 Mar, 2016 - 1 commit
-
-
Maurice Kalinowski authored
Different devices might have different audio formats supported. Always relying on the format of the default device can cause the audio endpoint to not start/initialize. Change-Id: I4d05949fd023f2cc7eb1f75db3577242e0e66680 Reviewed-by:
Oliver Wolff <oliver.wolff@theqtcompany.com>
-
- 10 Mar, 2016 - 1 commit
-
-
Lisandro Damián Nicanor Pérez Meyer authored
Make use of SND_LIB_VERSION instead of SND_LIB_[MAJOR MINOR SUBMINOR] in order to simplify the tests. Task-number: QTBUG-51681 Change-Id: Ib9f28ff15ddc643cc426ded3a5779fb4ff651139 Reviewed-by:
Dmitry Shachnev <mitya57@gmail.com> Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
- 09 Mar, 2016 - 1 commit
-
-
Andreas Holzammer authored
dshow.h needs to be included before Qt headers as they include the windows header with NOMINMAX macro set. DirectShow header needs min/max macro definition to compile. The min/max macro then conflicts with QDateTime header, hence needs to be undefined again for some occasions. Windows Embedded Compact then defines INTERFACE as macro, which conflicts. Windows Embedded Compact does not support audio end point selection. Feature has been disabled for this platform. Windows Embedded Compact does not support setting meta data, control has been disabled. Windows Embedded Compact does not support VMR, feature was disabled. Direct Show renders always top to buttom. Change-Id: Id17700835e2105fb127b12e3448bea16e3b52546 Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 07 Mar, 2016 - 1 commit
-
-
Liang Qi authored
Conflicts: src/plugins/avfoundation/mediaplayer/mediaplayer.pro tests/auto/unit/qmediaserviceprovider/mockserviceplugin1/mockserviceplugin1.pro tests/auto/unit/qmediaserviceprovider/mockserviceplugin2/mockserviceplugin2.pro tests/auto/unit/qmediaserviceprovider/mockserviceplugin3/mockserviceplugin3.pro tests/auto/unit/qmediaserviceprovider/mockserviceplugin4/mockserviceplugin4.pro tests/auto/unit/qmediaserviceprovider/mockserviceplugin5/mockserviceplugin5.pro Change-Id: I5742596230dc510ba2a09eba624429bb67179194
-
- 03 Mar, 2016 - 1 commit
-
-
Marc Mutz authored
... or equivalent. QtBase 5.6 headers already compile that way, so let the other modules follow suit. Cleaned up placement of * and & in parameters as a drive-by. Added explicit where it was missing as a drive-by. This is not a source-incompatible change, because code that breaks by this is a bug. Let's not have this sitting around in an LTS. Task-number: QTBUG-45291 Change-Id: If81ed0c71393aee21d347f5ade4bf3fcc07cd82f Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 02 Mar, 2016 - 1 commit
-
-
Sergio Martins authored
It would fall into the glib code path because it was only checking if QT_NO_GLIB was defined, but ignoring the env variable. gst_bus_add_watch_full only works with a glib event loop running. Task-Id: QTBUG-51607 Change-Id: I726afd5d6e114eacea6e5bc71e7a6e2d1c5bbd74 Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 01 Mar, 2016 - 2 commits
-
-
Dyami Caliri authored
The QAudio::UnderrunError is a normal error and is already reported to the user. Change-Id: I0ee5d827666fb08b5eb199255b3b3c5610f743c2 Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
Friedemann Kleint authored
Point the file dialog to the Movies folder. Add command proper command line handling. Change the logic to use QUrl everywhere. Change-Id: I1e54e600187153f52a55e3a381a24e4f2eeda3ab Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 26 Feb, 2016 - 2 commits
-
-
Dyami Caliri authored
If the provided stream's length is shorter than the stream prebuf attribute, the stream will never play. We adjust the prebuf attribute in this case. Change-Id: Ia397ac967ad2fa357a7aba137fbb78de272440ed Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
Friedemann Kleint authored
Fix warning: tst_qmediaplaylist.cpp: In member function 'void tst_QMediaPlaylist::mediaPlayListControl()': tst_qmediaplaylist.cpp:1221:49: warning: the address of 'parent' will always evaluate as 'true' [-Waddress] Change-Id: I46391550d07a8f58442269d0e5eae418258adbff Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
- 25 Feb, 2016 - 6 commits
-
-
Oswald Buddenhagen authored
Change-Id: I96bbe1343eedbad6b48579d700bbb6b5b80d69f1 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Oswald Buddenhagen authored
- TARGET is unnecessary if it matches the project file's basename - CONFIG+=no_private_qt_headers_warning is added by qt_build_config.prf - load(qt_build_config) is done by .qmake.conf Change-Id: I3eb45a758dfee34be3c78fc13d996780741c95e9 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
Oswald Buddenhagen authored
Change-Id: I8c1c755270aa0a703103925656f7c1b555e4db1f Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
Oswald Buddenhagen authored
this fixes static builds by ensuring that all dependencies are exported. Task-number: QTBUG-51071 Change-Id: I8e1554b648327ea2fb342b882ce8e439bd6f271d Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
Yoann Lopes authored
Also removes unnecessary references of that import version in the documentation and snippets. The import version is always displayed at the top of every doc page anyway. Change-Id: Ifbf4666e0bc333c51f51104a5720b988e8c04d0b Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
Yoann Lopes authored
Change-Id: I1e7ad9b663db94d2986277c92abf574f6380e44d Reviewed-by:
Christian Stromme <christian.stromme@theqtcompany.com>
-
- 15 Feb, 2016 - 3 commits
-
-
Liang Qi authored
Conflicts: .qmake.conf Change-Id: If5d9ea0fb6187bb6f74881289ebb15a57eb82e0c
-
Andy Shaw authored
Change-Id: Idb9a995c90e6e0e8be392022e2a76b4d8fea853a Reviewed-by:
Yoann Lopes <yoann.lopes@theqtcompany.com>
-
Liang Qi authored
Change-Id: Iafd0dbf7f015e2dc8e5ef987fb247660db41e9fe
-
- 08 Feb, 2016 - 1 commit
-
-
Oswald Buddenhagen authored
Change-Id: I6d91859ec788c78384d527a421172a92315c994e
-