summaryrefslogtreecommitdiffstats
path: root/src/plugins/android/src/mediaplayer
Commit message (Expand)AuthorAgeFilesLines
* Deprecate canonicalUrl and canonicalRequest in QMediaContentVaL Doroshchuk2019-05-132-3/+3
* Android: Introduce HTTP headers to MediaPlayerVal Doroshchuk2019-03-251-1/+1
* Android: Implement audio rolesVal Doroshchuk2019-02-089-0/+328
* Android: implement QMediaPlayer::setPlaybackRate()Yoann Lopes2018-09-262-3/+42
* Android: Fix crash when play() is called but state is not setVal Doroshchuk2018-09-241-1/+3
* Android: Fix the player state when play() is called with no mediaVal Doroshchuk2018-08-161-2/+1
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-224-33/+33
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-3/+3
|\
| * Android: emit mediaStatus changes before state changesYoann Lopes2016-10-281-3/+3
* | Updated license headersAntti Kokko2016-01-198-112/+160
|/
* Android: Call release() in AndroidMediaMetadataRetriever's destructor.Christian Strømme2016-01-071-2/+0
* Android: Make the meta-data reader asyncChristian Strømme2016-01-073-91/+128
* Android: support non OpenGL video surfaces for the camera.Yoann Lopes2015-12-047-12/+145
* QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes2015-04-075-28/+11
* 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-131-1/+1
|\|
| * Encode urls passed to media player properlyJoni Poikelin2015-02-101-1/+1
* | Update copyright headersAntti Kokko2015-02-126-42/+42
|/
* Android: fix some problems with the media player.Yoann Lopes2014-09-262-62/+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-015-10/+13
|\
| * Android: fix retrieving metadata from assets, qrc and remote files.Yoann Lopes2014-08-255-10/+13
* | Update license headers and add new license filesAntti Kokko2014-08-246-114/+66
|/
* Android: Use a file descriptor for all local media files.Christian Strømme2014-06-051-1/+1
* Android: Don't expose java calls in the control classes.Christian Strømme2014-06-041-5/+5
* Android: Rename the wrapper classesChristian Strømme2014-06-044-101/+101
* Android: Fix loading from qrcChristian Strømme2014-05-211-1/+1
* Android: fix QMediaPlayer::bufferStatus value.Yoann Lopes2014-05-152-3/+17
* Android: Fix MetadataRetriver wrapperChristian Strømme2014-03-271-6/+1
* Android: Don't call release() unless it's necessary.Christian Strømme2014-03-271-1/+3
* Android: Fix reload check in onStateChanged().Christian Strømme2014-03-271-1/+3
* Android: Make the Mediaplayer more robustChristian Strømme2014-03-212-126/+282
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-031-6/+6
* Use QStringRef instead of QString whenever possible.Jędrzej Nowacki2014-01-151-1/+1
* Android add support for qrc in mediaplayer.Christian Strømme2013-12-092-3/+14
* Android: fix two race conditions in the media player.Yoann Lopes2013-11-061-1/+1
* Android: refactor video renderer.Yoann Lopes2013-10-013-16/+9
* Android: added camera support.Yoann Lopes2013-09-127-0/+1147