- 24 Sep, 2013 - 1 commit
-
-
Mitch Curtis authored
Change-Id: I209d76fa2d87ad2eb540c750b8c4efb865441aae Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 20 Sep, 2013 - 2 commits
-
-
Yoann Lopes authored
Removed QGstreamerVideoOverlay and related classes. It was used as 'Window' control but performs worse than QGstreamerVideoWindow which does basically the same thing using GStreamer ready-made components instead. Removed X11 dependencies and related configuration tests. It was only needed for QGstreamerVideoOverlay. Change-Id: I2ad2636ccf0060e56cd64f3d9e5b3c24dc75f5a3 Reviewed-by:
Andy Nichols <andy.nichols@digia.com>
-
Christian Strømme authored
Change-Id: Id87f5518724eed6c9de6d5d3b8141860bd511643 Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
- 19 Sep, 2013 - 2 commits
-
-
Yoann Lopes authored
Task-number: QTBUG-33554 Change-Id: I4da7410d3b77ec6d72a73d3b6ceb7b76bb48d2b7 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Andy Nichols authored
This removes the Mac audio backend that was hardcoded into QtMultimedia and adds a new audio plugin using the CoreAudio API. Change-Id: Ib15291825f9452a3763e0eeb281d952deb0bad3d Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com> Reviewed-by:
Christian Stromme <christian.stromme@digia.com> Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
- 17 Sep, 2013 - 4 commits
-
-
Christian Strømme authored
Change-Id: I11a4a3792feb90c46d4f3a77aafa82c18a9d9a45 Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
Yoann Lopes authored
If an OpenGL error occurred before starting the video painter, it would fail to do so. This patch simply makes sure the OpenGL error flag is cleared before checking for GL errors that would occur in QVideoSurfaceArbFpPainter's code. Change-Id: I2eacf6db03cb290adf00a9faf11145c7a6ade565 Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
Thiago Macieira authored
Those classes don't contain padding, they don't need to be packed. The only reason to be packed was to deal with bad alignment of the WAV file. Since Q_PACKED wasn't present in all compilers, this might have been a latent bug. If that was the case, then force it to happen with more compilers. Change-Id: I8449b6bab5d62c1b7e08b9bc205b4b149ed55e28 Reviewed-by:
Olivier Goffart <ogoffart@woboq.com> Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Yoann Lopes authored
Change-Id: Idfd6f8396dce223be1c73ad56c6f7f66ca9d5d25 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
- 12 Sep, 2013 - 2 commits
-
-
Christian Strømme authored
Change-Id: I1a293bbf8ad3d9016ff6a7ec816c33d3303e5959 Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
Yoann Lopes authored
This patch includes all camera features: viewport, settings, image capture, and video recording. It also adds support for QAudioRecorder. Change-Id: Ib962177cc8de4bac03f42a2bc0f534e03464bbfc Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
- 09 Sep, 2013 - 1 commit
-
-
Pier Luigi Fiorini authored
This makes qtmultimedia build again by moving down X11 includes. See http://lists.qt-project.org/pipermail/development/2013-September/012986.html Change-Id: If6cd5e80c27de7aaa8d2a65ded05500ed9d0e692 Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com> Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
- 06 Sep, 2013 - 1 commit
-
-
Sergio Ahumada authored
Change-Id: I2cba36426d8af40f94712f7f05f4e0dd4efce6e7
-
- 02 Sep, 2013 - 4 commits
-
-
Tobias Hunger authored
Clang warns about them. Change-Id: I8fb2e9bc30f35ec9540b09a34bf23bf9eb671b9c Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: I98df1ce92fab69ad1200066d310aa8bd016b5aca Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Clang does complain about this member not being used. Change-Id: I02919715be43486f4646ca75deea66fc8a6a2276 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Bill Somerville authored
A signed 16 bit integer was being used to pack a normalised double into half of a DWORD. It needed to be unsigned 16-bit to get the full range of the Windows volume control. Task-number: QTBUG-33160 Change-Id: Ic17f572a188401ee686c6e6af3984d52328ccda6 Reviewed-by:
Alex Blasche <alexander.blasche@digia.com> Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
- 29 Aug, 2013 - 1 commit
-
-
Bernd Weimer authored
MM renderer expects (remote) URLs to be percent encoded. Change-Id: Ib7429cbeb3b7aa6baba99419d8b101a712ab4881 Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by:
Thomas McGuire <thomas.mcguire@kdab.com>
-
- 27 Aug, 2013 - 5 commits
-
-
Frederik Gladhorn authored
Change-Id: I469f258c4838f87edaedc8620d925a3c537d1619
-
Andy Nichols authored
Enables basic software rendering support for iOS. Change-Id: Icd29076ea627295819ede6d9680de576ba39b34e Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com>
-
Andy Nichols authored
Change-Id: I88041e7a2ea052fe449542eeaada31c09d93d163 Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com>
-
Andy Nichols authored
Previously a QGLWidget was used as a target for the AVFVideoFrameRenderer. This was uncessary as it is possible to render directly on top of the QWidget using the CoreAnimation Framework. Change-Id: I08923c85fd56c8874c1d8c187ae5145e220fab92 Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com>
-
Andy Nichols authored
This commit disables the video components of the AVFoundation mediaplayer backend when building for iOS and enables the use of QMediaPlayer with audio assets. Change-Id: Iadd6f9c61ed1e656301326e90a22cbca6428b654 Reviewed-by:
Richard Moe Gustavsen <richard.gustavsen@digia.com>
-
- 26 Aug, 2013 - 1 commit
-
-
Andy Nichols authored
This was a leftover from Qt 4, as it is no longer possible to use the CoreGraphics paint engine. Instead we should just use the logic in QPainterVideoSurface render the QVideoFrame. Change-Id: I7e97fe7c30fd478dcd405d300e0c3f70050ca25f Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
- 22 Aug, 2013 - 1 commit
-
-
Yoann Lopes authored
The QVideoFrame documentation explicitly says that the time is in microseconds, however the GStreamer backend was setting the time in milliseconds and the WMF backend in 100-nanosecond units. With WMF, the time was missing from the QVideoFrame when presenting it to the video surface. Task-number: QTBUG-31731 Change-Id: I0638d2abf8eed25b3a531db67c19a18703e5b630 Reviewed-by:
Andy Nichols <andy.nichols@digia.com>
-
- 21 Aug, 2013 - 1 commit
-
-
Christian Strømme authored
Change-Id: I5ec67b9b2abfae2e2c2a44f0bcc7c72cb54beb49 Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
- 19 Aug, 2013 - 2 commits
-
-
Yoann Lopes authored
When the media is ready, the status should always transition to LoadedMedia and then immediately to BufferingMedia or BufferedMedia. Also, when the duration is queried before the media is ready but already buffering, it should always return 0 to avoid errors from the Android media player. Task-number: QTBUG-32635 Change-Id: Ibcb9c23b4f64c4f9a1a8e0ef81989ae78cfb19ef Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
Friedemann Kleint authored
Similar to de909238 for qmlvideo. Use QUrl::fromLocalFile() to get Windows drive handling right. Emulate its behavior in QML code. Fix up() to terminate correctly. Task-number: QTBUG-32139 Change-Id: I36bafaa608ff054190dc76694f6254a74f3b513e Reviewed-by:
Yoann Lopes <yoann.lopes@digia.com>
-
- 16 Aug, 2013 - 5 commits
-
-
Simon Hausmann authored
Change-Id: Ie72932d3a9ba1bfa2f282e8134b50b2d6b8ec469 Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Sergio Ahumada authored
Change-Id: Ibcde5cfcb97948f9e3f71a2d6b06397e1003aa3b
-
Yoann Lopes authored
Task-number: QTBUG-32808 Change-Id: I998548df399ec6d2dd6b061b5ba2c1ca451276bc Reviewed-by:
Sergio Ahumada <sergio.ahumada@digia.com>
-
Yoann Lopes authored
It was changing to EndOfMedia status and explicitly stopping playback when receiving the MEEndOfPresentation event from the WMF session. However, this event means that all data has bean read from the source but not necessarily played yet. According to the documentation, playback is done when the MESessionEnded event is sent. It now reports the EndOfMedia status at that moment instead. stop() is not explicitly called anymore since MESessionEnded also implies the session has stopped. Task-number: QTBUG-30825 Change-Id: I6c6c09e736fe33f7cf17c75038ea7be1b5701a1c Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
Yoann Lopes authored
Task-number: QTBUG-32360 Change-Id: Ibec3d044ac38f54abd895d56f1851011bf6b5272 Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
- 13 Aug, 2013 - 2 commits
-
-
Frederik Gladhorn authored
-
Andy Nichols authored
Previously if the loopCount property of a QSoundEffect was set to QSoundEffect::Infinite then no sound would be played at all. This is because QSoundEffect::Infinite == -2 and playback was only continued on values above 0. Task-number: QTBUG-32882 Change-Id: I739919a3e538128fc16f26ede5eb6cc4f2eb29fb Reviewed-by:
Christian Stromme <christian.stromme@digia.com>
-
- 12 Aug, 2013 - 2 commits
-
-
Jerome Pasion authored
Conflicts with the platform page for Windows in qt5/doc Task-number: QTBUG-32580 Change-Id: Ibcf51c5dcd93ac388fa799644004c51aa88fe93d Reviewed-by:
Martin Smith <martin.smith@digia.com>
-
Frederik Gladhorn authored
Conflicts: src/plugins/plugins.pro Change-Id: Ieec8b5984b0fba97872bf96c38410369dc0e20cf
-
- 05 Aug, 2013 - 3 commits
-
-
Robin Burchell authored
This contains a new resource policy plugin, replacing the built-in code that was deleted when the plugin interface was removed in 138242fb (which unfortunately did not provide a plugin). Change-Id: Iae7ed6edc330c69ca0c72d50bde6c7e12b8cca4e Reviewed-by:
Andy Nichols <andy.nichols@digia.com>
-
Yoann Lopes authored
When looking for a specific chunk, it was entering an infinite loop if not finding it in the next two chunks available. It now correctly tries to find the chunk until it reaches the end of the IO device. Change-Id: I29252318566fe3a47f267410c91dacaf302d9618 Reviewed-by:
Andy Nichols <andy.nichols@digia.com>
-
Robin Burchell authored
The one public port of this library to Qt 5 changed the .pc to libresourceqt5, to avoid clashing with the Qt 4 version. Change-Id: I6a248606e20c4e7a8f432612ca00aded846264d9 Reviewed-by:
Andy Nichols <andy.nichols@digia.com>
-