Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-02-19 | 3 | -3/+18 |
|\ | |||||
| * | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-18 | 1 | -7/+4 |
| |\ | |||||
| * | | Reduced the memory footprint of qttrace files. | Samuel Rødal | 2010-02-18 | 1 | -2/+7 |
| * | | Merge remote branch 'qt/master' into staging-2-master | Qt Continuous Integration System | 2010-02-15 | 1 | -0/+11 |
| |\ \ | |||||
| * \ \ | Merge branch 'master' of scm.dev.troll.no:qt/oslo-staging-2 into qstatictext-4.7 | Eskil Abrahamsen Blomfeldt | 2010-02-15 | 5 | -513/+79 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-08 | 3 | -36/+85 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2 into qstat... | Eskil Abrahamsen Blomfeldt | 2010-02-04 | 5 | -2/+263 |
| |\ \ \ \ \ | |||||
| * | | | | | | Lock before calling drawStaticTextItem | Anders Bakken | 2010-02-02 | 2 | -1/+11 |
* | | | | | | | 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 |
| * | | | | | | | Quicktime playback backend: Recreate the visual context on video native | Dmytro Poplavskiy | 2010-02-19 | 1 | -30/+42 |
| * | | | | | | | QuickTime playback backend: Listen for movie load state changes. | Dmytro Poplavskiy | 2010-02-19 | 2 | -28/+111 |
* | | | | | | | | Lowercase Q to uppercase in QML elment URI. | Justin McPherson | 2010-02-19 | 1 | -5/+5 |
* | | | | | | | | Complete namespace move; QtMedia -> QtMultimedia | Justin McPherson | 2010-02-19 | 3 | -41/+41 |
* | | | | | | | | Use the qmlmodule method for adding multimedia qml elements. | Justin McPherson | 2010-02-19 | 4 | -0/+92 |
* | | | | | | | | Change namespace; QtMedia -> QtMultimedia | Justin McPherson | 2010-02-19 | 7 | -95/+95 |
|/ / / / / / / | |||||
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-team into ma... | Qt Continuous Integration System | 2010-02-18 | 101 | -1/+18402 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | Switch RGB24 and BGR24 shaders back. | Andrew den Exter | 2010-02-18 | 2 | -3/+3 |
| * | | | | | | Use the IPropertyBag interface to get audio device names. | Andrew den Exter | 2010-02-18 | 1 | -1/+15 |
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-team | Justin McPherson | 2010-02-17 | 1 | -1/+2 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | Support YUV444 formats in QPainterVideoSurface. | Andrew den Exter | 2010-02-17 | 1 | -1/+2 |
| * | | | | | | | 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 | 1 | -1/+4 |
| * | | | | | | Always pass encoded URLs to GStreamer. Fixes issue with spaces in | Nicholas Young | 2010-02-16 | 1 | -1/+1 |
| * | | | | | | Merge branch 'master' of ../../qt/master | Justin McPherson | 2010-02-14 | 9 | -524/+405 |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | |||||
| * | | | | | | Fix corruption of Direct Show event queue. | Andrew den Exter | 2010-02-12 | 1 | -2/+3 |
| * | | | | | | Emit positionChanged signals whenever playback is interrupted. | Andrew den Exter | 2010-02-12 | 4 | -18/+94 |
| * | | | | | | Fix incorrect buffer size calculation. | Andrew den Exter | 2010-02-11 | 1 | -2/+2 |
| * | | | | | | 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 |
| * | | | | | | Emit an error if given a QIODevice that is unusable. | Andrew den Exter | 2010-02-10 | 4 | -40/+69 |
| * | | | | | | Added missing qgstxvimagebuffer.h/cpp to gstreamer.pro | Dmytro Poplavskiy | 2010-02-10 | 1 | -2/+5 |
| * | | | | | | Added errors reporting to gst playback backend. | Dmytro Poplavskiy | 2010-02-09 | 3 | -0/+16 |
| * | | | | | | Fix stall in graph when removing video and audio outputs. | Andrew den Exter | 2010-02-08 | 2 | -19/+89 |
| * | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Justin McPherson | 2010-02-05 | 4 | -5/+35 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Gstreamer and XVideo use YUY2 fourcc, not YUYV. | Dmytro Poplavskiy | 2010-02-05 | 2 | -2/+2 |
| * | | | | | | | Added support for XvImage shm based video frames to gstreamer backend. | Dmytro Poplavskiy | 2010-02-05 | 7 | -94/+709 |
| * | | | | | | | Enable building the Direct Show media service plugin. | Andrew den Exter | 2010-02-03 | 1 | -2/+2 |
| * | | | | | | | Enable building the Direct Show plugin without the Window Media SDK. | Andrew den Exter | 2010-02-03 | 4 | -4/+38 |
| * | | | | | | | Share a single instance of DirectShowEventLoop between services. | Andrew den Exter | 2010-02-03 | 2 | -11/+13 |
| * | | | | | | | Compile fix for DirectShowEventLoop. | Andrew den Exter | 2010-02-03 | 1 | -1/+1 |
| * | | | | | | | Handle graph events in the service thread rather than the gui thread. | Andrew den Exter | 2010-02-03 | 2 | -233/+201 |
| * | | | | | | | Send an EC_COMPLETE event from the video surface filter on end of stream | Andrew den Exter | 2010-02-03 | 3 | -3/+49 |
| * | | | | | | | Compile fix for DirectShowAudioEndpointControl. | Andrew den Exter | 2010-02-03 | 2 | -6/+11 |
| * | | | | | | | Compile fix for Direct Show media service plug-in. | Andrew den Exter | 2010-02-03 | 1 | -1/+0 |
| * | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia | Justin McPherson | 2010-01-29 | 2 | -2/+2 |
| |\ \ \ \ \ \ \ |