summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-12-036-12/+108
|\
| * QNX/PPS: Fix end-of-track handlingv5.2.0Frank Osterfeld2013-11-301-2/+2
| * Add changes-5.2.0 file.Yoann Lopes2013-11-301-0/+86
| * Fix version availability for VideoOutput's autoOrientation property.Yoann Lopes2013-11-303-3/+3
| * Android: print a warning when using SurfaceTexture on Android 2.3.Yoann Lopes2013-11-301-7/+17
* | Android: Add missing 'L' prefix and ';' postfix in areaToRect()Christian Strømme2013-12-031-1/+1
* | OpenSL: Fix volume scaleChristian Strømme2013-12-021-1/+3
* | CoreAudio: fix supported input and output channel count.Yoann Lopes2013-12-021-12/+13
* | BlackBerry: Fix metadata key for "artist"Rafael Roquetto2013-11-281-1/+1
* | Don't use integers to describe volume internally in QSoundEffect.Christian Strømme2013-11-285-22/+22
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-265-2/+60
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-265-2/+60
| |\|
| | * Add mmrenderer configure checkv5.2.0-rc1Andreas Holzammer2013-11-254-1/+60
| | * iOS: Remove duplicate class name from qmldirAndy Nichols2013-11-191-1/+0
* | | Fix WMF Video not playing if no soundcard is availableMarius Wachtler2013-11-261-0/+7
|/ /
* | Bump MODULE_VERSION to 5.2.1Sergio Ahumada2013-11-251-1/+1
* | Doc: Document asynchronous nature of QMediaPlayer::setMedia()Sze Howe Koh2013-11-231-0/+5
|/
* Fix BB10 buildFrank Osterfeld2013-11-101-1/+1
* QNX: Restructure pluginsFrank Osterfeld2013-11-0988-280/+283
* Support plain QNX in mm-renderer mediaplayer implFrank Osterfeld2013-11-0918-154/+780
* Android: Add permissions/features for Qt Multimedia moduleEskil Abrahamsen Blomfeldt2013-11-081-0/+5
* Add classname entry to qmldir file.Morten Johan Sørvig2013-11-071-0/+1
* Android: use correct format when capturing a picture to a buffer.Yoann Lopes2013-11-062-10/+40
* Android: fix two race conditions in the media player.Yoann Lopes2013-11-062-3/+2
* Doc: Updated url variable in qdocconf files.Jerome Pasion2013-11-062-2/+2
* Add classnames for QML plugins.Andy Nichols2013-11-042-0/+2
* BB10: do not mix up pixel width and heightFrank Osterfeld2013-11-041-2/+2
* use private linkage where possibleOswald Buddenhagen2013-10-314-12/+12
* DirectShow: fix compilation with MSVC 2008.Yoann Lopes2013-10-311-35/+35
* QSoundEffect: Set playing to true before starting the audio-device.Christian Strømme2013-10-301-2/+1
* Android: fix camera preview showing black frames after restarting it.Yoann Lopes2013-10-293-3/+13
* WMF: emit positionChanged() signal when reaching the end of a media.Yoann Lopes2013-10-291-1/+3
* Blackberry: Improve camera focus handlingTobias Koenig2013-10-254-173/+214
* OpenSL ES: enable the plugin only on Android.Yoann Lopes2013-10-254-55/+1
* BlackBerry: fix BbVideoWindowControl window zorderRafael Roquetto2013-10-251-1/+5
* Blackberry: Fix camera viewfinderTobias Koenig2013-10-242-9/+7
* Blackberry: Fix video recordingTobias Koenig2013-10-241-1/+5
* Correctly clear the current media in Audio and MediaPlayer qml elements.v5.2.0-beta1Yoann Lopes2013-10-182-7/+9
* WMF: fix output samples from our video probe MFTransform.Yoann Lopes2013-10-161-4/+53
* Add Linguist comment for translation of Drive-mode.Friedemann Kleint2013-10-151-0/+1
* WMF: allow to set a qrc file name as source of a QAudioDecoder.Yoann Lopes2013-10-141-1/+6
* WMF: allow to load media whose content doesn't match its file extension.Yoann Lopes2013-10-141-19/+22
* WMF: fixed compilation on Windows Vista.Yoann Lopes2013-10-111-5/+16
* DirectShow: improve metadata support.Yoann Lopes2013-10-117-96/+402
* QNX: enable AudioCapture plugin.Yoann Lopes2013-10-111-1/+1
* Enable camera on the PlaybookFabian Bumberger2013-10-108-17/+45
* Fix binding loop in declarative-camera exampleTopi Reinio2013-10-101-4/+0
* Refactored AudioCapture plugin.Yoann Lopes2013-10-0916-304/+347
* Android: fix media recording location.Yoann Lopes2013-10-092-18/+24
* Improve audiorecorder example.Yoann Lopes2013-10-095-133/+227