summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* QMediaPlayer frontend: changes to playlist support.Lev Zelenskiy2012-03-212-54/+61
* Marked media service provide test as insignificant on macJonas Rabbe2012-03-201-0/+2
* Updated IID, services, and controls to use qt-project URLJonas Rabbe2012-03-208-8/+8
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-2018-233/+570
* Make QDeclarativeAudio use QMediaPlayer instead of the controls.Michael Goddard2012-03-163-9/+9
* Merge the QDeclarativeMediaBase and QDeclarativeAudio classes.Michael Goddard2012-03-161-3/+1
* Add use of TESTDATA feature to integration testsKalle Juhani Lehtonen2012-03-1511-23/+15
* Updated declarative components to use the QML moduleJonas Rabbe2012-03-146-6/+11
* Made QRadioData bind to QRadioTuner to avoid using multiple servicesJonas Rabbe2012-03-123-58/+100
* Update Qt Multimedia tests to use TESTDATAKalle Juhani Lehtonen2012-03-123-9/+14
* Added playlist property to QMediaContentLev Zelenskiy2012-03-121-0/+38
* Don't request renderer control if null surface is set as video output.Dmytro Poplavskiy2012-03-122-0/+20
* Move most of playlist API to private.Lev Zelenskiy2012-03-065-9/+9
* Fix some memory leaks.Michael Goddard2012-03-052-5/+9
* Expose availability from the backend to C++ and QML.Michael Goddard2012-03-028-45/+200
* Changes to GStreamer backend for audio decoder.Lev Zelenskiy2012-02-243-49/+146
* Don't use QT_ARCH to detect ARM or OpenGL ES 2 on ARMBradley T. Hughes2012-02-221-1/+1
* Fix a few audiodecoder things.Michael Goddard2012-02-212-10/+215
* Fix QAudioBuffer sampleCount vs. channelCount.Michael Goddard2012-02-211-8/+41
* GStreamer backend for audio decoder service.Lev Zelenskiy2012-02-173-0/+166
* Use QTESTFINDDATA to FIND TEST DATA.Michael Goddard2012-02-171-24/+30
* GStreamer backend changes for media probing API.Lev Zelenskiy2012-02-161-10/+82
* Fix some compiler warnings.Michael Goddard2012-02-141-0/+1
* Remove duplicates definitions of QTRY_VERIFY and QTRY_COMPARE.Jason McDonald2012-02-132-48/+0
* Moved camera testsdakovaci2012-02-092-133/+2
* Add the audio decoder variant of QMediaPlayer.Michael Goddard2012-02-086-1/+625
* Remove some more QTest::qWait(10) calls.Michael Goddard2012-02-083-20/+6
* API changes to QML element MediaPlayer aka AudioAngus Cummings2012-02-084-382/+1414
* tst_qmediaplayerbackend: try to load test file from the current dir.Dmytro Poplavskiy2012-02-071-0/+3
* Add a QAudioBuffer class.Michael Goddard2012-02-063-0/+388
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-064-4/+4
* Changes to QMediaPlayer GStreamer backend to allow setPosition before pauseLev Zelenskiy2012-02-062-0/+125
* QMediaPlayer::setPosition: do not check isSeekable and do not bound by durationLev Zelenskiy2012-02-061-5/+0
* Added metaDataChanged(key,value) signal to metadata controls.Dmytro Poplavskiy2012-02-064-15/+58
* Made camera unit tests more stableDmytro Poplavskiy2012-02-062-21/+18
* Remove QMediaImageViewer (SC break).Michael Goddard2012-02-0314-1239/+2
* Changed QCameraFocus::focusMode type to QFlags based FocusModesDmytro Poplavskiy2012-02-021-4/+4
* QCameraImageProcessingControl API fixesDmytro Poplavskiy2012-02-022-61/+57
* Added QMediaRecorder::actualLocation propertyDmytro Poplavskiy2012-02-012-0/+20
* Split QMediaRecorder::setEncodingSettings to separate setters.Dmytro Poplavskiy2012-02-014-14/+65
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3091-92/+92
* Moved zoom related properties out of QCameraFocusControlDmytro Poplavskiy2012-01-275-67/+146
* Fix some surface assignment errors.Michael Goddard2012-01-271-3/+21
* Add a rendered and content rectangle properties to VideoOutput QML.Michael Goddard2012-01-274-2/+708
* Add a volume (gain) property to QAudioInput.Michael Goddard2012-01-251-0/+27
* QCameraExposure API refactoringDmytro Poplavskiy2012-01-252-90/+101
* Removed QMediaServiceProvider parameter from media objects constructors.Dmytro Poplavskiy2012-01-2411-324/+272
* Implement QAudioDeviceInfo operator==/!=Michael Goddard2012-01-231-107/+90
* Update obsolete contact address.Jason McDonald2012-01-2389-89/+89
* Fixed compile.Rohan McGovern2012-01-231-2/+2