summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix namespace compilation.Toby Tomkins2012-06-2511-12/+25
* Add the QtBase/lib directory as a library path, not just frameworks.Michael Goddard2012-06-251-1/+1
* Fix QAudioOutput volume on OSX.Michael Goddard2012-06-202-0/+29
* Remove the USE_COCOA #ifdef, it's always defined now.Michael Goddard2012-06-201-2/+0
* Enabled wmf plugin on Windows againLing Hu2012-06-206-12/+13
* fix volume handling on WindowsMaurice Kalinowski2012-06-202-0/+25
* QIODevice* is used, but QIODevice was never declaredThiago Macieira2012-06-191-1/+1
* Fix a number of other qdoc issues.Michael Goddard2012-06-1531-421/+565
* Tweak the controls documentation.Michael Goddard2012-06-1538-37/+37
* Replace a writable position() property with a seek() method.Michael Goddard2012-06-142-23/+50
* Updating brief layout of QML typesAngus Cummings2012-06-1419-21/+21
* Fix build on Windows with new qdatetime.h that doesn't redefine min/maxSimon Hausmann2012-06-133-1/+5
* Reduce the usage of QAbstractVideoBufferPrivate.Michael Goddard2012-06-133-13/+6
* Clarify documentation about QAudioDecoder::read and blocking.Michael Goddard2012-06-132-9/+13
* Renaming StopppedState to StoppedStateAngus Cummings2012-06-135-10/+10
* Enable auto resume of playback for gstreamer mediaplayerLing Hu2012-06-122-31/+44
* Adding qdoc workaround to all control classesAngus Cummings2012-06-1227-3/+61
* Remove the legacy QML API.Michael Goddard2012-06-0811-2189/+322
* Fixing some doc errors for overviewAngus Cummings2012-06-083-2/+11
* Fix compilation without QtWidgets and QtOpenGL on MacKent Hansen2012-06-074-6/+13
* Added QAbstractVideoBuffer::release virtual methodDmytro Poplavskiy2012-06-073-1/+16
* Removed encoding options from Audio/Video encoding controlsDmytro Poplavskiy2012-06-0710-116/+0
* A number of documentation fixes.Michael Goddard2012-06-079-29/+36
* Clarify the metadata functionality of QMediaPlayer.Michael Goddard2012-06-072-11/+24
* QVideoWindowControl moved to QtMultimedia, fix docs.Michael Goddard2012-06-071-2/+3
* Use QPointer instead of QWeakPointer to track QObjects.Stephen Kelly2012-06-075-13/+17
* Remove the last remainders of the old plugin systemLars Knoll2012-06-057-27/+18
* Call the base QQuickItem geometryChanged function in our override.Michael Goddard2012-06-051-0/+2
* Avoid string-based, dynamic lookup of signalsKent Hansen2012-06-052-24/+24
* add multimediawidgets before gsttools to SUBDIRSOswald Buddenhagen2012-06-011-7/+7
* ensure important docs are built by the automated publisherAngus Cummings2012-06-014-1/+9
* Fixing doc errors in MediaPlayer and CameraFlashAngus Cummings2012-06-012-77/+678
* Add gstreamer.json to OTHER_FILESJohannes Zellner2012-06-011-0/+2
* Fixed not initialized QVideoFrame mappedCount memberDmytro Poplavskiy2012-05-301-0/+1
* Release string after gst_cap_to_string is called.bigbearzhu2012-05-281-1/+4
* Made pulsedevices high priority than oss for recordingLing Hu2012-05-251-1/+1
* Replaced camera viewfinder resolution control with settings controlDmytro Poplavskiy2012-05-224-122/+158
* Fix compilation when appsrc is not available.Johannes Zellner2012-05-211-0/+4
* Added custom parameters to Audio/Video/ImageEncodingSettingsDmytro Poplavskiy2012-05-182-6/+185
* Added missing QDeclarativeCamera::CaptureViewfinder enum valueDmytro Poplavskiy2012-05-182-0/+4
* Fixed typo in QCamera::Status documentationDmytro Poplavskiy2012-05-181-1/+1
* QML VideoOutput: don't keep video frames for more than necessaryDmytro Poplavskiy2012-05-162-17/+31
* Expose camera status to QML Camera elementDmytro Poplavskiy2012-05-162-0/+75
* Very minor C++ doc changesAngus Cummings2012-05-167-18/+18
* Minor doc fixes for QMLAngus Cummings2012-05-1623-213/+285
* Gst backend: allow rendering other video buffers than allocatedDmytro Poplavskiy2012-05-143-10/+10
* Fixed QML Camera errors reportingDmytro Poplavskiy2012-05-142-8/+27
* Improved QDeclarativeCameraRecorder errors reportingDmytro Poplavskiy2012-05-142-6/+35
* Added QMediaRecorder::OutOfSpaceError error codeDmytro Poplavskiy2012-05-142-1/+3
* GStreamer player session: remove code for old playbin.Lev Zelenskiy2012-05-142-148/+50