summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QSet::intersects() instead of QSet::intersect()Sergio Martins2015-05-301-2/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-05-1123-355/+392
|\
| * Merge remote-tracking branch 'origin/5.4' into 5.5Yoann Lopes2015-05-058-65/+83
| |\
| | * Merge remote-tracking branch 'origin/5.4.2' into 5.45.4Yoann Lopes2015-05-044-45/+63
| | |\
| | | * AVFoundation: fix microphone permission when using the camera.Yoann Lopes2015-04-234-45/+63
| | * | Android: Don't delete the media recorder object twice.Christian Strømme2015-04-302-17/+13
| | * | AVFoundation: correctly detect the default audio capture device.Yoann Lopes2015-04-232-3/+7
| | |/
| * | Minor refactor of built-in QSGVideoNodes.v5.5.0-beta1Yoann Lopes2015-04-3014-285/+291
| * | winrt: fix camera sample queue thread safetyPeng Wu2015-04-231-5/+18
* | | Refactored code for audio engine to allow dynamic object creationSiteshwar Vashisht2015-04-2313-229/+425
|/ /
* | winrt: fix camera preview on Lumia 630Peng Wu2015-04-161-1/+41
* | Update plugins.qmltypesYoann Lopes2015-04-151-5/+74
* | [QSoundBuffer] Replace isReady() with state() statesKonstantin Ritt2015-04-156-18/+36
* | Update copyright headersLiang Qi2015-04-152-14/+14
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-1535-502/+853
|\|
| * DirectShow: correctly update camera list.Yoann Lopes2015-04-144-77/+66
| * WindowsAudio: improve supported formats detection.Yoann Lopes2015-04-149-247/+293
| * Fix incorrect signal/slot connection in QDeclarativeTorch.Yoann Lopes2015-04-141-1/+1
| * WMF: fix reported sample type of 8-bit audio formats.Yoann Lopes2015-04-142-12/+18
| * CoreAudio: fix crash on iOS 5.Yoann Lopes2015-04-141-29/+86
| * AVFoundation: fix QCameraInfo::availableCameras() on OS X.Yoann Lopes2015-04-104-38/+59
| * Updated plugins.qmltypes.Yoann Lopes2015-04-091-19/+241
| * Make the QtMultimedia singleton type a QObject.Yoann Lopes2015-04-093-43/+43
| * Fix type of Camera's errorCode property.Yoann Lopes2015-04-081-1/+1
| * Fix compile issue when building with -no-widgetsAndy Shaw2015-04-073-7/+6
| * Fix BlackBerry -qtnamespace buildSergio Martins2015-04-011-0/+2
| * WMF: don't resume playback after doing a seek while paused.Andy Shaw2015-03-311-2/+9
| * Add missing documentation for AudioSample::source.Yoann Lopes2015-03-241-0/+5
| * GStreamer: don't use ximagesink in QGstreamerVideoWidget.Yoann Lopes2015-03-241-3/+0
| * WMF: report the surface's supported formats in the correct order.Yoann Lopes2015-03-241-2/+5
| * Fix order of QSGVideoNode_RGB's supported formats.Yoann Lopes2015-03-181-1/+1
| * WMF: fix RGB24 format matching.Yoann Lopes2015-03-181-1/+2
| * Use proper d_ptr for QPlaylistFileParser.Yoann Lopes2015-03-182-21/+15
* | Camera flash control - version for iOS/OS XTimur Pocheptsov2015-04-135-2/+317
* | [QtAudioEngine] Fix C&P typo in the SoundInstance docsKonstantin Ritt2015-04-131-2/+2
* | [QDeclarativeSound] Pass QString by const-refKonstantin Ritt2015-04-132-2/+2
* | [AudioEngine] Minor code clean-upKonstantin Ritt2015-04-132-144/+146
* | [AudioEngine] Do not crash on destruction after sample loading errorKonstantin Ritt2015-04-131-4/+19
* | [AudioEngine] Minor improvement to the docu snippetsKonstantin Ritt2015-04-132-2/+4
* | [DirectShow] Fix potential memory access violationKonstantin Ritt2015-04-131-0/+3
* | [DirectShow] Fix potention undefined behavior on destructionKonstantin Ritt2015-04-134-3/+8
* | Fix tr()-context of message in QMediaPlayerPrivate.Friedemann Kleint2015-04-091-1/+1
* | QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes2015-04-0719-159/+196
* | Fix debug stream operators.Friedemann Kleint2015-04-077-121/+145
* | Fix incorrect warning in QML AudioEngine.Yoann Lopes2015-04-071-0/+1
* | GStreamer 1.0: fix frames being presented too many times.Yoann Lopes2015-04-071-9/+8
* | Don't error out when presenting empty frames in QSGVideoItemSurface.Yoann Lopes2015-04-071-4/+0
* | GStreamer: implement unlock() in QGstVideoRendererSink.Yoann Lopes2015-04-074-1/+46
* | GStreamer 1.0: show preroll frames.Yoann Lopes2015-04-072-3/+5
* | Remove stray <QtNetwork> includesAndrew Knight2015-03-305-4/+9