| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Justin McPherson
|
|
|
|
|
|
|
|
|
|
|
| |
Mingw appears unable to resolve a valid pointer to the IMemInputPin
interface from the DirectShowSampleScheduler class when it inherits from
QWinEventNotifier. Inheriting from QObject does not have the same
problem, so do that instead and connect to the activated signal of a
separate instance of QWinEventNotifier.
Task-number: 10221
Reviewed-by: Justin McPherson
|
|
|
|
|
|
|
|
| |
XVideo is not available on framebuffer, so widget and window
video outputs are disabled, only the renderer video
output is supported.
Reviewed-by: Justin McPherson
|
|
|
|
| |
Reviewed-by: Justin McPherson
|
|
|
|
|
|
|
|
| |
The slot in question was changed to an event handler that emitted a
signal. Invoke the signal instead.
Task-number: QTBUG-10145
Reviewed-by: Justin McPherson
|
|
|
|
|
|
| |
Quack.
Reviewed-by: Justin McPherson
|
|
|
|
|
|
| |
changes.
Reviewed-by: Andrew den Exter
|
|
|
|
| |
Reviewed-by: Dmytro Poplavskiy
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
4.7-integration
* '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging:
Disabled QMediaPlayer states debug output.
Fixed typo in QMediaPlayer::play() error reporting
Fixed QVideoWidget test, waiting for video surface painted.
Tests; Fix media tests, make sure they are using mediaservies.
Fix warning about illegal empty declaration.
Three fixes from Shane after QtMultimedia was split into two dlls.
Fix compile errors in Direct Show media service.
Add EXPORT defines for QtMediaServices library.
Fixed configure check for gstreamer.
WebKit; build with change to mediaservices.
QtMediaservices -> QtMediaServices.
configure; Fixes for changes to use mediaservices.
Fixed compile errors in pulseaudio backend for soundeffect
Rebuild configure.exe following e85223d233c0e1d6beca748332b8fbaba3ebbf2d
Fixed compile errors with gstreamer plugin
Create Mediaservices lib, separate from Multimedia.
Gstreamer media backend: seek to media start on end of stream.
|
| |
| |
| |
| |
| |
| | |
The service links against the multimedia library in addition to the
mediaservices libarary, and QAbstractVideoSurface is defined in
QtMultimedia, no QtMediaServices.
|
| |
| |
| |
| | |
Reviewed-by: Dmytro Poplavskiy
|
| |
| |
| |
| | |
Reviewed-by:Justin McPherson
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
To ensure the sequential play() calls work without setMedia().
Since in many case new media is assigned to playback after EOS,
seeking is delayed and performed just before playing the same media.
Task-number: QTBUG-9798
Reviewed-by: Andrew den Exter
|
|/
|
|
| |
Reviewed-by: Morten Sørvig
|
|
|
|
|
|
|
| |
Can be enabled by settings setAutoFillBackground or the
Qt::WA_OpaquePaintEvent to true.
Reviewed-by: Dmytro Poplavskiy
|
|\ |
|
| |
| |
| |
| | |
Reviewed-by: Dmytro Poplavskiy
|
|/
|
|
| |
Reviewed-by: Justin McPherson
|
|
|
|
|
|
| |
received in the player session thread.
Reviewed-by: Justin McPherson
|
|
|
|
|
|
|
|
|
| |
To keep backend behaviour consistent with other platforms.
Also dropped QT7VideoOutput::setEnabled(), currentry the video output
is disabled with passing null movie, this allows to ensure the movie
is not retained more than necessary.
Reviewed-by: Justin McPherson
|
|
|
|
|
|
|
|
| |
OpenGL paint engine.
This makes video rendering with QGraphicsVideoItem much faster on
64 bits systems.
Reviewed-by: Justin McPherson
|
|
|
|
|
|
|
| |
A positive image height is supposed to indicate BottomToTop scan line
direction, but this would seem to be true for RGB formats.
Reviewed-by: Dmytro Poplavskiy
|
|
|
|
|
| |
Task-number: QTBUG-9118
Reviewed-by: Dmytro Poplavskiy
|
|
|
|
|
| |
Reviewed-by: Dmytro Poplavskiy
Task-number: QTBUG-9118
|
|\ |
|
| |
| |
| |
| |
| | |
Task-number: QTBUG-9118
Reviewed-by: Dmytro Poplavskiy
|
| |
| |
| |
| | |
Reviewed-by: Justin McPherson
|
|\ \
| |/ |
|
| |
| |
| |
| | |
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
|
|/
|
|
|
|
| |
movie when MovieViewOutput output is disabled.
Reviewed-by: Justin McPherson
|
|
|
|
| |
Reviewed-by: Justin McPherson
|
|
|
|
| |
Reviewed-by: Justin McPherson
|
|
|
|
| |
Reviewed-by: Dmytro Poplavskiy
|
|
|
|
| |
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
|
|
|
|
| |
Reviewed-by: Paul Olav Tvete
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | | |\ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Reviewed-by: Justin McPherson
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Currently the main monitor color space is used.
Colorspace correction is disabled by default for
renderer video output, since video frames can
on any output device, not only on the main monitor.
Reviewed-by: Justin McPherson
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
QuickTime doesn't start movie playback as soon as it loaded,
it's necessary to start manualy after suitable load state reached.
Reviewed-by: Justin McPherson
|
| | | |/
| | | |
| | | |
| | | | |
Reviewed-by: Dmytro Poplavskiy
|