summaryrefslogtreecommitdiffstats
path: root/src/plugins/android
Commit message (Expand)AuthorAgeFilesLines
* Replace foreach with range-based forAnton Kudryavtsev2016-01-151-1/+1
* Add private API for conversion from QVideoFrame to QImage.Yoann Lopes2015-10-203-565/+6
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-8/+39
|\
| * Android: allow to map video buffers.Yoann Lopes2015-09-081-8/+39
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-08-246-124/+140
|\|
| * Android: minor refactor of the camera frame callback.Yoann Lopes2015-08-205-123/+121
| * Android: fix video probes when recording the camera.Yoann Lopes2015-08-203-12/+30
* | Prospective fix for building QtMultimedia on Android against installed QtBaseSimon Hausmann2015-07-231-1/+1
|/
* Android: fix setting the camera preview resolution.Yoann Lopes2015-05-274-27/+21
* Merge remote-tracking branch 'origin/5.4' into 5.5Yoann Lopes2015-05-052-17/+13
|\
| * Android: Don't delete the media recorder object twice.Christian Strømme2015-04-302-17/+13
* | QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes2015-04-077-34/+16
* | Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-03-171-2/+2
|\|
| * Android: fix some MediaPlayer signals not being emitted on first load.Yoann Lopes2015-03-041-2/+2
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-132-10/+15
|\|
| * Android: fix adjusting camera viewfinder resolution.Yoann Lopes2015-02-111-9/+14
| * Encode urls passed to media player properlyJoni Poikelin2015-02-101-1/+1
* | Update copyright headersAntti Kokko2015-02-1279-553/+553
* | Add video filtering support to VideoOutputLaszlo Agocs2015-02-032-2/+3
* | Add additional exposure modes to QCameraExposure.Andrew den Exter2014-11-281-0/+50
|/
* Fix bogus videonode plugin handlingv5.4.0-rc1Laszlo Agocs2014-11-181-1/+1
* Android: Use the new findClass() method.Christian Strømme2014-10-174-73/+60
* Android: fix some problems with the media player.Yoann Lopes2014-09-263-82/+69
* Android: fix QMediaPlayer's state and mediaStatus signals.Yoann Lopes2014-09-242-3/+53
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-017-47/+113
|\
| * Android: fix retrieving metadata from assets, qrc and remote files.Yoann Lopes2014-08-257-47/+113
* | Update license headers and add new license filesAntti Kokko2014-08-2479-1615/+983
|/
* Android: Make sure we check and clear exceptions from the camera.Christian Strømme2014-07-143-36/+59
* 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: Use a file descriptor for all local media files.Christian Strømme2014-06-052-6/+11
* Android: don't start camera preview until the viewfinder is ready.Yoann Lopes2014-06-052-12/+26
* Android: fix media player's volume.Yoann Lopes2014-06-051-11/+18
* Android: Don't expose java calls in the control classes.Christian Strømme2014-06-0415-114/+238
* Make it possible to build multimedia for embedded AndroidChristian Strømme2014-06-041-2/+2
* Android: Rename the wrapper classesChristian Strømme2014-06-0434-533/+533
* Android: fix calling start() and stop() on the video surface.Yoann Lopes2014-05-301-1/+1
* Android: Fix loading from qrcChristian Strømme2014-05-212-1/+6
* Android: fix QMediaPlayer::bufferStatus value.Yoann Lopes2014-05-152-3/+17
* Android: Fix namespace usage.Christian Strømme2014-05-125-6/+12
* Moved QMediaStorageLocation out of the Android plugin.Yoann Lopes2014-05-097-218/+23
* Merge remote-tracking branch 'origin/release' into stableJani Heikkinen2014-04-231-2/+8
|\
| * Android: Release the surface texture when not in useChristian Strømme2014-04-121-2/+8
* | Android: Camera code clean-upChristian Strømme2014-04-154-334/+304
* | Android: Use QMutexLock in camera callbacks.Christian Strømme2014-04-151-8/+4
|/
* Android: Use Q_GLOBAL_STATIC instead of a static QMapChristian Strømme2014-04-091-5/+6
* Android: Fix the signature for setOnInfoListener.Christian Strømme2014-04-091-1/+1
* Android: Fix QtMediaRecorderChristian Strømme2014-04-083-12/+17