summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Moved doc under src to fall in-line with the new modular structureVenugopal Shivashankar2012-07-2563-0/+4564
* Replaced endpoint control with audio input and output controlsDmytro Poplavskiy2012-07-248-185/+406
* Fixed docs for QAudioInput::bufferSize and setBufferSizeAli Akhtarzada2012-07-241-2/+2
* Added volume property to QMediaRecorderDmytro Poplavskiy2012-07-194-0/+50
* Added volume control for QAudioOutput & QAudioInput (alsa)Kurt Korbatits2012-07-1710-10/+252
* Fix some QAudioInput errors on OSX.Michael Goddard2012-07-161-10/+36
* Fixed error in qaudioinput alsa backend for invalid format.Kurt Korbatits2012-07-161-2/+2
* Update the export macros in qtmultimedia.gitThiago Macieira2012-07-111-18/+2
* Clarify API/docs by introducing the audio "frame", and add helpers.Michael Goddard2012-07-115-71/+206
* Update ALSA device enumeration to return all devicesMithra Pattison2012-07-101-12/+5
* Delete obsolete class methods and update related codeMithra Pattison2012-07-1017-175/+108
* Fix internal compiler error of MSVC2012.Friedemann Kleint2012-07-041-5/+6
* Rename availabilityError to availability.Michael Goddard2012-06-2919-67/+72
* Rename a few controls.Michael Goddard2012-06-2919-155/+155
* Allow frequences up to 96000 in QAudioInput win32 backend.Lev Zelenskiy2012-06-271-1/+1
* Clean buffers before closing the input device.Lev Zelenskiy2012-06-271-6/+7
* Added support for big endian data to QAudioOutput win32 backend.Lev Zelenskiy2012-06-261-0/+25
* build system cleanupsOswald Buddenhagen2012-06-251-10/+1
* fix bogus conditionalOswald Buddenhagen2012-06-251-1/+1
* switch to new-style configure testsOswald Buddenhagen2012-06-251-2/+2
* auto-generate module prisOswald Buddenhagen2012-06-251-1/+0
* Add default initialisation to various multimedia classesMithra Pattison2012-06-251-1/+1
* Fix namespace compilation.Toby Tomkins2012-06-256-7/+14
* Fix QAudioOutput volume on OSX.Michael Goddard2012-06-202-0/+29
* 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-1510-188/+354
* Tweak the controls documentation.Michael Goddard2012-06-1538-37/+37
* Fix build on Windows with new qdatetime.h that doesn't redefine min/maxSimon Hausmann2012-06-132-0/+4
* Reduce the usage of QAbstractVideoBufferPrivate.Michael Goddard2012-06-133-13/+6
* Clarify documentation about QAudioDecoder::read and blocking.Michael Goddard2012-06-132-9/+13
* Adding qdoc workaround to all control classesAngus Cummings2012-06-1227-3/+61
* Fixing some doc errors for overviewAngus Cummings2012-06-083-2/+11
* Added QAbstractVideoBuffer::release virtual methodDmytro Poplavskiy2012-06-073-1/+16
* Removed encoding options from Audio/Video encoding controlsDmytro Poplavskiy2012-06-074-47/+0
* A number of documentation fixes.Michael Goddard2012-06-075-17/+19
* 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-074-10/+13
* Remove the last remainders of the old plugin systemLars Knoll2012-06-051-4/+10
* ensure important docs are built by the automated publisherAngus Cummings2012-06-014-1/+9
* Fixed not initialized QVideoFrame mappedCount memberDmytro Poplavskiy2012-05-301-0/+1
* Replaced camera viewfinder resolution control with settings controlDmytro Poplavskiy2012-05-224-122/+158
* Added custom parameters to Audio/Video/ImageEncodingSettingsDmytro Poplavskiy2012-05-182-6/+185
* Fixed typo in QCamera::Status documentationDmytro Poplavskiy2012-05-181-1/+1
* Very minor C++ doc changesAngus Cummings2012-05-167-18/+18
* Minor doc fixes for QMLAngus Cummings2012-05-161-18/+54
* Gst backend: allow rendering other video buffers than allocatedDmytro Poplavskiy2012-05-141-8/+4
* Added QMediaRecorder::OutOfSpaceError error codeDmytro Poplavskiy2012-05-142-1/+3
* Declare and register metatypes for media encoder settings classesDmytro Poplavskiy2012-05-042-0/+18