summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix setting state to not playing when audio error occurredPasi Petäjäjärvi2016-01-141-1/+2
* | | Updated license headersAntti Kokko2016-01-19251-3516/+5022
* | | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-1517-81/+157
|\| |
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Christian Strømme2016-01-121-0/+2
| |\|
| | * Fix playing sound in loop if sample size is smallPasi Petäjäjärvi2016-01-071-0/+2
| * | Doc: Generate separate listing of Widgets classes in the QHPTopi Reinio2016-01-121-3/+9
| * | Doc: Fix documentation warningsTopi Reinio2016-01-085-27/+20
| * | Add virtual dtor to QSGVideoNodeFactoryInterfaceKevin Funk2015-12-221-0/+2
| * | Change the way a playlist is bound to a media object.v5.6.0-beta1Yoann Lopes2015-12-112-8/+68
| * | Doc: Move all doc artifacts under one projectVenugopal Shivashankar2015-12-077-41/+44
| * | Doc: Exclude outdated content using \omit commandVenugopal Shivashankar2015-11-251-3/+2
| * | Fix some private headers.Yoann Lopes2015-11-241-0/+11
* | | Camera: replace foreach with range-based forAnton Kudryavtsev2016-01-152-15/+15
* | | Video, Playback: replace foreach with range-based forAnton Kudryavtsev2016-01-153-5/+9
* | | Multimedia, MultimediaWidgets: replace foreach with range-based forAnton Kudryavtsev2016-01-155-24/+35
* | | Audio: replace foreach with range-based forAnton Kudryavtsev2016-01-153-12/+15
* | | fix expensive iteration over QMap::keys() and QHash::keys()Anton Kudryavtsev2016-01-141-3/+3
* | | Add moveItem(from, to) to QMediaPlaylist.Jim Hodapp2015-12-186-0/+41
* | | QSampleCache: use prefix ++ for iterator in setCapacityAnton Kudryavtsev2015-12-041-2/+3
* | | Add camera brightness adjustment API.Denis Shienkov2015-11-232-0/+22
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-11-204-2/+143
|\|
| * Add qt_real_to_fraction() helper function.Yoann Lopes2015-11-193-2/+142
| * Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-191-0/+1
* | Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-211-1/+1
* | Add private API for conversion from QVideoFrame to QImage.Yoann Lopes2015-10-2010-2/+899
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-10-203-2/+9
|\|
| * GStreamer: fix compilation with version < 0.10.31.Yoann Lopes2015-10-202-0/+7
| * Fix signal/slot declaration in QVideoOutputOrientationHandler.Yoann Lopes2015-10-161-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-10-061-0/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+1
| |\|
| | * Fix crash in QSoundEffect when using it from a non-GUI thread.Yoann Lopes2015-08-251-0/+1
* | | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0627-0/+297
|/ /
* | Add 'resourcepolicy' to MODULE_PLUGIN_TYPES of multimedia.pro.v5.6.0-alpha1Friedemann Kleint2015-09-031-1/+2
* | Fix QCamera::lockStatus() documentation.Yoann Lopes2015-08-241-1/+1
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-08-2419-97/+258
|\|
| * QMediaPlayer: clear current playlist on deletion.Yoann Lopes2015-08-191-0/+2
| * GStreamer: refactored widget and window control.Yoann Lopes2015-08-184-32/+144
| * Fix QCamera viewfinder capabilities functions..Yoann Lopes2015-08-182-3/+5
| * GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-131-0/+1
| * Fix camera plugin selection.Yoann Lopes2015-08-121-8/+3
| * Remove obsolete check in QMediaServiceChristian Strømme2015-08-121-2/+0
| * Bind the playlist connected to a player.Loïc Molinari2015-08-121-0/+2
| * Fix qdoc warnings.Yoann Lopes2015-08-116-17/+69
| * Doc: update qml module version to 5.5.Yoann Lopes2015-08-117-21/+6
| * Emit mediaAboutToBeRemoved() before mediaRemoved() in QMediaPlaylist.Loïc Molinari2015-08-101-1/+3
| * Check and fix up bounds in QMediaPlaylist methods.Loïc Molinari2015-08-101-6/+16
| * Clean up QMediaPlayer documentation.Loïc Molinari2015-08-101-7/+7
* | Fix 2 more tr()-contexts of messages in QPlaylistFileParserPrivate.Friedemann Kleint2015-08-191-2/+2
* | Fix tr()-context of messages in QPlaylistFileParserPrivate.Friedemann Kleint2015-08-191-1/+2
* | Add audio role API to QMediaPlayer.Jim Hodapp2015-08-108-2/+335