summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clean up qmake-generated projectsOswald Buddenhagen2012-02-2214-49/+0
* Update audioengine overview doc & reference docLing Hu2012-02-219-96/+103
* Fix a few audiodecoder things.Michael Goddard2012-02-216-87/+322
* Fix QAudioBuffer sampleCount vs. channelCount.Michael Goddard2012-02-212-13/+48
* Add the hasAudio/hasVideo properties from MediaPlayer to Video.Michael Goddard2012-02-172-0/+16
* GStreamer backend for audio decoder service.Lev Zelenskiy2012-02-178-74/+413
* Added QAudioDecoderControl::sourceChanged signal.Lev Zelenskiy2012-02-173-0/+10
* Add a partial gstreamer based audio decoder service.Michael Goddard2012-02-1712-11/+916
* Use QTESTFINDDATA to FIND TEST DATA.Michael Goddard2012-02-171-24/+30
* Use a PA function to compare specs instead of memcmp.Michael Goddard2012-02-171-1/+1
* Add Video_4.qml to the packaging.Michael Goddard2012-02-171-1/+1
* QMediaRecorder: GStreamer backend changes for media probing API.Lev Zelenskiy2012-02-163-0/+113
* GStreamer backend changes for media probing API.Lev Zelenskiy2012-02-1613-24/+777
* Fix some compiler warnings.Michael Goddard2012-02-1413-36/+39
* Tweak some more documentation.Michael Goddard2012-02-148-149/+107
* Updated audio recorder example with screenshot and correct information.Jonas Rabbe2012-02-142-26/+62
* Documentation updates for declarative camera elements.Michael Goddard2012-02-137-38/+358
* Remove duplicates definitions of QTRY_VERIFY and QTRY_COMPARE.Jason McDonald2012-02-132-48/+0
* Fix shader file loading in qmlvideofx exampleGareth Stockwell2012-02-131-1/+23
* Disable flicking of qmlvideofx example parameter panelGareth Stockwell2012-02-131-0/+1
* Improve usability of qmlvideofx example on small touchscreensGareth Stockwell2012-02-135-50/+60
* Fixed gst bus helper when qt build without glib supportDmytro Poplavskiy2012-02-101-92/+39
* Changes to media probing API.Lev Zelenskiy2012-02-108-2/+56
* Added location specific metadata keys.Dmytro Poplavskiy2012-02-092-0/+76
* Moved camera testsdakovaci2012-02-092-133/+2
* Add some recent things to the overview docs.Michael Goddard2012-02-0918-18/+276
* Updated documentation for the QAudioRecorder classJonas Rabbe2012-02-092-3/+29
* Fixed 'magnify' shader in qmlvideofx exampleGareth Stockwell2012-02-091-5/+8
* Enable qmlvideofx window to be resized, when large screen layout usedGareth Stockwell2012-02-085-6/+43
* Tidy up frame rate display in video examplesGareth Stockwell2012-02-087-52/+110
* Tidy up file browsing in video examplesGareth Stockwell2012-02-087-632/+672
* Add the audio decoder variant of QMediaPlayer.Michael Goddard2012-02-0813-4/+1596
* Fixed possible dependency problem in the qmake structureJonas Rabbe2012-02-081-1/+7
* Remove some more QTest::qWait(10) calls.Michael Goddard2012-02-083-20/+6
* Added loading of video node factories from pluginsJonas Rabbe2012-02-0812-11/+180
* API changes to QML element MediaPlayer aka AudioAngus Cummings2012-02-0817-585/+3385
* Add exports for probe classes.Michael Goddard2012-02-074-4/+4
* Updated declarative camera image processing with C++ API changesDmytro Poplavskiy2012-02-072-41/+42
* Updated declarative camera recorder with C++ API changes.Dmytro Poplavskiy2012-02-072-12/+46
* Expose capture request id in the declarative camera.Dmytro Poplavskiy2012-02-072-28/+34
* Add some media probing API.Michael Goddard2012-02-0711-6/+906
* tst_qmediaplayerbackend: try to load test file from the current dir.Dmytro Poplavskiy2012-02-071-0/+3
* Add a QAudioBuffer class.Michael Goddard2012-02-067-1/+1080
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-0622-205/+211
* Changes to QMediaPlayer GStreamer backend to allow setPosition before pauseLev Zelenskiy2012-02-065-6/+199
* Gst player backend: fixed prerolled frames renderingLev Zelenskiy2012-02-061-6/+9
* Documentation tweaks.Michael Goddard2012-02-0611-9/+72
* QMediaPlayer::setPosition: do not check isSeekable and do not bound by durationLev Zelenskiy2012-02-062-7/+2
* Fix some warnings.Michael Goddard2012-02-062-2/+4
* Add AudioEngine with new implementationLing Hu2012-02-0639-6/+6592