summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove warning about missing qmake variable on Android.Christian Strømme2015-04-221-1/+1
* 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-1540-531/+869
|\
| * 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 audioengine example.Yoann Lopes2015-04-075-29/+16
| * 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
* | Made audio output example easier to understand. No real code changesd3fault2015-04-102-8/+10
* | 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-0725-165/+304
* | Fix debug stream operators.Friedemann Kleint2015-04-079-125/+151
* | 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
* | Fix QNX 6.6 build by using qSqrt() and qLn()Sergio Martins2015-03-281-2/+2
* | Fix inconsistent overrides. [-Winconsistent-missing-override]Sergio Martins2015-03-222-16/+16
* | Add NV12/NV21 support into SG videonode.Timur Pocheptsov2015-03-204-62/+177
* | AVFCameraViewfinderSettings - add NV12 formatTimur Pocheptsov2015-03-203-29/+94
* | Fix WinRT Audio elements cannot play Qt resouce audio filesPeng Wu2015-03-171-1/+1