summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-043-3/+3
* Support QVideoWindowControl in the QtQuick Video element.Thomas McGuire2012-05-031-0/+1
* Implement QGstreamerVideoRenderer::stopRenderer()Lev Zelenskiy2012-05-031-0/+1
* Fixed typo in QMediaRecorder::Status metatype registrationDmytro Poplavskiy2012-05-021-1/+1
* Replaced QMediaRecorderControl::play/stop/pause with setStateDmytro Poplavskiy2012-05-023-20/+6
* Added QMediaRecorder::status propertyDmytro Poplavskiy2012-05-024-5/+104
* Added QCamera::UnloadingStatus and StoppingStatus values.Dmytro Poplavskiy2012-05-012-0/+10
* QtMultimedia: Fix deprecation warnings.Friedemann Kleint2012-04-301-6/+6
* Fix MinGW-w64 compilationJonathan Liu2012-04-302-2/+3
* Split gstreamer plugin into smaller plugins providing fewer servicesJonas Rabbe2012-04-2715-0/+1341
* QSampleCache: Add a method to check whether a sample is cached.Lev Zelenskiy2012-04-272-1/+8
* Fix a compiler warning.Michael Goddard2012-04-271-1/+1