Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disable the full screen video widget tests on X11. | Andrew den Exter | 2010-02-18 | 1 | -3/+8 |
| | | | | Too susceptible to timing problems. | ||||
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into ↵ | Qt Continuous Integration System | 2010-02-18 | 226 | -4/+47887 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-team: (88 commits) Use the IPropertyBag interface to get audio device names. Fix qmlgraphicsvideo.pro Add qmlgraphicsvideo test to auto.pro Fix QMediaServiceProvider test. Make QMediaPlaylist test pass. Fix QMediaPlayer test failure. Fix qmlaudio.pro. Make QMediaPlayer test compile. Remove tests not relevant to playback functionality. Remove tests that depend on playlist plugins. Support YUV444 formats in QPainterVideoSurface. Add qmlaudio test to auto.pro Fix license headers. Remove unused files. Extend the mappings between Direct Show and QVideoFrame color formats. Don't paint RGB24 frames as BGR24. Added multimedia to qmlviewer Fixed compile error in pulseaudio soundeffect implementation Always pass encoded URLs to GStreamer. Fixes issue with spaces in Exclude OpenGL from QGraphicsVideoItem if Qt doesn't include QtOpenGL. ... | ||||
| * | Use the IPropertyBag interface to get audio device names. | Andrew den Exter | 2010-02-18 | 1 | -1/+15 |
| | | | | | | | | | | This is instead of parsing the identifier, which is guaranteed to have a readable name in it. | ||||
| * | Fix qmlgraphicsvideo.pro | Justin McPherson | 2010-02-17 | 1 | -1/+1 |
| | | |||||
| * | Add qmlgraphicsvideo test to auto.pro | Justin McPherson | 2010-02-17 | 1 | -0/+1 |
| | | |||||
| * | Fix QMediaServiceProvider test. | Justin McPherson | 2010-02-17 | 1 | -2/+3 |
| | | |||||
| * | Make QMediaPlaylist test pass. | Andrew den Exter | 2010-02-17 | 2 | -2/+0 |
| | | | | | | | | | | The test was failing because an ignored warning wasn't being output. Remove both the warning and ignore statements. | ||||
| * | Fix QMediaPlayer test failure. | Andrew den Exter | 2010-02-17 | 6 | -40/+12 |
| | | | | | | | | | | | | Prepending the Qt namespace with QT_PREPEND_NAMESPACE in a Q_DECLARE_METATYPE statement is unecessary and appears not to work with signal declarations in QSignalSpy. | ||||
| * | Fix qmlaudio.pro. | Justin McPherson | 2010-02-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team | Justin McPherson | 2010-02-17 | 3 | -3/+78 |
| |\ | |||||
| | * | Make QMediaPlayer test compile. | Andrew den Exter | 2010-02-17 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Test changes weren't ported with the rest of the changes for isAudioAvailable(). | ||||
| | * | Support YUV444 formats in QPainterVideoSurface. | Andrew den Exter | 2010-02-17 | 2 | -3/+76 |
| | | | |||||
| * | | Remove tests not relevant to playback functionality. | Justin McPherson | 2010-02-17 | 1 | -52/+2 |
| | | | |||||
| * | | Remove tests that depend on playlist plugins. | Justin McPherson | 2010-02-17 | 1 | -28/+0 |
| | | | |||||
| * | | Add qmlaudio test to auto.pro | Justin McPherson | 2010-02-17 | 1 | -0/+1 |
| | | | |||||
| * | | Fix license headers. | Justin McPherson | 2010-02-17 | 13 | -26/+26 |
| | | | |||||
| * | | Remove unused files. | Justin McPherson | 2010-02-17 | 6 | -419/+0 |
| |/ | |||||
| * | Extend the mappings between Direct Show and QVideoFrame color formats. | Andrew den Exter | 2010-02-16 | 1 | -4/+31 |
| | | |||||
| * | Don't paint RGB24 frames as BGR24. | Andrew den Exter | 2010-02-16 | 2 | -1/+30 |
| | | | | | | | | | | | | 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. | ||||
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-team | Nicholas Young | 2010-02-16 | 4 | -3/+12 |
| |\ | |||||
| | * | Added multimedia to qmlviewer | Kurt Korbatits | 2010-02-16 | 1 | -0/+4 |
| | | | |||||
| | * | Fixed compile error in pulseaudio soundeffect implementation | Kurt Korbatits | 2010-02-16 | 2 | -3/+3 |
| | | | |||||
| | * | Exclude OpenGL from QGraphicsVideoItem if Qt doesn't include QtOpenGL. | Andrew den Exter | 2010-02-16 | 1 | -0/+5 |
| | | | |||||
| * | | Always pass encoded URLs to GStreamer. Fixes issue with spaces in | Nicholas Young | 2010-02-16 | 1 | -1/+1 |
| |/ | | | | | | | filenames. | ||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia | Justin McPherson | 2010-02-15 | 2 | -15/+17 |
| |\ | |||||
| | * | Fix flickering when items are overlaid on QGraphicsVideoItem. | Andrew den Exter | 2010-02-15 | 2 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | Re-enable scissor and stencil tests so the texture frame is clipped correctly. Otherwise when an overlaid item is updated the entire frame will be redrawn not just the part intersecting the updated item, resulting in other items being drawn over. | ||||
| | * | Extend hue rotation to a full 360 degrees. | Andrew den Exter | 2010-02-15 | 1 | -1/+1 |
| | | | |||||
| | * | Fix hue rotation in QPainterVideoSurface. | Andrew den Exter | 2010-02-15 | 1 | -9/+9 |
| | | | |||||
| * | | Revert "Added Q_WS_MAEMO_5 to mkspec file." | Justin McPherson | 2010-02-15 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | Defined elsewhere. This reverts commit abf04def344aeb14dbb8539ba73fb5de26237bcc. | ||||
| * | | Express dependencies for QtMultimedia. | Justin McPherson | 2010-02-15 | 1 | -2/+3 |
| | | | |||||
| * | | Add missing QT_MODULE to header. | Justin McPherson | 2010-02-15 | 1 | -0/+2 |
| | | | |||||
| * | | Cleanup include files. | Justin McPherson | 2010-02-15 | 5 | -17/+50 |
| | | | |||||
| * | | Use correct license headers. | Justin McPherson | 2010-02-15 | 10 | -20/+20 |
| | | | |||||
| * | | Use correct path for private header. | Justin McPherson | 2010-02-15 | 1 | -1/+1 |
| | | | |||||
| * | | Use correct path for headers and source in qml.pri. | Justin McPherson | 2010-02-15 | 1 | -6/+6 |
| | | | |||||
| * | | Merge branch 'master' of ../../qt/master | Justin McPherson | 2010-02-14 | 3249 | -21512/+335535 |
| |\ \ | | |/ | |/| | |||||
| * | | Fix corruption of Direct Show event queue. | Andrew den Exter | 2010-02-12 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | The mutex proctecting the queue was being released and reacquired between when the head and tail are cleared, making it possible to append a new item to a popped, or even deleted tail, resulting in a lost event. | ||||
| * | | Emit positionChanged signals whenever playback is interrupted. | Andrew den Exter | 2010-02-12 | 4 | -18/+94 |
| | | | | | | | | | | | | | | | | | | When stopped, paused, at the end of media, and after a seek. This prevents progress bars stopping just short of the end because the last timed progress updates was 300ms before the end of playback. | ||||
| * | | Fix incorrect buffer size calculation. | Andrew den Exter | 2010-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | Was off by one resulting in repeated playback of mp3s being cutt off. | ||||
| * | | Add support for reading from resource files to Direct Show media service | Andrew den Exter | 2010-02-11 | 3 | -9/+65 |
| | | | |||||
| * | | Don't call free() on 'this' in DirectShowMediaType. | Andrew den Exter | 2010-02-11 | 1 | -2/+2 |
| | | | | | | | | | | | | The correct function is freeData(). | ||||
| * | | Add virtual destructors to QMediaObjectPrivate and QMediaServicePrivate. | Andrew den Exter | 2010-02-11 | 3 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | This reverts aec0628295cda95f2169e3007368797ba6585ee3 and fixes the actual problem, which is the destructors for for classes inheriting QMediaObjectPrivate weren't being called resulting in QPointer destructors also not being called. | ||||
| * | | Emit an error if given a QIODevice that is unusable. | Andrew den Exter | 2010-02-10 | 4 | -40/+69 |
| | | | | | | | | | | | | Where unusable is not readable or sequential. | ||||
| * | | Fix crash on exit in player example on Windows. | Andrew den Exter | 2010-02-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | Explicitly clear the QPointer to QVideoWidget on destruction, otherwise the destruction of the QVideoWidget will seeminly attempt to clear an invalidated QPointer. | ||||
| * | | Added missing qgstxvimagebuffer.h/cpp to gstreamer.pro | Dmytro Poplavskiy | 2010-02-10 | 1 | -2/+5 |
| | | | |||||
| * | | maemo define spelling incorrect. | Kurt Korbatits | 2010-02-09 | 1 | -1/+1 |
| | | | |||||
| * | | Added errors reporting to gst playback backend. | Dmytro Poplavskiy | 2010-02-09 | 3 | -0/+16 |
| | | | |||||
| * | | Don't clear the video output when the video widget is hidden. | Andrew den Exter | 2010-02-08 | 4 | -22/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Changing the video output is a heavy task and is likely to interrupt playback. Not really worth the cost for knowing the video isn't being decoded while it cant be seen. This also applies to the QGraphicsVideoItem. | ||||
| * | | Fix stall in graph when removing video and audio outputs. | Andrew den Exter | 2010-02-08 | 2 | -19/+89 |
| | | | | | | | | | | | | | | | | | | | | | Must remove the decoder as well as the output otherwise the graph wont be able to resume because a disconnected decoder cant. And the graph must be stopped to connect a new output. | ||||
| * | | Update QML media element documentation. | Andrew den Exter | 2010-02-08 | 2 | -54/+628 |
| | | |