summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update plugins.qmltypes for Qt 5.13Kai Koehne2019-02-281-2/+12
* QML: Make QtAudioEngine import available under 1.QT_MINOR_VERSIONVaL Doroshchuk2019-02-265-10/+12
* Add a revision of QML VideoOutput flushMode property to 5.13VaL Doroshchuk2019-02-253-1/+5
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-232-2/+7
|\
| * Gstreamer: Set surface from renderer before creating pipelineVaL Doroshchuk2019-02-222-2/+7
* | Do not use QMediaResource in QMediaContentVaL Doroshchuk2019-02-221-56/+31
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-162-5/+7
|\|
| * Gstreamer: Fix compilation error with 0.10 versionVal Doroshchuk2019-02-141-5/+3
| * Fix static build on WindowsKai Koehne2019-02-111-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-093-5/+5
|\|
| * Fix crash in player example when close the window while playingVaL Doroshchuk2019-02-081-0/+3
| * gpu_vivante depends on opengles2 and guiLiang Qi2019-02-061-1/+1
| * DirectShow: Fix crash when camera is being destroyedVal Doroshchuk2019-02-061-4/+1
* | Android: Implement audio rolesVal Doroshchuk2019-02-0812-0/+445
* | Gstreamer: Add support of avfvideosrc for camerabinVaL Doroshchuk2019-02-082-11/+33
* | Fix deprecation warningsv5.13.0-alpha1Friedemann Kleint2019-02-053-18/+21
* | Introduce QVideoFrame::buffer()VaL Doroshchuk2019-02-042-0/+10
* | Gstreamer: Return GstBuffer from QGstVideoBufferVaL Doroshchuk2019-02-041-0/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-029-44/+86
|\|
| * Android: Fix memory leak of GL resourcesVal Doroshchuk2019-01-312-8/+17
| * Fix comment for YUV fragment shadersSamuel Gaist2019-01-295-5/+9
| * Gstreamer: Set custom pipeline using urlVaL Doroshchuk2019-01-232-31/+60
* | GStreamer: support video orientationAlexander Volkov2019-02-015-38/+51
* | GstTools: move headers to correct folderJochen Seemann2019-01-3126-6/+0
* | Make QPulseAudioOutput::elapsedUSecs prone to OS time changeTomasz Olszak2019-01-292-5/+4
* | Return default camera with not empty nameVal Doroshchuk2019-01-282-4/+7
* | Enable gstreamer support for Windows and macOSVal Doroshchuk2019-01-282-7/+8
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-222-6/+8
|\|
| * Migrate QGstUtils to use QRegularExpressionSamuel Gaist2019-01-121-4/+6
| * Gstreamer: Negotiate default settings before encoding container profileVaL Doroshchuk2019-01-111-2/+2
* | Fix QCameraInfo to be invalid if camera failed to find deviceVal Doroshchuk2019-01-181-2/+10
* | Gstreamer: add support for ksvideosrc within camerabinVal Doroshchuk2019-01-172-2/+54
* | DirectShow: Fix video and audio probes in media playerVal Doroshchuk2019-01-153-39/+37
* | Windows: Build directshow media player with wmf if availableVal Doroshchuk2019-01-1410-64/+9
* | Introduce QT_MULTIMEDIA_PREFERRED_PLUGINS env varVal Doroshchuk2019-01-141-0/+30
* | Fix warnings about deprecated QPalette enumerations and functionsFriedemann Kleint2019-01-142-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-111-24/+19
|\|
| * Return ServiceMissingError if no camera found by nameVaL Doroshchuk2019-01-071-24/+19
* | Allow disabling directshow or wmf pluginVal Doroshchuk2019-01-091-0/+2
* | avfoundation: fix compiler warnings regarding Objective-CJochen Seemann2019-01-046-51/+53
* | multimedia: modernize by using nullptrJochen Seemann2019-01-0448-294/+294
* | avfoundation: modernize by using nullptr and overrideJochen Seemann2019-01-0449-270/+270
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-0414-46/+76
|\|
| * GStreamer: remove unnecessary <unistd.h> includesJ-P Nurmi2018-12-262-2/+0
| * GStreamer camera bin service plugin: remove bogus export macrosJ-P Nurmi2018-12-264-4/+4
| * QGstUtils: fix build with MSVCJ-P Nurmi2018-12-261-2/+5
| * 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-293-0/+24