summaryrefslogtreecommitdiffstats
path: root/src/plugins/android/src/mediacapture
Commit message (Expand)AuthorAgeFilesLines
...
* Android: fix setting camera parameters from QML.Yoann Lopes2014-07-108-136/+189
* Android: fix crash when stopping the camera while a recording is activeYoann Lopes2014-06-301-1/+2
* Android: fix registering recorded videos with the Android media scannerYoann Lopes2014-06-301-1/+1
* Android: correctly update camera focus zones.Yoann Lopes2014-06-301-15/+14
* Android: don't start camera preview until the viewfinder is ready.Yoann Lopes2014-06-052-12/+26
* Android: Don't expose java calls in the control classes.Christian Strømme2014-06-043-60/+19
* Android: Rename the wrapper classesChristian Strømme2014-06-0412-78/+77
* Android: Fix namespace usage.Christian Strømme2014-05-123-0/+10
* Moved QMediaStorageLocation out of the Android plugin.Yoann Lopes2014-05-097-218/+23
* Android: Release the surface texture when not in useChristian Strømme2014-04-121-2/+8
* Android: restart camera viewfinder after a recorder error.Yoann Lopes2014-03-172-9/+15
* Android: correctly report QMediaRecorder actual output location.Yoann Lopes2014-03-172-6/+5
* Android: correctly report QMediaRecorder status.Yoann Lopes2014-03-172-33/+47
* Android: implement QCameraInfoControl.Yoann Lopes2014-02-2810-137/+236
* New QCameraInfo class.Yoann Lopes2014-02-282-0/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-6/+11
|\
| * Android: add missing information in frames retrieved with QVideoProbe.Yoann Lopes2014-01-301-6/+11
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Yoann Lopes2014-01-301-7/+36
|\|
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-7/+36
| |\
| | * Android: fixes custom camera focus point.Yoann Lopes2014-01-201-7/+36
* | | Android: fix crash in QAndroidCaptureSession.Yoann Lopes2014-01-291-1/+3
|/ /
* / Use QStringRef instead of QString whenever possible.Jędrzej Nowacki2014-01-151-1/+1
|/
* Android: QVideoProbe support for cameraDenis Kormalev2014-01-086-10/+207
* Android: camera moved to a dedicated threadDenis Kormalev2013-12-232-13/+31
* Android: fix camera previewDenis Kormalev2013-12-112-14/+7
* Android: fix camera viewfinder orientation.Yoann Lopes2013-12-052-6/+34
* Android: use correct format when capturing a picture to a buffer.Yoann Lopes2013-11-062-10/+40
* Android: fix camera preview showing black frames after restarting it.Yoann Lopes2013-10-292-1/+9
* Add Linguist comment for translation of Drive-mode.Friedemann Kleint2013-10-151-0/+1
* Android: fix media recording location.Yoann Lopes2013-10-092-18/+24
* Android: fixed image capture preview.Yoann Lopes2013-10-012-5/+34
* Android: refactor video renderer.Yoann Lopes2013-10-013-20/+15
* Android: Adapt the multimedia plugin to new QJNI APIChristian Strømme2013-09-202-13/+10
* Android: fix compilation on x86.Yoann Lopes2013-09-191-2/+2
* Android: added camera support.Yoann Lopes2013-09-1243-0/+5580