summaryrefslogtreecommitdiffstats
path: root/src/plugins/mediaservices
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2638-168/+437
|\
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2538-168/+437
| |\
| | * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-stagingAndrew den Exter2010-02-2523-71/+202
| | |\
| | | * QT7; Fix warnings.Justin McPherson2010-02-251-31/+43
| | | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-stagingJustin McPherson2010-02-255-34/+76
| | | |\
| | | | * Fixed QTMoview object leak.Dmytro Poplavskiy2010-02-252-2/+4
| | | | * Use the monitor color space for video output.Dmytro Poplavskiy2010-02-252-4/+34
| | | | * Try to start media playback on all load state changes.Dmytro Poplavskiy2010-02-252-30/+40
| | | * | Qt namespace fixes.Justin McPherson2010-02-2517-6/+83
| | | |/
| | * | Make the Direct Show media service compile with a Qt namespace.Andrew den Exter2010-02-251-2/+2
| | * | Make the Direct Show media service compile with mingw.Andrew den Exter2010-02-2510-45/+152
| | * | Test for the existance of the Windows Media SDK in configure.Andrew den Exter2010-02-251-1/+1
| | * | Remove all uses of __uuidof from the Direct Show media service.Andrew den Exter2010-02-2510-51/+59
| | |/
| | * QT7; Add support for setting cookies when loading a movie.Justin McPherson2010-02-251-4/+27
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-251-1/+1
|\ \ \ | |/ / |/| |
| * | Revert "qdoc: List new QML elements in \sincelist for What's New page."Andreas Aardal Hanssen2010-02-251-1/+1
| |/
* | Merge remote branch 'origin/master'Olivier Goffart2010-02-2413-46/+44
|\ \ | |/
| * Add -mediaservice argument to configure.Andrew den Exter2010-02-241-11/+13
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into...Qt Continuous Integration System2010-02-2312-42/+38
| |\
| | * Remove active qDebugs.Justin McPherson2010-02-2312-42/+38
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-232-21/+4
|\ \ \ | |/ / |/| |
| * | Make mediaservices use existing GStreamer qmake varsTom Cooksey2010-02-232-21/+4
| * | Fix build on systems without XVideo headersTom Cooksey2010-02-231-1/+1
| |/
| * Documentation fixes.Justin McPherson2010-02-222-2/+2
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1Martin Smith2010-02-225-10/+6
|\ \
| * | Cocoa: fix namespace buildRichard Moe Gustavsen2010-02-225-10/+6
* | | qdoc: List new QML elements in \sincelist for What's New page.Martin Smith2010-02-221-1/+1
|/ /
* | doc: Fixed some qdoc errors.Martin Smith2010-02-221-1/+1
|/
* 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
| * Quicktime playback backend: Recreate the visual context on video nativeDmytro Poplavskiy2010-02-191-30/+42
| * QuickTime playback backend: Listen for movie load state changes.Dmytro Poplavskiy2010-02-192-28/+111
* | Complete namespace move; QtMedia -> QtMultimediaJustin McPherson2010-02-193-41/+41
* | Change namespace; QtMedia -> QtMultimediaJustin McPherson2010-02-197-95/+95
|/
* Switch RGB24 and BGR24 shaders back.Andrew den Exter2010-02-182-3/+3
* Use the IPropertyBag interface to get audio device names.Andrew den Exter2010-02-181-1/+15
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-multimedia-teamJustin McPherson2010-02-171-1/+2
|\
| * Support YUV444 formats in QPainterVideoSurface.Andrew den Exter2010-02-171-1/+2
* | Remove unused files.Justin McPherson2010-02-176-419/+0
|/
* Extend the mappings between Direct Show and QVideoFrame color formats.Andrew den Exter2010-02-161-4/+31
* Don't paint RGB24 frames as BGR24.Andrew den Exter2010-02-161-1/+4
* Always pass encoded URLs to GStreamer. Fixes issue with spaces inNicholas Young2010-02-161-1/+1
* Fix corruption of Direct Show event queue.Andrew den Exter2010-02-121-2/+3
* Emit positionChanged signals whenever playback is interrupted.Andrew den Exter2010-02-124-18/+94
* Fix incorrect buffer size calculation.Andrew den Exter2010-02-111-2/+2
* Add support for reading from resource files to Direct Show media serviceAndrew den Exter2010-02-113-9/+65
* Don't call free() on 'this' in DirectShowMediaType.Andrew den Exter2010-02-111-2/+2