summaryrefslogtreecommitdiff
path: root/src/plugins/gstreamer
Commit message (Expand)AuthorAgeFilesLines
...
| | * GStreamer: fix GstAppSrc usage.Yoann Lopes2016-01-192-11/+16
* | | Updated license headersAntti Kokko2016-01-1996-1346/+1922
* | | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-156-26/+551
|\ \ \ | |/ /
| * | GStreamer: Add color balance and sharpening adjustments using V4L2Denis Shienkov2015-12-103-11/+124
| * | GStreamer: Adjust the camera's manual color temperature through V4L2Denis Shienkov2015-12-106-16/+428
* | | Gstreamer plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-1514-37/+51
* | | fix expensive iteration over QMap::keys() and QHash::keys()Anton Kudryavtsev2016-01-142-4/+4
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-11-2013-18/+151
|\ \ | |/
| * Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-1913-18/+151
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-2/+2
|\ \ | |/
| * GStreamer camerabin: always provide the zoom control.Yoann Lopes2015-10-281-2/+2
* | QtMultimedia: Fix build with CONFIG+=use_gstreamer_camera optionDenis Shienkov2015-11-111-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-10-207-20/+35
|\ \ | |/
| * GStreamer: fix compilation with version < 0.10.31.Yoann Lopes2015-10-207-20/+35
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-08-247-24/+20
|\ \ | |/
| * GStreamer: refactored widget and window control.Yoann Lopes2015-08-183-14/+12
| * Avoid races when sending EOSRicardo Salveti de Araujo2015-08-181-2/+2
| * GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-133-8/+6
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-093-82/+37
|\ \ | |/
| * GStreamer: use QMediaStorageLocation to generate capture file names.Yoann Lopes2015-08-042-70/+14
| * GStreamer: fix possible integer overflow in comparison.Yoann Lopes2015-08-041-1/+1
| * GStreamer: fix supported values returned by CameraBinImageProcessing.Yoann Lopes2015-07-141-11/+22
* | Use QSet::intersects() instead of QSet::intersect()Sergio Martins2015-05-301-2/+2
|/
* QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes2015-04-072-27/+0
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-246-5/+51
|\
| * GStreamer: improved logic for window and widget controls usage.Yoann Lopes2015-02-186-5/+51
* | GStreamer: some improvements with the camerabin's capture settings.Yoann Lopes2015-02-183-30/+44
* | GStreamer: improve camerabin audio settings checking.Yoann Lopes2015-02-181-3/+3
* | GStreamer camerabin: don't recreate camera source on device change.Yoann Lopes2015-02-181-33/+34
* | GStreamer: remove unused function and enum.Yoann Lopes2015-02-182-12/+0
* | GStreamer: runtime check for controls that require GstPhotography.Yoann Lopes2015-02-184-21/+45
* | GStreamer: implemented QCameraViewfinderSettingsControl2.Yoann Lopes2015-02-1810-137/+410
* | GStreamer: fix camerabin state and status changes.Yoann Lopes2015-02-188-138/+152
* | Update copyright headersAntti Kokko2015-02-1292-640/+640
* | Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devYoann Lopes2015-01-233-5/+62
|\ \
| * \ Merge remote-tracking branch 'origin/5.4' into devYoann Lopes2015-01-193-5/+62
| |\ \ | | |/
| | * Add resolution and fps on mfw_v4lsrcLaszlo Agocs2015-01-123-5/+63
* | | Fix initialization orderLaszlo Agocs2015-01-191-1/+1
|/ /
* | Add additional exposure modes to QCameraExposure.Andrew den Exter2014-11-281-9/+72
* | Add a color filter property to QCameraImageProcessing.Andrew den Exter2014-11-282-5/+70
* | Add support for face detection focus point mode to camerabin backend.Andrew den Exter2014-11-282-28/+235
* | Implement exposure and whitebalance lock for gstreamer camera.Andrew den Exter2014-11-284-18/+227
* | GStreamer: port to 1.0.Yoann Lopes2014-11-2735-986/+697
|/
* Add QT_GSTREAMER_CAMERABIN_VIDEOSRC environment variable.Yoann Lopes2014-10-301-2/+34
* GStreamer: fix QMediaRecorder::duration() when recording with a camerav5.4.0-beta1Yoann Lopes2014-10-031-6/+14
* GStreamer: fix artist-related metadata keys.Yoann Lopes2014-09-261-2/+4
* GStreamer: fix QMediaPlayer metadata signals.Yoann Lopes2014-09-261-0/+5
* Ensure pre-roll frames are displayed when gstreamer backend is paused.Andrew den Exter2014-09-122-56/+46
* Implement encoder settings in camerabin backend.Andrew den Exter2014-09-116-0/+111
* Fix V4L usage.Yoann Lopes2014-09-092-9/+0