summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Only call CoUnitialize() if calling CoInitialize() was necessaryAndy Shaw2019-05-211-2/+3
* DirectShow: Report about an error for wrong urlsVal Doroshchuk2019-05-201-2/+0
* EVR: Remove setting of start/end times in QVideoFrameVal Doroshchuk2019-05-141-10/+0
* DirectShow: Don't update status on pending tasks when graph is loadedVal Doroshchuk2019-05-141-1/+1
* DirectShow: Don't set the same mediaVal Doroshchuk2019-05-141-0/+3
* Android: Allow starting camera without viewfinder availableVal Doroshchuk2019-05-131-11/+32
* Android: Don't open camera if it was already openedVal Doroshchuk2019-05-131-1/+11
* Android: Don't postpone setting of camera's stateVal Doroshchuk2019-05-032-19/+23
* Windows: Reset position on pause in QMediaPlayer after EOSVal Doroshchuk2019-04-101-2/+3
* EVR: Don't repaint with black until the surface is activeVal Doroshchuk2019-04-101-1/+1
* QWindowsAudioInput: Set volume only if it has been requestedVal Doroshchuk2019-04-081-3/+3
* Android/AudioTrack: Fix crash when it is unable to get min buffer sizeVal Doroshchuk2019-04-032-6/+13
* Android: Fix status of QMediaRecorder after start/stopVal Doroshchuk2019-04-032-45/+35
* DirectShow: don't change camera zoom level if not requestedIhor Dutchak2019-04-011-1/+1
* Android: Use CaptureStillImage as default capture modeVal Doroshchuk2019-03-281-1/+1
* winrt: Use highest supported resolution for camera preview/image captureOliver Wolff2019-03-282-7/+18
* DirectShow: Fix crash when camera is being destroyedVal Doroshchuk2019-02-061-4/+1
* Android: Fix memory leak of GL resourcesVal Doroshchuk2019-01-312-8/+17
* Gstreamer: Negotiate default settings before encoding container profileVaL Doroshchuk2019-01-111-2/+2
* GStreamer: remove unnecessary <unistd.h> includesJ-P Nurmi2018-12-261-1/+0
* GStreamer camera bin service plugin: remove bogus export macrosJ-P Nurmi2018-12-264-4/+4
* WMF: Map PKEY_Media_EncodingSettings to QMediaMetaData::DescriptionVaL Doroshchuk2018-12-101-1/+1
* DirectShow: Don't queue video buffers from sample grabberVal Doroshchuk2018-11-291-5/+5
* DirectShow: Restart not active surface when frame is receivedVal Doroshchuk2018-11-291-2/+2
* Windows: Repaint QVideoWidget when WM_PAINT or WM_ERASEBKGND receivedVal Doroshchuk2018-11-291-0/+3
* DirectShow: use supported pixel formats for QCamera video surfaceIhor Dutchak2018-11-282-25/+29
* DirectShow: Display windows error string when camera failsVal Doroshchuk2018-11-272-5/+6
* EVR: Prevent redefinition of MFVideoNormalizedRectMarius Kittler2018-11-181-1/+2
* CoreAudio: Decrease volume when playback is stopped on macOSVaL Doroshchuk2018-11-162-18/+27
* DirectShow: Fix compiler warningsFriedemann Kleint2018-11-062-3/+1
* Gstreamer: Do not create video profile if no codec providedVaL Doroshchuk2018-11-051-7/+4
* Gstreamer: Fix compiling issue with < 1.1.3 verVaL Doroshchuk2018-11-051-0/+4
* WindowsAudioOutput: Introduce QT_WAVE_BUFFERS env varv5.12.0-beta3Val Doroshchuk2018-10-182-12/+22
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-131-1/+1
|\
| * Use the setDataSource(String) overload for non assets/file pathsAndy Shaw2018-10-051-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12v5.12.0-beta2Qt Forward Merge Bot2018-10-054-50/+78
|\|
| * DirectShow: Fix crash when camera destroyedVal Doroshchuk2018-10-051-1/+1
| * EVR: Fix crash when no resources createdVal Doroshchuk2018-10-042-31/+16
| * Retrieve some information from the track metadata if availableJames McDonnell2018-10-011-18/+61
| * EVR: Fix crash when video source is changed and ANGLE is usedVal Doroshchuk2018-09-251-1/+1
* | DirectShow: Fix typo which breaks cameraVal Doroshchuk2018-10-041-1/+1
* | Gstreamer: Emit stateChanged(StoppedState) when recording is finishedv5.12.0-beta1VaL Doroshchuk2018-09-282-3/+3
* | Android: implement QMediaPlayer::setPlaybackRate()Yoann Lopes2018-09-265-3/+110
* | imx: Fallback to copying data if mapping has not succeededVaL Doroshchuk2018-09-252-34/+41
* | DirectShow: Implement image capture settingsVal Doroshchuk2018-09-257-5/+213
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-252-14/+8
|\|
| * Android: Fix crash when play() is called but state is not setVal Doroshchuk2018-09-241-1/+3
| * Fix video window parenting and positioningJames McDonnell2018-09-201-13/+5
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-151-1/+1
|\|
| * Pulse: Fix crash when stop() is called while reading buffersVaL Doroshchuk2018-09-131-1/+1