summaryrefslogtreecommitdiffstats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* CameraBin: unset GValues after finish using themRatchanan Srirattanamet2020-09-111-0/+3
* Vivante: Keep only one frameVaL Doroshchuk2020-05-152-8/+4
* ALSA: Calculate buffer size based on min period timeVaL Doroshchuk2020-03-251-19/+15
* AVF: Always lock the capture device when start the cameraVal Doroshchuk2020-01-282-1/+3
* AVF: Don't apply settings if the camera is not active yetVal Doroshchuk2020-01-141-1/+0
* Qt Multimedia - fix build for iOSTimur Pocheptsov2019-11-111-4/+4
* DirectShow: Round stop position down to available bytes in IAsyncReaderVal Doroshchuk2019-09-121-1/+1
* DirectShow: Add startTime and endTime to QVideoFrameVal Doroshchuk2019-08-296-0/+35
* DirectShow: Fix crash when there is no surface on flush()Val Doroshchuk2019-08-291-1/+1
* CameraBinV4LImageProcessing: Show additional info in case of errorsVaL Doroshchuk2019-08-201-3/+4
* AVFCameraUtility: fix UB (std::sort with unfit predicate)Marc Mutz2019-08-101-4/+9
* CameraBinV4LImageProcessing: Show warning only if the camera is loadedVaL Doroshchuk2019-08-091-2/+4
* AVFoundation: Re-create CARenderer if current OpenGL context changedAndrew Smolko2019-08-071-0/+7
* AVFoundation: Fix memory leak when gl context is changedVaL Doroshchuk2019-08-021-0/+2
* DirectShow: Set QMediaPlayer::NoMedia if empty url is providedVal Doroshchuk2019-07-172-8/+3
* GStreamer: Implement fetching audio/video codecs by containerVaL Doroshchuk2019-07-176-64/+3
* use correct types when creating an empty Windows eventRolf Eike Beer2019-07-162-3/+3
* DirectShow plugin: use new style connect syntaxRolf Eike Beer2019-07-164-15/+15
* DirectShow plugin: use nullptr instead of NULLRolf Eike Beer2019-07-1614-71/+71
* Fix GetFrameRateList checks and memory leakNate Weibley2019-07-051-2/+4
* Fix MinGW buildJoerg Bornemann2019-07-021-0/+4
* DirectShow: Map MEDIASUBTYPE_RGB24 to QVideoFrame::Format_BGR24Val Doroshchuk2019-07-021-1/+1
* AVFoundation: Fix sending proper state in QMediaRecorderVaL Doroshchuk2019-05-101-4/+2
* DirectShow: Don't hide returned error when video output was not providedVal Doroshchuk2019-04-111-2/+19
* 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