summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Create QML camera.viewfinder eagerlyRatchanan Srirattanamet2019-10-081-4/+1
* Fix qConvertFuncs to respect QVideoFrame::Format_ABGR32 in the endVal Doroshchuk2019-10-081-2/+3
* WinRT: Ignore media in MediaPlayer only if stream is not changed tooVal Doroshchuk2019-10-081-1/+1
* DirectShow: Fix crash when media in qrc is set twiceVal Doroshchuk2019-10-081-1/+2
* AVF: Emit StalledMedia when unbuffered and resume playback afterwardsVaL Doroshchuk2019-10-081-0/+13
* Fix build with ALSA in non-system locationJoerg Bornemann2019-10-071-1/+1
* imx6: Fix mapping VPU texture using real physical address of dataVaL Doroshchuk2019-10-023-1/+34
* Override QGraphicsItem::type in QGraphicsVideoItemVal Doroshchuk2019-10-021-0/+9
* Gstreamer: also remove features when simplifying capsRatchanan Srirattanamet2019-10-021-0/+6
* DirectShow: Don't seek if playback is stoppedVal Doroshchuk2019-10-011-3/+5
* GStreamer: Recreate playbin after custom pipelineVaL Doroshchuk2019-10-012-29/+64
* DirectShow: Emit media status before errorVal Doroshchuk2019-10-011-3/+3
* Fix leaking QVideoFilterRunnable when window is closedVal Doroshchuk2019-10-011-2/+1
* GstreamerPlayerControl: use new style connect syntaxRolf Eike Beer2019-09-301-30/+18
* QGstreamerPlayerSession: build list of debug strings only onceRolf Eike Beer2019-09-301-4/+4
* DirectShow: Implement QMediaVideoProbeControl->flushVal Doroshchuk2019-09-273-1/+23
* CameraBin: do fetch viewfinder settings even after LoadedStatusRatchanan Srirattanamet2019-09-271-1/+1
* Move QVideoFrame::Format_ABGR32 to the end of the Pixel FormatsVaL Doroshchuk2019-09-251-1/+1
* Fix deprecation condition for QMediaResourceVaL Doroshchuk2019-09-212-8/+0
* MultimediaGstTools: fix string warnings when defining DEBUG_PLAYBINRolf Eike Beer2019-09-191-2/+4
* QMediaPlayer: use new connect syntaxRolf Eike Beer2019-09-181-11/+11
* Extract QAudioProbe code snippetMariana Meireles2019-09-112-12/+52
* Fix building with namespaced QtChristian Stenger2019-09-113-4/+3
* GStreamer: Use member initializationVaL Doroshchuk2019-09-1030-207/+116
* DirectShow: Allow QMediaPlayer in secondary threadVal Doroshchuk2019-09-094-22/+29
* Include moc files after QT_END_NAMESPACEVal Doroshchuk2019-09-0957-72/+68
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-086-1/+36
|\
| * 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
* | Fix crash when VideoOutput.sourceRect is requested but playback is stoppedVaL Doroshchuk2019-09-041-2/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-281-3/+4
|\|
| * CameraBinV4LImageProcessing: Show additional info in case of errorsVaL Doroshchuk2019-08-201-3/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-206-1/+116
|\|
| * GStreamer: Add docs for custom pipelinesVaL Doroshchuk2019-08-146-1/+116
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-137-10/+59
|\|
| * 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
| * GStreamer: Don't seek to the beginning when playing is requestedVaL Doroshchuk2019-08-081-1/+5
| * Fix undefined reference to QVideoSurfacePainter::~QVideoSurfacePainterVaL Doroshchuk2019-08-081-1/+1
| * GStreamer: Don't share video surfaces between several pipelinesVaL Doroshchuk2019-08-081-1/+23
| * AVFoundation: Re-create CARenderer if current OpenGL context changedAndrew Smolko2019-08-071-0/+7
| * GStreamer: Allow audio/x-raw codec in QAudioRecorderVaL Doroshchuk2019-08-071-1/+10
* | 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