| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Dmytro Poplavskiy
|
|
|
|
|
| |
Reviewed-by: Dmytro Poplavskiy
Task-number: QTBUG-9118
|
|
|
|
|
| |
Task-number: QTBUG-9118
Reviewed-by: Dmytro Poplavskiy
|
|
|
|
| |
Reviewed-by: Andrew den Exter
|
|
|
|
|
| |
Task-number: QTBUG-9001
Reviewed-by: Kurt Korbatits
|
|
|
|
|
|
|
| |
This saves time/memory when the video widget control is not used,
and allows using of audio only QMediaPlayer in non gui applications.
Reviewed-by: Justin McPherson
|
|
|
|
| |
Reviewed-by: Dmytro Poplavskiy
|
|
|
|
|
|
| |
during player session lifetime
Reviewed-by: Andrew den Exter
|
|
|
|
|
| |
Task-number: QTMOBILITY-67
Reviewed-by: Andrew den Exter
|
|
|
|
|
|
|
|
| |
without waiting for play() or pause().
To keep behaviour consisten with the rest of backends.
Reviewed-by: Andrew den Exter
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging:
Rebuild configure.exe
Make the Direct Show media service compile with a Qt namespace.
Make the Direct Show media service compile with mingw.
QT7; Fix warnings.
Qt namespace fixes.
Fixed QTMoview object leak.
QMediaContent: Add a convenience method to retrieve the QNetworkRequest.
Use the monitor color space for video output.
Test for the existance of the Windows Media SDK in configure.
Try to start media playback on all load state changes.
Remove all uses of __uuidof from the Direct Show media service.
QT7; Add support for setting cookies when loading a movie.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging:
Rebuild configure.exe
Make the Direct Show media service compile with a Qt namespace.
Make the Direct Show media service compile with mingw.
QT7; Fix warnings.
Qt namespace fixes.
Fixed QTMoview object leak.
QMediaContent: Add a convenience method to retrieve the QNetworkRequest.
Use the monitor color space for video output.
Test for the existance of the Windows Media SDK in configure.
Try to start media playback on all load state changes.
Remove all uses of __uuidof from the Direct Show media service.
QT7; Add support for setting cookies when loading a movie.
|
| | |
| | |
| | |
| | | |
Reviewed-by: Dmytro Poplavskiy
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
master-integration
* 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (35 commits)
Doc: Added a config file for creating Simplified Chinese docs directly.
Doc: add a few lines about bearer managment to "What's New" page.
Fix the SIMD implementations of QString::toLatin1()
Update of the QScriptValue autotest suite.
New data set for QScriptValue autotest generator.
Autotest: make tst_qchar run out-of-source too
Autotest: add a test for roundtrips through toLatin1/fromLatin1
Implement toLatin1_helper with Neon
QRegExp::pos() should return -1 for empty/non-matching captures
Revert "qdoc: Finished "Inherited by" list for QML elements."
Revert "qdoc: List new QML elements in \sincelist for What's New page."
Add the Unicode normalisation properties.
Autotest: add a test for QDBusPendingCallWatcher use in threads
Doc: placeholders for new feature highlights.
doc: mark as reimplemented.
Update of the QScriptValue autotest suite.
New autotests cases for QScriptValue autotests generator.
QScriptValue autotest generator templates change.
Fix license template.
QScriptValue::isQMetaObject crash fix.
...
|
| |/
| |
| |
| |
| |
| | |
This reverts commit d1b4e4666e4fe1a5fae0571c37535159c097f485.
Reviewed-By: Martin Smith
|
|\ \
| |/
| |
| |
| |
| | |
Conflicts:
configure
src/plugins/mediaservices/mediaservices.pro
|
| |
| |
| |
| |
| |
| | |
Change to qWarning where appropriate, otherwise comment
Reviewed-by: Dmytro Poplavskiy
|
|/
|
|
|
|
|
|
|
| |
This should also allow building when pkg-config isn't present or
doesn't work, E.g. when cross-compiling on toolchains lacking
pkg-config support. Apparently this also fixes warnings on Solaris
too.
Reviewed-By: Thiago
|
|
|
|
| |
Reviewed-by: Nicholas Young
|
| |
|
| |
|
|
|
|
|
|
| |
This reverts a7f6af9817771b8211433c8cf24fe7150c5b7bf5. The original
relationship was consistent with QImage's RGB24, making the direct show
RGB24 format BGR24.
|
|\ |
|
| | |
|
|/ |
|
|
|
|
|
|
| |
A non-swizzling shader was being used for RGB24. This looked correct on
linux because the gstreamer backend was misidentifying BGR24 as RGB24.
And since BGR is supported include it in the list of supported formats.
|
|
|
|
| |
filenames.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Gstreamer backend will use XvShmPutImage without copying frames data
if possible with overlay video output, and provide XvImage based
video frames to renderer video output surface.
|
| |
|
|
|
|
| |
from: Andrew den Exter committed 00373999 to qtmobility/qtm-multimedia
|
| |
|
|
|