summaryrefslogtreecommitdiffstats
path: root/src/multimedia/playback
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.3' into 5.4Sergio Ahumada2014-09-262-115/+36
|\
| * Make PLS parser more permissive.Yoann Lopes2014-09-101-92/+10
| * Fix URL handling in PLS parser.Yoann Lopes2014-09-091-25/+26
| * QMediaNetworkPlaylistProvider: Upon error parsing, stop parsing.Andres Gomez2014-09-091-0/+2
* | Revert "QMediaNetworkPlaylistProvider: Upon error parsing, stop parsing."Yoann Lopes2014-09-171-2/+0
* | Update license headers and add new license filesAntti Kokko2014-08-2419-361/+209
* | QMediaNetworkPlaylistProvider: Upon error parsing, stop parsing.Robin Burchell2014-08-041-0/+2
|/
* Use Q_CONSTRUCTOR_FUNCTION macro to register multimedia meta types.Yoann Lopes2014-05-304-42/+24
* Improve documentation for the QMediaPlayer::bufferStatus property.Yoann Lopes2014-05-151-3/+5
* PLS parser: Don't translate entries.Yoann Lopes2014-05-091-3/+3
* Normalize signal & slot signatures in connectionThiago Macieira2014-02-032-8/+8
* whitespace fixesOswald Buddenhagen2014-01-301-1/+1
* Use QStringRef instead of QString whenever possible.Jędrzej Nowacki2014-01-151-6/+6
* Fix some typos in documentation.Jeff Tranter2014-01-071-1/+1
* Doc: Document asynchronous nature of QMediaPlayer::setMedia()Sze Howe Koh2013-11-231-0/+5
* Remove unnecessary warning in QMediaPlaylistNavigator.Yoann Lopes2013-10-091-3/+1
* Fix lupdate warning in playlistparser.Friedemann Kleint2013-09-271-1/+2
* Fix typo in QMediaPlayer docs.Mitch Curtis2013-05-311-1/+1
* Decouple qmediametadata.h from qmultimedia.hSze Howe Koh2013-05-141-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-1919-22/+22
|\
| * Doc: Fixed random QDoc warningsVenugopal Shivashankar2013-01-152-3/+3
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-1019-19/+19
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-2810-40/+0
|/
* tr()-Fixes.Friedemann Kleint2012-11-291-3/+3
* Fix syncqt-warnings.Friedemann Kleint2012-11-194-10/+10
* Enable the "#include <QMultimedia>" camel-case headerSze Howe Koh2012-11-061-1/+1
* Rename namespace QtMultimedia -> QMultimediaSze Howe Koh2012-11-062-5/+5
* Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-062-7/+7
* Remove stale QT_MODULE() usage casesSergio Ahumada2012-10-259-18/+0
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2419-456/+456
* Add a missing include for Q_MULTIMEDIA_EXPORTThiago Macieira2012-08-021-0/+1
* Rename availabilityError to availability.Michael Goddard2012-06-292-5/+5
* Fix a number of other qdoc issues.Michael Goddard2012-06-151-2/+2
* Tweak the controls documentation.Michael Goddard2012-06-153-223/+0
* A number of documentation fixes.Michael Goddard2012-06-071-1/+1
* Clarify the metadata functionality of QMediaPlayer.Michael Goddard2012-06-071-2/+10
* Use QPointer instead of QWeakPointer to track QObjects.Stephen Kelly2012-06-071-2/+2
* ensure important docs are built by the automated publisherAngus Cummings2012-06-012-1/+4
* Very minor C++ doc changesAngus Cummings2012-05-161-2/+2
* QtMultimedia: Fix compiler warnings.Friedemann Kleint2012-04-241-2/+0
* Adjust to changed QUrl::isRelative() semantics.Michael Goddard2012-04-201-1/+11
* Updated a lot of minor fixes to the docs and removed warnings from qdocJonas Rabbe2012-04-052-6/+2
* QMediaPlaylist: Added ability to load from provided QNetworkRequest.Lev Zelenskiy2012-03-219-23/+39
* QMediaPlayer frontend: changes to playlist support.Lev Zelenskiy2012-03-217-389/+346
* New playlist parsers to support network playlists.Lev Zelenskiy2012-03-214-0/+1075
* Updated IID, services, and controls to use qt-project URLJonas Rabbe2012-03-203-4/+4
* Updated plugins to use new plugin architectureJonas Rabbe2012-03-201-5/+2
* Added playlist property to QMediaContentLev Zelenskiy2012-03-122-6/+62
* 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-0613-150/+117