| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'origin/4.7' into symbian47 | Thomas Zander | 2010-05-10 | 3 | -6/+21 |
|\ |
|
| * | Fix build error for S60 3.1 winscw target | Derick Hawcroft | 2010-05-05 | 2 | -5/+20 |
|
|
| * | Gstreamer mediaservice backend: fixed check for X11/QWS build. | Dmytro Poplavskiy | 2010-05-04 | 1 | -1/+1 |
|
|
* | | Disable compiling of the plugin when extra package not found | Thomas Zander | 2010-05-04 | 1 | -1/+3 |
|
|
* | | Fix includes so it compiles | Thomas Zander | 2010-05-03 | 2 | -3/+2 |
|/ |
|
* | Fix crash in direct show media service with mingw and a video surface. | Andrew den Exter | 2010-04-30 | 2 | -20/+8 |
|
|
* | Gstreamer media backend: fixed embedded qt build | Dmytro Poplavskiy | 2010-04-29 | 5 | -21/+62 |
|
|
* | S60 mediaservices backend | hawcroft | 2010-04-29 | 32 | -0/+4976 |
|
|
* | Fix attempted invocation of non-existent timerActivated() slot. | Andrew den Exter | 2010-04-27 | 1 | -2/+2 |
|
|
* | Remove trace code from directshowaudioendpointcontrol.h. | Andrew den Exter | 2010-04-23 | 1 | -5/+0 |
|
|
* | Gstreamer media backend: preserve playback rate after seeks and media | Dmytro Poplavskiy | 2010-04-21 | 1 | -4/+15 |
|
|
* | QT7 mediaservice; fix leaking strings. | Justin McPherson | 2010-04-20 | 1 | -8/+7 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.... | Qt Continuous Integration System | 2010-04-19 | 41 | -215/+267 |
|\ |
|
| * | Fix compile errors in Direct Show media service. | Andrew den Exter | 2010-04-16 | 2 | -2/+2 |
|
|
| * | QtMediaservices -> QtMediaServices. | Justin McPherson | 2010-04-16 | 37 | -185/+185 |
|
|
| * | Fixed compile errors with gstreamer plugin | Kurt Korbatits | 2010-04-15 | 3 | -3/+3 |
|
|
| * | Create Mediaservices lib, separate from Multimedia. | Justin McPherson | 2010-04-15 | 40 | -191/+191 |
|
|
| * | Gstreamer media backend: seek to media start on end of stream. | Dmytro Poplavskiy | 2010-04-14 | 2 | -24/+76 |
|
|
* | | Compile on Mac OS 10.4 | Kent Hansen | 2010-04-14 | 6 | -3/+12 |
|/ |
|
* | Don't fill the video widget borders or background by default. | Andrew den Exter | 2010-03-30 | 1 | -0/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7 | Dmytro Poplavskiy | 2010-03-29 | 2 | -1/+10 |
|\ |
|
| * | Change availabilty of camera related code. | Justin McPherson | 2010-03-29 | 2 | -1/+10 |
|
|
* | | QuickTime video widget: use widget palette for video background color. | Dmytro Poplavskiy | 2010-03-29 | 1 | -1/+2 |
|/ |
|
* | QuickTime media backend: ensure quicktime notification are | Dmytro Poplavskiy | 2010-03-29 | 1 | -4/+4 |
|
|
* | QuickTime backend: disable video outputs in stopped state. | Dmytro Poplavskiy | 2010-03-29 | 10 | -33/+19 |
|
|
* | QuickTime media backend: Render CIImage based video frames directly with | Dmytro Poplavskiy | 2010-03-29 | 6 | -42/+249 |
|
|
* | Don't specify a BottomToTop scan line direction for YUV frames. | Andrew den Exter | 2010-03-26 | 1 | -6/+22 |
|
|
* | Support expanding aspect ratio in direct show video window control. | Andrew den Exter | 2010-03-26 | 4 | -30/+43 |
|
|
* | Support the Expanding aspect ratio mode in the gstreamer window control. | Andrew den Exter | 2010-03-26 | 3 | -2/+30 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7 | Dmytro Poplavskiy | 2010-03-22 | 12 | -55/+86 |
|\ |
|
| * | Replace AspectRatioMode enum from QVideoWidget with Qt::AspectRatioMode. | Andrew den Exter | 2010-03-18 | 10 | -39/+39 |
|
|
| * | Pause the direct show graph when the playback rate is 0.0. | Andrew den Exter | 2010-03-17 | 2 | -16/+47 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into 4.7 | Dmytro Poplavskiy | 2010-03-15 | 7 | -41/+222 |
|\ \
| |/ |
|
| * | Gstreamer player: allow video output changes during video playback. | Dmytro Poplavskiy | 2010-03-15 | 2 | -18/+186 |
|
|
| * | Install plugins to correct path. | Justin McPherson | 2010-03-15 | 3 | -3/+3 |
|
|
| * | Delayed initialization of gstreamer video widget. | Dmytro Poplavskiy | 2010-03-08 | 2 | -20/+33 |
|
|
* | | QuickTime MovieViewOutput: remove view from layout and reset source | Dmytro Poplavskiy | 2010-03-11 | 2 | -4/+29 |
|/ |
|
* | Fixed compiler warning | Dmytro Poplavskiy | 2010-03-05 | 1 | -0/+1 |
|
|
* | QuickTime movie view output: emit the natural size changes | Dmytro Poplavskiy | 2010-03-05 | 1 | -1/+4 |
|
|
* | QT7 mediaservice; Fix memory leak | Justin McPherson | 2010-03-03 | 1 | -0/+1 |
|
|
* | Undo a doc revert. | Justin McPherson | 2010-03-03 | 1 | -1/+1 |
|
|
* | Gstreamer media backend: ensure the null video output is not deleted | Dmytro Poplavskiy | 2010-03-03 | 1 | -0/+2 |
|
|
* | Use mute property instead of setting volume to 0 if playbin2 is used. | Dmytro Poplavskiy | 2010-03-03 | 1 | -8/+20 |
|
|
* | Gstreamer playback backend: Start loading media on setMedia(), | Dmytro Poplavskiy | 2010-03-03 | 4 | -59/+186 |
|
|
* | typo for windows ce exclusion rule | Maurice Kalinowski | 2010-03-01 | 1 | -1/+1 |
|
|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into... | Qt Continuous Integration System | 2010-02-26 | 38 | -168/+437 |
|\ |
|
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into... | Qt Continuous Integration System | 2010-02-25 | 38 | -168/+437 |
| |\ |
|
| | * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging | Andrew den Exter | 2010-02-25 | 23 | -71/+202 |
| | |\ |
|
| | | * | QT7; Fix warnings. | Justin McPherson | 2010-02-25 | 1 | -31/+43 |
|
|
| | | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-staging | Justin McPherson | 2010-02-25 | 5 | -34/+76 |
| | | |\ |
|