summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-031-0/+2
|\
| * AVFoundation: Fix memory leak when gl context is changedVaL Doroshchuk2019-08-021-0/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-2328-156/+149
|\|
| * VideoOutput: Update geometry only when the surface is activeVal Doroshchuk2019-07-181-2/+7
| * DirectShow: Set QMediaPlayer::NoMedia if empty url is providedVal Doroshchuk2019-07-172-8/+3
| * GStreamer: Implement fetching audio/video codecs by containerVaL Doroshchuk2019-07-178-64/+51
| * 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
| * Camera: Update the doc about supported viewfinder settingsVaL Doroshchuk2019-07-161-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-161-0/+1
|\|
| * Fix GCC 9 -Wdeprecated-copy warningsMarc Mutz2019-07-111-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-115-8/+20
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-115-8/+20
| |\|
| | * Fix GetFrameRateList checks and memory leakNate Weibley2019-07-051-2/+4
| | * GStreamer: Fix 0.10 compile errorVal Doroshchuk2019-07-051-1/+3
| | * Fix crash when app is destroyed before QSample::load is finishedVaL Doroshchuk2019-07-051-4/+8
| | * Fix MinGW buildJoerg Bornemann2019-07-021-0/+4
| | * DirectShow: Map MEDIASUBTYPE_RGB24 to QVideoFrame::Format_BGR24Val Doroshchuk2019-07-021-1/+1
* | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-4/+4
|\|
| * Fix compile issue when no opengl in QVideoSurfacePainterVal Doroshchuk2019-06-171-4/+4
* | AVFoundation: remove ResourceHandler nested classThiago Macieira2019-06-201-38/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-153-6/+4
|\|
| * GStreamer: Return busy cameras in QCameraInfo::availableCamerasVaL Doroshchuk2019-06-071-1/+1
| * Doc: Use correct property name for videoRecorderPaul Wicking2019-06-041-1/+1
| * AVFoundation: Fix sending proper state in QMediaRecorderVaL Doroshchuk2019-05-101-4/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-038-80/+130
|\|
| * DirectShow: Don't hide returned error when video output was not providedVal Doroshchuk2019-04-111-2/+19
| * Gstreamer: Pass GstUDPSrc's caps via "udpsrc.caps=" url's query itemVaL Doroshchuk2019-05-221-0/+9
| * GStreamer: Dump dot file if GST_DEBUG_DUMP_DOT_DIR is setVaL Doroshchuk2019-05-201-12/+3
| * GStreamer: Fix crash when the bus helper is destroyedVaL Doroshchuk2019-05-211-1/+1
| * 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
| * Gstreamer: Allow streams in custom pipelinesVaL Doroshchuk2019-05-152-41/+72
| * Use QOpenGLContext::makeCurrent if QGLContext::makeCurrent failedVaL Doroshchuk2019-05-141-8/+17
| * Gstreamer: Fix deadlock when state is requested in ASYNC modeVaL Doroshchuk2019-05-141-1/+2
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-144-18/+53
|\|
| * 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
| * QGraphicsVideoItem: Always use generic painter when no gl paint engineVaL Doroshchuk2019-05-131-5/+9
| * Gstreamer: Don't reset pipeline to GST_STATE_NULL when EndOfStreamVaL Doroshchuk2019-05-101-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-042-19/+23
|\|
| * Android: Don't postpone setting of camera's stateVal Doroshchuk2019-05-032-19/+23
* | Doc: Fix multiple documentation issuesv5.13.0-beta3Topi Reinio2019-04-1615-49/+65
* | Update plugins.qmltypes for audioengine in 5.13Kai Koehne2019-04-111-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-1011-66/+75
|\|