summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Add camera brightness adjustment API.Denis Shienkov2015-11-234-0/+45
|/ /
* | 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
|\|
| * Add qt_real_to_fraction() helper function.Yoann Lopes2015-11-196-46/+154
| * Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-1915-18/+162
| * Don't initialize volume on pulse audio input by default.Morten Minde Neergaard2015-11-192-1/+5
* | winrt: Wait for focus to finish when camera stoppedSamuel Nevala2015-11-201-4/+19
* | Fix use-after-free in AVFCameraService during renderer destructionJohn Brooks2015-11-191-7/+4
* | winrt: Early return from searchAndLock if camera not active.Samuel Nevala2015-11-191-5/+6
* | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-11-181-2/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-171-2/+2
| |\|
| | * GStreamer camerabin: always provide the zoom control.Yoann Lopes2015-10-281-2/+2
* | | winrt: Fix toggling camera position.Samuel Nevala2015-11-171-3/+3
|/ /
* | winrt: Fix crash when camera unloaded while searching focus.Samuel Nevala2015-11-112-8/+14
* | QtMultimedia: Fix build with CONFIG+=use_gstreamer_camera optionDenis Shienkov2015-11-111-1/+1
* | DirectShow: Avoid warning about unresolved error when file is missing.Nodir Temirkhodjaev2015-11-111-0/+1
* | DirectShow: fix custom renderer reference counting.Yoann Lopes2015-11-062-5/+7
* | DirectShow: use the EVR in the window control.Yoann Lopes2015-11-0523-190/+548
* | 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
* | 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-2014-45/+152
|\|
| * 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
* | 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-0613-134/+337
|\ \