summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Fix for QSoundEffect crash bugMithra Pattison2012-01-061-1/+2
* Add the spot for spot metering mode.Michael Goddard2012-01-064-1/+34
* Properly handle the case where QtWidgets is not available.Michael Goddard2012-01-062-8/+0
* Update copyright year in license headers.Jason McDonald2012-01-0611-11/+11
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-01-051-1/+1
* Restructure the source code a little.Michael Goddard2012-01-05122-164/+193
* add Q_OBJECT to QMediaGaplessPlaybackControlLing Hu2012-01-041-0/+1
* Add new gapless playback control interfaceLing Hu2012-01-043-3/+250
* Add new implementation of QSound classMithra Pattison2011-12-309-18/+403
* Fix a compiler warning.Michael Goddard2011-12-211-2/+2
* Fix X11 and QPA compilation problemsJonas Rabbe2011-12-132-7/+11
* QtMultiMedia: Fix warnings about missing return values.Friedemann Kleint2011-12-063-27/+67
* Allow nested read only maps of QVideoFrame.Dmytro Poplavskiy2011-11-281-6/+48
* Fixed QtMultimedia core namespace compilation.Toby Tomkins2011-11-256-2/+20
* Fix SoundEffect(pulseaudio) crash in qfeedbackmmk auto testLing Hu2011-11-215-22/+158
* If the sample hasn't been loaded, don't try and delete things.Michael Goddard2011-11-181-2/+5
* Export QMediaPluginLoader so it can be used by libqgsttools_p.Jonas Rabbe2011-11-181-1/+1
* If Pulse isn't ready, don't crash when trying to play.Michael Goddard2011-11-171-1/+1
* Fix volume change error on mono stream for soundeffect(pulseaudio)Ling Hu2011-11-171-2/+4
* Changed QVideoSurfaceGstSink to take pools from pluginsJonas Rabbe2011-11-143-11/+46
* Add qRegisterMetaTypes for the public Q_DECLARE_METATYPEs.Michael Goddard2011-11-0917-2/+199
* Added qRegisterMetatype for QVideoSurfaceFormat.Jonas Rabbe2011-11-081-0/+13
* Use QAtomicInt::load() and ::store()Bradley T. Hughes2011-11-073-9/+9
* Declare more metatypes and debug operators.Michael Goddard2011-11-0215-37/+268
* Add a private class, since we now can.Michael Goddard2011-11-012-37/+42
* QtMultimedia: Remove qpa-sections from .profiles.Friedemann Kleint2011-11-015-349/+1
* Fix logic in QAudioDeviceInfoInternal::updateLists()Kent Hansen2011-10-311-40/+40
* Remove the last bits of QtMultimediaKit (*).Michael Goddard2011-10-271-142/+0
* Use deleteLater when called on a decoder error.Michael Goddard2011-10-271-2/+2
* Don't ignore debug plugins on Mac when release plugins aren't availableRohan McGovern2011-10-251-5/+26
* Declare these metatypes.Michael Goddard2011-10-251-0/+6
* Added RDS functionality to the QRadioTuner/QDeclarativeRadioSami Nurmenniemi2011-10-219-0/+846
* Limit the sequential bytes skipping to a max 16kB at a time.Michael Goddard2011-10-211-1/+1
* Make the C++ API of QSoundEffect public.Michael Goddard2011-10-176-20/+10
* Copied ALSA config test into QtMultimedia moduleJonas Rabbe2011-10-141-1/+1
* Multimedia: Compile on Windows.Friedemann Kleint2011-10-1212-34/+34
* Moved general gstreamer helper classes into separate library.Jonas Rabbe2011-10-127-0/+733
* Rename the parsing error signal to parsingError.Michael Goddard2011-10-113-15/+21
* Fix the wavedecoder a little.Michael Goddard2011-10-112-30/+102
* bail out in case of missing descriptorshawcroft2011-10-101-3/+4
* Improve video test coverage and debugging output.Michael Goddard2011-10-076-114/+137
* Rename QtMultimediaKit to QtMultimedia.Michael Goddard2011-10-07184-0/+44005