summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* AVFoundation: fix microphone permission when using the camera.Yoann Lopes2015-04-234-45/+63
* DirectShow: correctly update camera list.Yoann Lopes2015-04-144-77/+66
* WindowsAudio: improve supported formats detection.Yoann Lopes2015-04-149-247/+293
* 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
* 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
* WMF: report the surface's supported formats in the correct order.Yoann Lopes2015-03-241-2/+5
* WMF: fix RGB24 format matching.Yoann Lopes2015-03-181-1/+2
* Revert "Alsa: fix crash when detecting devices."Yoann Lopes2015-03-111-57/+52
* Android: fix some MediaPlayer signals not being emitted on first load.Yoann Lopes2015-03-041-2/+2
* Check for the quick module before adding the videonode pluginAndy Shaw2015-02-271-1/+5
* GStreamer: improved logic for window and widget controls usage.Yoann Lopes2015-02-186-5/+51
* Android: fix adjusting camera viewfinder resolution.Yoann Lopes2015-02-111-9/+14
* Fix some typosSergio Ahumada2015-02-112-2/+2
* Merge "Merge remote-tracking branch 'origin/5.4.1' into 5.4" into refs/stagin...Frederik Gladhorn2015-02-101-1/+1
|\
| * Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-101-1/+1
| |\
| | * Ensure the system libraries are linked when -opengl dynamic is usedv5.4.1Andy Shaw2015-02-031-1/+1
* | | Encode urls passed to media player properlyJoni Poikelin2015-02-101-1/+1
|/ /
* | directshow: Fix plugging/unplugging a second cameraSergio Martins2015-02-051-6/+9
* | Fix memory leak in QWindowsAudioDeviceInfo::availableDevices().Friedemann Kleint2015-02-051-0/+2
|/
* Add resolution and fps on mfw_v4lsrcLaszlo Agocs2015-01-123-5/+63
* Support YUV420P in the i.MX6 video nodeLaszlo Agocs2015-01-061-0/+1
* Fix: static linking on Linux with both PulseAudio and Alsa pluginsGabriel Hege2014-12-228-38/+38
* winrt: Add missing QAbstractVideoSurface::stop() call.Andrew Knight2014-12-111-2/+4
* winrt: Fix encoding propertiesAndrew Knight2014-12-111-4/+17
* winrt: Fix camera auto rotationAndrew Knight2014-12-114-0/+26
* OpenSL ES: volume support for QAudioInput.Yoann Lopes2014-12-032-5/+17
* Remove unused private membersThiago Macieira2014-11-252-2/+0
* Fix bogus videonode plugin handlingv5.4.0-rc1Laszlo Agocs2014-11-183-3/+3
* Check whether current context can be obtained when deleting textures.Friedemann Kleint2014-11-061-2/+6
* OpenSL ES: improve buffer logicChristian Strømme2014-11-042-8/+27
* OpenSL ES: Don't store or return the adjusted volume level.Christian Strømme2014-11-042-4/+2
* WMF plugin: Initialize member variable m_stateDirty.Friedemann Kleint2014-10-311-0/+1
* Add QT_GSTREAMER_CAMERABIN_VIDEOSRC environment variable.Yoann Lopes2014-10-301-2/+34
* Android: Use the new findClass() method.Christian Strømme2014-10-174-73/+60
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-142-7/+8
|\
| * QNX: Fix resetting video surface5.3Bernd Weimer2014-09-301-1/+1
| * WMF: Use media source only when it is initialized.David Schulz2014-09-301-5/+6
| * WMF: Fix null ptr derefernce in MFPlayerSession.David Schulz2014-09-301-1/+1
| * AVFoundation: fix build with iOS 8.0 SDK.Yoann Lopes2014-09-291-1/+1
* | GStreamer: fix QMediaRecorder::duration() when recording with a camerav5.4.0-beta1Yoann Lopes2014-10-031-6/+14
* | AVFoundation: fix media player video rendering in QML.Yoann Lopes2014-10-012-19/+4
* | Merge "Merge remote-tracking branch 'origin/5.3' into 5.4" into refs/staging/5.4Sergio Ahumada2014-09-2614-40/+49
|\ \
| * | Merge remote-tracking branch 'origin/5.3' into 5.4Sergio Ahumada2014-09-2614-40/+49
| |\|
| | * WMF: fix initializing of media player's volume.Nodir Temirkhodjaev2014-09-111-3/+3
| | * WMF: fix memory leaks.Nodir Temirkhodjaev2014-09-112-27/+32
| | * WMF: fix start time of QAudioProbe's buffers.Yoann Lopes2014-09-091-0/+3