summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-174-95/+89
|\ \ | |/
| * QPainterVideoSurface: restore original order for the supported formats.Yoann Lopes2015-03-131-10/+12
| * Revert "Alsa: fix crash when detecting devices."Yoann Lopes2015-03-112-83/+75
| * Android: fix some MediaPlayer signals not being emitted on first load.Yoann Lopes2015-03-041-2/+2
* | Improvide device selection in the video filter exampleLaszlo Agocs2015-03-163-25/+19
* | Fix uninitialized memory reads in MFAudioDecoderControl.v5.5.0-alpha1Friedemann Kleint2015-03-101-2/+4
* | Free d in QAudioBuffer &QAudioBuffer::operator =(const QAudioBuffer &).Friedemann Kleint2015-03-101-0/+2
* | AVCaptureDeviceFormat - avoid duplicates (OS X/iOS)Timur Pocheptsov2015-03-106-93/+140
* | Improve QMediaPlayer auto tests.Yoann Lopes2015-03-041-36/+133
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-032-1/+12
|\ \ | |/
| * Check for the quick module before adding the videonode pluginAndy Shaw2015-02-271-1/+5