summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-1597-1794/+4555
|\
| * Windows: Improve EVR presenter.Yoann Lopes2016-01-1211-663/+716
| * DirectShow: use the EVR in the renderer control.Yoann Lopes2016-01-1219-401/+705
| * Merge remote-tracking branch 'origin/5.5' into 5.6Christian Strømme2016-01-121-2/+7
| |\
| | * Android: Don't call restartViewfinder() for audio only recordings.Christian Strømme2016-01-111-2/+7
| * | Android: Media player improvments.Christian Strømme2016-01-081-27/+39
| * | Android: Improve detection of optimal settings for QAudioOutput.Christian Strømme2016-01-085-9/+184
| * | Android: Call release() in AndroidMediaMetadataRetriever's destructor.Christian Strømme2016-01-073-3/+2
| * | Android: Make the meta-data reader asyncChristian Strømme2016-01-073-91/+128
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-0715-157/+244
| |\|
| | * AVFoundation: correctly set the activeFormat on the AVCaptureDevice.Yoann Lopes2015-12-107-38/+62
| | * QNX: Handling looping properlyRoger Maclean2015-12-031-0/+3
| | * AVFoundation: fix setting up the video capture session.Yoann Lopes2015-12-031-1/+1
| | * AVFoundation: fix setting the camera viewfinder resolution.Yoann Lopes2015-12-033-1/+10
| | * Android: check for exceptions in some camera operations.Yoann Lopes2015-12-034-2/+61
| | * alsa: Relax ALSA version checks for 1.1.x to be detected.Raphael Kubo da Costa2015-11-273-8/+8
| | * AVFoundation: improve viewfinder settings.Yoann Lopes2015-11-202-110/+102
| * | DirectShow: fix metadata signals when changing media.Yoann Lopes2016-01-063-12/+29
| * | DirectShow: fix media player's positionChanged() signal.Yoann Lopes2016-01-064-11/+28
| * | GStreamer: Add color balance and sharpening adjustments using V4L2Denis Shienkov2015-12-103-11/+124
| * | DirectShow: Get current image processing parameter from the cacheDenis Shienkov2015-12-102-40/+18
| * | DirectShow: Add WhiteBalancePreset and ColorTemperature for the cameraDenis Shienkov2015-12-102-26/+142
| * | GStreamer: Adjust the camera's manual color temperature through V4L2Denis Shienkov2015-12-106-16/+428
| * | WMF: correctly handle media with multiple streams.Yoann Lopes2015-12-042-75/+90
| * | WMF: correctly handle samples in the video probe transform.Yoann Lopes2015-12-041-56/+29
| * | WMF: fix type negotiation in video probe transform.Yoann Lopes2015-12-043-78/+87
| * | Android: fix QMediaRecorder crashing the camera server on some devices.Yoann Lopes2015-12-048-12/+89
| * | Android: support non OpenGL video surfaces for the camera.Yoann Lopes2015-12-0428-233/+1179
| * | Android: Camera updatesChristian Strømme2015-12-041-35/+42
| * | DirectShow: Implement basic QCameraImageProcessingControl interfaceDenis Shienkov2015-12-017-2/+412
| * | winrt: Fix Lumia 930 black viewfinder.Samuel Nevala2015-11-271-2/+3
| * | DirectShow: Remove unused static function decibelsToVolume().Friedemann Kleint2015-11-251-11/+0
* | | Gstreamer plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-1514-37/+51
* | | Replace foreach with range-based forAnton Kudryavtsev2016-01-153-5/+6
* | | AVFoundation: replace foreach with range-based forAnton Kudryavtsev2016-01-153-4/+6
* | | DirectShow plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-156-12/+13
* | | QNX plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-153-5/+7
* | | WinRT, WindowsAudio plugins: replace foreach with range-based forAnton Kudryavtsev2016-01-155-10/+11
* | | WMF plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-155-11/+11
* | | QSGVivanteVideoMaterial: fix expensive iteration over QMap::values()Anton Kudryavtsev2016-01-151-1/+2
* | | fix expensive iteration over QMap::keys() and QHash::keys()Anton Kudryavtsev2016-01-143-6/+7
* | | tvOS supportMike Krus2016-01-1312-28/+33
|/ /
* | Implement volume in audiocapture plugin.Yoann Lopes2015-11-233-7/+71
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-11-2018-63/+168
|\|
| * Add qt_real_to_fraction() helper function.Yoann Lopes2015-11-193-44/+12
| * Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-1913-18/+151
| * Don't initialize volume on pulse audio input by default.Morten Minde Neergaard2015-11-192-1/+5
* | winrt: Wait for focus to finish when camera stoppedSamuel Nevala2015-11-201-4/+19
* | Fix use-after-free in AVFCameraService during renderer destructionJohn Brooks2015-11-191-7/+4
* | winrt: Early return from searchAndLock if camera not active.Samuel Nevala2015-11-191-5/+6