summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix config.testqtmmk-mergeMichael Goddard2011-10-251-1/+1
* Don't ignore debug plugins on Mac when release plugins aren't availableRohan McGovern2011-10-251-5/+26
* We already have a mock backend.Michael Goddard2011-10-2510-1185/+0
* Declare these metatypes.Michael Goddard2011-10-256-5/+6
* Adapt to QtDeclarative api renaming (QSG --> QQuick)Kent Hansen2011-10-243-8/+8
* Fixed compile; QDesktopServices -> QStandardPathsRohan McGovern2011-10-241-2/+2
* Added RDS functionality to the QRadioTuner/QDeclarativeRadioSami Nurmenniemi2011-10-2133-10/+2076
* Limit the sequential bytes skipping to a max 16kB at a time.Michael Goddard2011-10-211-1/+1
* Fix debug output test - type is qreal, so can be float or double.Michael Goddard2011-10-211-0/+4
* Added testcase to qcamerabackend test CONFIGDmytro Poplavskiy2011-10-201-0/+1
* Fixed build problems with QuicktimeJonas Rabbe2011-10-204-5/+5
* Doc: Add ability to generate documentation for the module.Jerome Pasion2011-10-175-0/+309
* Init mediaobject at classBegin rather than componentCompleteLing Hu2011-10-171-7/+9
* Make the C++ API of QSoundEffect public.Michael Goddard2011-10-178-22/+12
* Declarative VideoOutput: added support for more rgb formats.Dmytro Poplavskiy2011-10-145-163/+294
* Copied ALSA config test into QtMultimedia moduleJonas Rabbe2011-10-144-1/+65
* Make sure this library gets installed.Michael Goddard2011-10-141-0/+2
* Fix qwavedecoder test data deployment on deviceKalle Juhani Lehtonen2011-10-131-4/+3
* Multimedia: Compile on Windows.Friedemann Kleint2011-10-1225-58/+60
* Moved general gstreamer helper classes into separate library.Jonas Rabbe2011-10-1237-75/+278
* Fixed a couple of failing auto tests.Jonas Rabbe2011-10-123-3/+3
* Tests should not be unconditionally excluded.Jonas Rabbe2011-10-121-1/+2
* Add QNAM tests to wavedecoder as well, to simulate slow sources.Michael Goddard2011-10-112-1/+71
* Rename the parsing error signal to parsingError.Michael Goddard2011-10-115-32/+40
* Fix the wavedecoder a little.Michael Goddard2011-10-1118-56/+131
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-111-4/+3
* only corrupt 'data' descriptor nothing elsehawcroft2011-10-111-0/+0
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-1043-104/+129
* Auto test for private class QWaveDecoderhawcroft2011-10-1021-0/+337
* bail out in case of missing descriptorshawcroft2011-10-101-3/+4
* Improve video test coverage and debugging output.Michael Goddard2011-10-0710-150/+465
* Rename QtMultimediaKit to QtMultimedia.Michael Goddard2011-10-07395-3095/+1400
* Add a new servicename for background mediaplayerLing Hu2011-09-301-0/+7
* Update background audio element to use new service nameLing Hu2011-09-303-4/+6
* Update audiooutput example with volume sliderhawcroft2011-09-282-0/+26
* Add QAudioOutput volume API and pulseaudio backend implementation.hawcroft2011-09-286-1/+93
* Fakeradio: emit signal when scanning abortedJonas Rabbe2011-09-271-1/+4
* Gst player backend: don't show the first frame when resuming playback.Dmytro Poplavskiy2011-09-274-3/+55
* Needs widgets module to build.hawcroft2011-09-271-1/+1
* Fix a few QT_BEGIN/END_HEADER pairs.Michael Goddard2011-09-274-2/+12
* Remove QApplication usage - it's in QCoreApplication.Michael Goddard2011-09-261-2/+1
* Move the backend specific documentation into a nicer place.Michael Goddard2011-09-2630-137/+164
* Fix a playback bug for mediaplayer windows media foundation backendLing Hu2011-09-263-5/+14
* Fixed directshow config testGareth Stockwell2011-09-261-0/+6
* Fixed a typo in the WMF backend which caused a compilation failureGareth Stockwell2011-09-261-2/+1
* fix a spelling errorLing Hu2011-09-261-1/+1
* Fix config.tests for directshow backend.Ling Hu2011-09-261-0/+1
* Fix the config.tests for WMF backend.Ling Hu2011-09-261-0/+4
* Merge branch 'camera' of ssh://codereview.qt-project.org:29418/qt/qtmultimedi...Michael Goddard2011-09-2616-963/+2322
|\
| * QML Camera element redesign.Dmytro Poplavskiy2011-09-1216-960/+2320