summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Make qmediaplayerbackend::seekPauseSeek test less flaky.Yoann Lopes2015-12-181-2/+3
| * | Change the way a playlist is bound to a media object.v5.6.0-beta1Yoann Lopes2015-12-116-38/+391
| * | Blacklist qmediaplayerbackend tests in OSX 10.11Tony Sarajärvi2015-12-111-0/+1
| * | Blacklist qaudiodecoderbackend tests in OSX 10.11Tony Sarajärvi2015-12-111-0/+4
| * | GStreamer: Add color balance and sharpening adjustments using V4L2Denis Shienkov2015-12-103-11/+124
| * | DirectShow: Get current image processing parameter from the cacheDenis Shienkov2015-12-102-40/+18
| * | DirectShow: Add WhiteBalancePreset and ColorTemperature for the cameraDenis Shienkov2015-12-102-26/+142
| * | GStreamer: Adjust the camera's manual color temperature through V4L2Denis Shienkov2015-12-106-16/+428
| * | Doc: Move all doc artifacts under one projectVenugopal Shivashankar2015-12-079-87/+44
| * | WMF: correctly handle media with multiple streams.Yoann Lopes2015-12-042-75/+90
| * | WMF: correctly handle samples in the video probe transform.Yoann Lopes2015-12-041-56/+29
| * | WMF: fix type negotiation in video probe transform.Yoann Lopes2015-12-043-78/+87
| * | Android: fix QMediaRecorder crashing the camera server on some devices.Yoann Lopes2015-12-048-12/+89
| * | Android: support non OpenGL video surfaces for the camera.Yoann Lopes2015-12-0428-233/+1179
| * | Android: Camera updatesChristian Strømme2015-12-041-35/+42
| * | DirectShow: Implement basic QCameraImageProcessingControl interfaceDenis Shienkov2015-12-017-2/+412
| * | winrt: Fix Lumia 930 black viewfinder.Samuel Nevala2015-11-271-2/+3
| * | DirectShow: Remove unused static function decibelsToVolume().Friedemann Kleint2015-11-251-11/+0
| * | Doc: Exclude outdated content using \omit commandVenugopal Shivashankar2015-11-251-3/+2
| * | Fix some private headers.Yoann Lopes2015-11-2410-20/+65
* | | QGstTools: replace foreach with range-based forAnton Kudryavtsev2016-01-155-22/+31
* | | imports: replace foreach with range-based forAnton Kudryavtsev2016-01-153-11/+14
* | | QtMultimediaQuickTools: replace foreach with range-based forAnton Kudryavtsev2016-01-152-5/+7
* | | 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-156-26/+37
* | | Gstreamer plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-1514-37/+51
* | | Replace foreach with range-based forAnton Kudryavtsev2016-01-153-5/+6
* | | AVFoundation: replace foreach with range-based forAnton Kudryavtsev2016-01-153-4/+6
* | | DirectShow plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-156-12/+13
* | | QNX plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-153-5/+7
* | | WinRT, WindowsAudio plugins: replace foreach with range-based forAnton Kudryavtsev2016-01-155-10/+11
* | | WMF plugin: replace foreach with range-based forAnton Kudryavtsev2016-01-155-11/+11
* | | Audio: replace foreach with range-based forAnton Kudryavtsev2016-01-153-12/+15
* | | QSGVivanteVideoMaterial: fix expensive iteration over QMap::values()Anton Kudryavtsev2016-01-151-1/+2
* | | fix expensive iteration over QMap::keys() and QHash::keys()Anton Kudryavtsev2016-01-144-9/+10
* | | tvOS supportMike Krus2016-01-1312-28/+33
* | | Enable using the module in a statically built applicationAndy Shaw2016-01-113-0/+21
* | | Add moveItem(from, to) to QMediaPlaylist.Jim Hodapp2015-12-188-0/+56
* | | Added insertItems and removeItems to QML Playlist.Jim Hodapp2015-12-182-0/+39
* | | Added addItems to QML Playlist for batch adding of tracks.Jim Hodapp2015-12-182-0/+24
* | | QSampleCache: use prefix ++ for iterator in setCapacityAnton Kudryavtsev2015-12-041-2/+3
* | | Remove insignificant flag from qsoundTony Sarajärvi2015-12-031-2/+0
* | | Remove insignificant flag from qaudiooutput testTony Sarajärvi2015-12-031-2/+0
* | | Remove insignificant from qdeclarativevideooutput testTony Sarajärvi2015-11-251-2/+0
* | | Remove insignificant from tst_qpaintervideosurface testTony Sarajärvi2015-11-241-2/+0
* | | Add camera brightness adjustment API.Denis Shienkov2015-11-234-0/+45
* | | Merge remote-tracking branch 'origin/5.6' into devYoann Lopes2015-11-2371-340/+1083
|\| |
| * | Implement volume in audiocapture plugin.Yoann Lopes2015-11-233-7/+71
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-11-2023-65/+321
| |\|