summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Doc: Updated landing page to be consistent with other module landing pagesVenugopal Shivashankar2012-09-133-29/+70
* Doc: Removed the unnecessary \annotatedlist command to avoid duplicationVenugopal Shivashankar2012-09-121-3/+7
* remove usage of QT_MAKEDLL from QtMultimediaJoerg Bornemann2012-09-121-18/+2
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-121-2/+0
* Doc: Added an index page and separated \qmlproperty and \property documentationVenugopal Shivashankar2012-08-295-8/+104
* follow rename of qt_module_config.prf to qt_module.prfOswald Buddenhagen2012-08-111-1/+1
* Fix some failing QAudioInput integration tests on OSX.Michael Goddard2012-08-034-14/+73
* Added check to qsound and qsoundeffect unit tests for audio supportKurt Korbatits2012-08-031-0/+5
* Add a missing include for Q_MULTIMEDIA_EXPORTThiago Macieira2012-08-022-0/+2
* Fix a few header style violations.Michael Goddard2012-07-305-3/+7
* Doc: Changed \qmlclass to \qmltype and added \instantiatesJerome Pasion2012-07-271-1/+2
* Replace QSoundEffect backend using qmedia with qaudiooutput implementationKurt Korbatits2012-07-265-293/+494
* Fixed QDoc errors related to snippets and quotefromfile commandsVenugopal Shivashankar2012-07-266-10/+11
* Volume control for QAudioInput windows backend.Lev Zelenskiy2012-07-262-0/+115
* Added check to alsa backend for QAudioOutputKurt Korbatits2012-07-261-0/+5
* 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