summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices/qt7
Commit message (Collapse)AuthorAgeFilesLines
* Removed mediaservices.Kurt Korbatits2010-05-1828-4682/+0
|
* QT7 mediaservice; fix leaking strings.Justin McPherson2010-04-201-8/+7
| | | | Reviewed-by: Dmytro Poplavskiy
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-04-1914-37/+37
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * QtMediaservices -> QtMediaServices.Justin McPherson2010-04-1613-35/+35
| | | | | | | | Reviewed-by: Dmytro Poplavskiy
| * Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-1514-37/+37
| |
* | Compile on Mac OS 10.4Kent Hansen2010-04-146-3/+12
|/ | | | Reviewed-by: Morten Sørvig
* QuickTime video widget: use widget palette for video background color.Dmytro Poplavskiy2010-03-291-1/+2
| | | | Reviewed-by: Justin McPherson
* QuickTime media backend: ensure quicktime notification areDmytro Poplavskiy2010-03-291-4/+4
| | | | | | received in the player session thread. Reviewed-by: Justin McPherson
* QuickTime backend: disable video outputs in stopped state.Dmytro Poplavskiy2010-03-2910-33/+19
| | | | | | | | | 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
* QuickTime media backend: Render CIImage based video frames directly withDmytro Poplavskiy2010-03-296-42/+249
| | | | | | | | OpenGL paint engine. This makes video rendering with QGraphicsVideoItem much faster on 64 bits systems. Reviewed-by: Justin McPherson
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-224-17/+17
|\
| * Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode.Andrew den Exter2010-03-184-17/+17
| | | | | | | | | | Task-number: QTBUG-9118 Reviewed-by: Dmytro Poplavskiy
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7Dmytro Poplavskiy2010-03-151-1/+1
|\ \ | |/
| * Install plugins to correct path.Justin McPherson2010-03-151-1/+1
| | | | | | | | | | Task-number: QTBUG-9001 Reviewed-by: Kurt Korbatits
* | QuickTime MovieViewOutput: remove view from layout and reset sourceDmytro Poplavskiy2010-03-112-4/+29
|/ | | | | | movie when MovieViewOutput output is disabled. Reviewed-by: Justin McPherson
* Fixed compiler warningDmytro Poplavskiy2010-03-051-0/+1
| | | | Reviewed-by: Justin McPherson
* QuickTime movie view output: emit the natural size changesDmytro Poplavskiy2010-03-051-1/+4
| | | | Reviewed-by: Justin McPherson
* QT7 mediaservice; Fix memory leakJustin McPherson2010-03-031-0/+1
| | | | Reviewed-by: Dmytro Poplavskiy
* QT7; Fix warnings.Justin McPherson2010-02-251-31/+43
| | | | Reviewed-by: Dmytro Poplavskiy
* Fixed QTMoview object leak.Dmytro Poplavskiy2010-02-252-2/+4
| | | | Reviewed-by: Justin McPherson
* Use the monitor color space for video output.Dmytro Poplavskiy2010-02-252-4/+34
| | | | | | | | | 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
* Try to start media playback on all load state changes.Dmytro Poplavskiy2010-02-252-30/+40
| | | | | | | 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
* QT7; Add support for setting cookies when loading a movie.Justin McPherson2010-02-251-4/+27
| | | | Reviewed-by: Dmytro Poplavskiy
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging ↵Qt Continuous Integration System2010-02-235-26/+28
|\ | | | | | | | | | | | | | | | | | | | | into master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Remove active qDebugs. Player demo updated with more user-friendly previous button behaviour. Added QNetworkRequest constructor to QMediaContent. Change qml.{h,cpp} -> multimediaqml.{h,cpp} in QtMultimedia. Add private header warning.
| * Remove active qDebugs.Justin McPherson2010-02-235-26/+28
| | | | | | | | | | | | Change to qWarning where appropriate, otherwise comment Reviewed-by: Dmytro Poplavskiy
* | Cocoa: fix namespace buildRichard Moe Gustavsen2010-02-225-10/+6
|/ | | | added/removed namespace macros as needed
* QT5; Add back volume notification.Justin McPherson2010-02-191-11/+20
|
* Use old notification name for OSX < 10.6.Justin McPherson2010-02-191-7/+9
|
* QT7; make compile on 10.5.Justin McPherson2010-02-191-1/+2
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-teamJustin McPherson2010-02-1911-59/+197
|\
| * QuickTime playback backend: listen for natural size changes and updateDmytro Poplavskiy2010-02-1911-15/+58
| | | | | | | | video outputs.
| * Quicktime playback backend: Recreate the visual context on video nativeDmytro Poplavskiy2010-02-191-30/+42
| | | | | | | | size changes.
| * QuickTime playback backend: Listen for movie load state changes.Dmytro Poplavskiy2010-02-192-28/+111
| | | | | | | | | | To start playback and notify video output when movie reached playable state.
* | Change namespace; QtMedia -> QtMultimediaJustin McPherson2010-02-192-14/+14
|/
* Add an audioAvailable property to QMediaPlayer.Justin McPherson2010-01-284-1/+18
| | | | from: Andrew den Exter committed 00373999 to qtmobility/qtm-multimedia
* Normalise #defines for service support.Justin McPherson2010-01-282-3/+3
|
* Multimedia; reorganize qt7 mediaservice provider.Justin McPherson2010-01-1911-11/+26
|
* Move QtMobility multimedia framework into Qt.Justin McPherson2010-01-1525-0/+4193