summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DirectShow: fix media player seeking.Yoann Lopes2015-11-044-24/+43
* DirectShow: fix some media player status issue.Yoann Lopes2015-11-041-0/+5
* DirectShow: clear current video frame when stopping.Yoann Lopes2015-11-041-0/+8
* DirectShow: set timestamp on media player frames.Yoann Lopes2015-11-041-4/+18
* DirectShow: fix setting volume when a media is not loaded.Yoann Lopes2015-11-042-38/+26
* AVFoundation: don't automatically rotate camera captures.Yoann Lopes2015-11-042-12/+4
* Remove superfluous includeMaurice Kalinowski2015-11-031-1/+0
* Blacklist qmediaplayerbackend test on Windows 64-bits.Yoann Lopes2015-10-301-0/+1
* winrt: Fix crash when focus operation in progress.Samuel Nevala2015-10-221-0/+2
* Doc: Update examplesinstallpath to include the repository nameTopi Reinio2015-10-212-2/+2
* AVFoundation: fix camera capture previews.Yoann Lopes2015-10-204-38/+82
* Add private API for conversion from QVideoFrame to QImage.Yoann Lopes2015-10-2013-567/+905
* Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-10-2015-45/+220
|\
| * GStreamer: fix compilation with version < 0.10.31.Yoann Lopes2015-10-2012-30/+147
| * Fix signal/slot declaration in QVideoOutputOrientationHandler.Yoann Lopes2015-10-161-2/+2
| * AVFoundation: fix camera frames texture format.Yoann Lopes2015-10-161-13/+3
| * Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-131-0/+68
| |\
| | * Add 5.5.1 change file.v5.5.1Yoann Lopes2015-09-151-0/+68
* | | winrt: Unload camera when application is suspended.Samuel Nevala2015-10-152-1/+26
* | | winrt: Prevent camera device from being suspended.Samuel Nevala2015-10-153-4/+45
* | | 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
* | 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