summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback/qmediaplayer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build for -no-feature-temporaryfileStephan Binner2017-05-081-0/+4
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-111-10/+10
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-041-10/+10
| |\
| | * Reduce size of QMediaPlayerPrivateChristian Stromme2016-10-191-10/+10
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Yoann Lopes2016-10-111-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-041-2/+2
| |\|
| | * Doc: Add comment about stream requirementsChristian Strømme2016-09-281-2/+2
* | | Improve audio volume documentationYoann Lopes2016-08-221-2/+8
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-171-7/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-7/+9
| |\|
| | * Fix playing a playlist containing an invalid media as first itemYoann Lopes2016-08-121-7/+9
* | | Pass by QUrl by const-ref, it's non-trivial.Sergio Martins2016-03-021-2/+2
|/ /
* / Updated license headersAntti Kokko2016-01-191-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-08-241-0/+4
|\
| * QMediaPlayer: clear current playlist on deletion.Yoann Lopes2015-08-191-0/+2
| * Bind the playlist connected to a player.Loïc Molinari2015-08-121-0/+2
* | Add audio role API to QMediaPlayer.Jim Hodapp2015-08-101-0/+67
|/
* Fix tr()-context of message in QMediaPlayerPrivate.Friedemann Kleint2015-04-091-1/+1
* QMediaPlayer: handle resource files in a cross-platform way.Yoann Lopes2015-04-071-32/+125
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-131-1/+1
|\
| * Fix some typosSergio Ahumada2015-02-111-1/+1
* | Update copyright headersAntti Kokko2015-02-121-7/+7
|/
* Update license headers and add new license filesAntti Kokko2014-08-241-19/+11
* Use Q_CONSTRUCTOR_FUNCTION macro to register multimedia meta types.Yoann Lopes2014-05-301-11/+7
* Improve documentation for the QMediaPlayer::bufferStatus property.Yoann Lopes2014-05-151-3/+5
* Doc: Document asynchronous nature of QMediaPlayer::setMedia()Sze Howe Koh2013-11-231-0/+5
* Fix typo in QMediaPlayer docs.Mitch Curtis2013-05-311-1/+1
* Doc: Fixed random QDoc warningsVenugopal Shivashankar2013-01-151-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Rename namespace QtMultimedia -> QMultimediaSze Howe Koh2012-11-061-3/+3
* Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-061-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-241-24/+24
* Rename availabilityError to availability.Michael Goddard2012-06-291-4/+4
* A number of documentation fixes.Michael Goddard2012-06-071-1/+1
* Clarify the metadata functionality of QMediaPlayer.Michael Goddard2012-06-071-2/+10
* Very minor C++ doc changesAngus Cummings2012-05-161-2/+2
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-04-241-2/+0
* QMediaPlaylist: Added ability to load from provided QNetworkRequest.Lev Zelenskiy2012-03-211-1/+1
* QMediaPlayer frontend: changes to playlist support.Lev Zelenskiy2012-03-211-81/+322
* Don't request renderer control if null surface is set as video output.Dmytro Poplavskiy2012-03-121-1/+8
* Move most of playlist API to private.Lev Zelenskiy2012-03-061-2/+2
* Expose availability from the backend to C++ and QML.Michael Goddard2012-03-021-0/+11
* Moved QMediaServiceProvider to private header.Dmytro Poplavskiy2012-02-061-1/+1
* QMediaPlayer::setPosition: do not check isSeekable and do not bound by durationLev Zelenskiy2012-02-061-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Fix some static analysis defects.Michael Goddard2012-01-251-0/+1
* Removed QMediaServiceProvider parameter from media objects constructors.Dmytro Poplavskiy2012-01-241-10/+8
* Update obsolete contact address.Jason McDonald2012-01-231-1/+1
* Fix up a few doc issuesMichael Goddard2012-01-171-2/+1
* Remove antiquated \since lines in docs.Michael Goddard2012-01-161-45/+0