summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1475-261/+1362
|\
| * winrt: Fix two possible null pointer exceptionsSamuel Nevala2015-10-141-3/+5
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Simon Hausmann2015-10-0614-134/+491
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0214-134/+491
| | |\
| | | * AVFoundation: render camera frames using OpenGL textures on iOS.Yoann Lopes2015-09-173-40/+137
| | | * Fixed revisions of camera-related meta objects.Marco Benelli2015-09-152-9/+17
| | | * AVFoundation: implemented QMediaPlayer::seekable.Yoann Lopes2015-09-153-1/+19
| | | * AVFoundation: fix rendering when player reached EndOfMedia.Yoann Lopes2015-09-151-0/+5
| | | * AVFoundation: correctly unload current media.Yoann Lopes2015-09-151-31/+14
| | | * AVFoundation: store seek requests before media is loaded.Yoann Lopes2015-09-152-5/+27
| | | * AVFoundation: fix initial volume.Yoann Lopes2015-09-152-22/+28
| | | * AVFoundation: fix playback rate.Yoann Lopes2015-09-153-8/+13
| | | * Android: allow to map video buffers.Yoann Lopes2015-09-081-8/+39
| | | * Fix crash in QSoundEffect when using it from a non-GUI thread.Yoann Lopes2015-08-251-0/+1
| | | * Fix QML Camera::supportedViewfinderFrameRateRanges().Yoann Lopes2015-08-253-3/+163
| | | * Fix possible crashes in QDeclarativeRadioData.Yoann Lopes2015-08-251-8/+30
| * | | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-0643-0/+473
| |/ /
| * | winrt: Fix frozen UI caused by camera search and lock focus.Samuel Nevala2015-10-011-1/+1
| * | Revert: "winrt: fix camera preview on Lumia 630"Samuel Nevala2015-09-301-42/+1
| * | winrt: Fix Lumia 1520 black viewfinder.Samuel Nevala2015-09-291-0/+30
| * | winrt: Optimize camera viewfinder pipeline.Samuel Nevala2015-09-291-18/+20
| * | Purge spurious execute permissions.Edward Welbourne2015-09-297-0/+0
| * | winrt: Introduce DirectX pipeline bypass.Samuel Nevala2015-09-295-49/+154
| * | Declare videonode dependency on Qt5MultimediaQuick_pLevy, Lawrence-Jacques2015-09-211-0/+3
| * | Fix QML revisions registration for 5.6.Yoann Lopes2015-09-154-11/+180
| * | Doc: minor correctionsNico Vertriest2015-09-072-2/+2
| * | Add 'resourcepolicy' to MODULE_PLUGIN_TYPES of multimedia.pro.v5.6.0-alpha1Friedemann Kleint2015-09-031-1/+2
* | | Bump versionOswald Buddenhagen2015-09-101-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-08-3160-2042/+2515
|\| |
| * | Fix MediaPlayer::playlist documentation.Yoann Lopes2015-08-242-0/+6
| * | Fix QCamera::lockStatus() documentation.Yoann Lopes2015-08-241-1/+1
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-08-2456-1968/+2408
| |\|
| | * 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
| | * QMediaPlayer: clear current playlist on deletion.Yoann Lopes2015-08-191-0/+2
| | * GStreamer: refactored widget and window control.Yoann Lopes2015-08-1811-446/+707
| | * Fix QCamera viewfinder capabilities functions..Yoann Lopes2015-08-185-6/+462
| | * Avoid races when sending EOSRicardo Salveti de Araujo2015-08-181-2/+2
| | * GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-135-8/+18
| | * Add the GPLv3 license textThiago Macieira2015-08-132-0/+688
| | * 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
| | * Doc: Corrected a typo.Venugopal Shivashankar2015-08-112-3/+3
| | * Fix documentation for QML metaData property.Yoann Lopes2015-08-113-1231/+139
| | * Fix qdoc warnings.Yoann Lopes2015-08-118-26/+70
| | * Doc: update qml module version to 5.5.Yoann Lopes2015-08-1120-82/+6
| | * Improve documentation for mediaObject property.Yoann Lopes2015-08-112-19/+26
| | * 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-102-6/+133