Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QuickTime media backend: ensure quicktime notification are | Dmytro Poplavskiy | 2010-03-29 | 1 | -4/+4 |
| | | | | | | received in the player session thread. Reviewed-by: Justin McPherson | ||||
* | QuickTime backend: disable video outputs in stopped state. | Dmytro Poplavskiy | 2010-03-29 | 10 | -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 with | Dmytro Poplavskiy | 2010-03-29 | 6 | -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.7 | Dmytro Poplavskiy | 2010-03-22 | 4 | -17/+17 |
|\ | |||||
| * | Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode. | Andrew den Exter | 2010-03-18 | 4 | -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.7 | Dmytro Poplavskiy | 2010-03-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Install plugins to correct path. | Justin McPherson | 2010-03-15 | 1 | -1/+1 |
| | | | | | | | | | | Task-number: QTBUG-9001 Reviewed-by: Kurt Korbatits | ||||
* | | QuickTime MovieViewOutput: remove view from layout and reset source | Dmytro Poplavskiy | 2010-03-11 | 2 | -4/+29 |
|/ | | | | | | movie when MovieViewOutput output is disabled. Reviewed-by: Justin McPherson | ||||
* | Fixed compiler warning | Dmytro Poplavskiy | 2010-03-05 | 1 | -0/+1 |
| | | | | Reviewed-by: Justin McPherson | ||||
* | QuickTime movie view output: emit the natural size changes | Dmytro Poplavskiy | 2010-03-05 | 1 | -1/+4 |
| | | | | Reviewed-by: Justin McPherson | ||||
* | QT7 mediaservice; Fix memory leak | Justin McPherson | 2010-03-03 | 1 | -0/+1 |
| | | | | Reviewed-by: Dmytro Poplavskiy | ||||
* | QT7; Fix warnings. | Justin McPherson | 2010-02-25 | 1 | -31/+43 |
| | | | | Reviewed-by: Dmytro Poplavskiy | ||||
* | Fixed QTMoview object leak. | Dmytro Poplavskiy | 2010-02-25 | 2 | -2/+4 |
| | | | | Reviewed-by: Justin McPherson | ||||
* | Use the monitor color space for video output. | Dmytro Poplavskiy | 2010-02-25 | 2 | -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 Poplavskiy | 2010-02-25 | 2 | -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 McPherson | 2010-02-25 | 1 | -4/+27 |
| | | | | Reviewed-by: Dmytro Poplavskiy | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging ↵ | Qt Continuous Integration System | 2010-02-23 | 5 | -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 McPherson | 2010-02-23 | 5 | -26/+28 |
| | | | | | | | | | | | | Change to qWarning where appropriate, otherwise comment Reviewed-by: Dmytro Poplavskiy | ||||
* | | Cocoa: fix namespace build | Richard Moe Gustavsen | 2010-02-22 | 5 | -10/+6 |
|/ | | | | added/removed namespace macros as needed | ||||
* | QT5; Add back volume notification. | Justin McPherson | 2010-02-19 | 1 | -11/+20 |
| | |||||
* | Use old notification name for OSX < 10.6. | Justin McPherson | 2010-02-19 | 1 | -7/+9 |
| | |||||
* | QT7; make compile on 10.5. | Justin McPherson | 2010-02-19 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team | Justin McPherson | 2010-02-19 | 11 | -59/+197 |
|\ | |||||
| * | QuickTime playback backend: listen for natural size changes and update | Dmytro Poplavskiy | 2010-02-19 | 11 | -15/+58 |
| | | | | | | | | video outputs. | ||||
| * | Quicktime playback backend: Recreate the visual context on video native | Dmytro Poplavskiy | 2010-02-19 | 1 | -30/+42 |
| | | | | | | | | size changes. | ||||
| * | QuickTime playback backend: Listen for movie load state changes. | Dmytro Poplavskiy | 2010-02-19 | 2 | -28/+111 |
| | | | | | | | | | | To start playback and notify video output when movie reached playable state. | ||||
* | | Change namespace; QtMedia -> QtMultimedia | Justin McPherson | 2010-02-19 | 2 | -14/+14 |
|/ | |||||
* | Add an audioAvailable property to QMediaPlayer. | Justin McPherson | 2010-01-28 | 4 | -1/+18 |
| | | | | from: Andrew den Exter committed 00373999 to qtmobility/qtm-multimedia | ||||
* | Normalise #defines for service support. | Justin McPherson | 2010-01-28 | 2 | -3/+3 |
| | |||||
* | Multimedia; reorganize qt7 mediaservice provider. | Justin McPherson | 2010-01-19 | 11 | -11/+26 |
| | |||||
* | Move QtMobility multimedia framework into Qt. | Justin McPherson | 2010-01-15 | 25 | -0/+4193 |