summaryrefslogtreecommitdiffstats
path: root/src/plugins/gstreamer
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-015-10/+27
|\
| * Detect V4L availabilityLisandro Damián Nicanor Pérez Meyer2014-08-186-10/+32
* | Update license headers and add new license filesAntti Kokko2014-08-2492-1744/+1008
* | Provide face and orientation info from gstreamer camera backend.Andrew den Exter2014-07-1211-205/+247
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-103-4/+17
|\|
| * GStreamer: correctly handle URLs from QMediaRecorder::setOutputLocationYoann Lopes2014-07-032-3/+16
| * GStreamer: fix looping a media when it's loaded from qrc.Yoann Lopes2014-07-031-1/+1
* | Implement customFocusPoint in camerabin backend.Andrew den Exter2014-07-104-7/+141
* | Fix stuttering with RTSP streams.Andrew den Exter2014-06-261-0/+1
|/
* Fix static initialization order fiasco in some plugins.Yoann Lopes2014-06-064-274/+257
* GStreamer: disable clock syncing in video sink for live sources.Yoann Lopes2014-05-091-0/+1
* GStreamer: correctly get metadata from live sources.Yoann Lopes2014-04-092-23/+11
* GStreamer: cleanup system includes.Yoann Lopes2014-04-077-76/+8
* GStreamer: each QMediaPlayer now has its own volume by default.Yoann Lopes2014-04-032-13/+49
* fix: 'm_state' was not declared in this scopeZhang Xingtao2014-03-281-1/+1
* GStreamer: fix memory leaks.Yoann Lopes2014-03-2112-34/+96
* GStreamer: don't try to seek when it's not supported.Yoann Lopes2014-03-211-2/+2
* GStreamer: Remove tags when an invalid QVariant is assigned.Andrew den Exter2014-03-062-8/+15
* New QCameraInfo class.Yoann Lopes2014-02-284-0/+40
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-57/+74
|\
| * Add meta-data mappings for GPS and camera make and model to camerabin.Andrew den Exter2014-02-101-2/+9
| * Fix gstreamer crash when meta-data is of incorrect type.Andrew den Exter2014-02-101-56/+66
* | Normalize signal & slot signatures in connectionThiago Macieira2014-02-033-4/+4
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Yoann Lopes2014-01-3011-93/+367
|\|