summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-09-097-1/+71
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-087-1/+71
|/|
| * Merge "Merge remote-tracking branch 'origin/5.12.5' into 5.12"Qt Forward Merge Bot2019-09-071-0/+35
| |\
| | * Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-0/+35
| |/|
| | * Merge 5.12 into 5.12.5v5.12.5Paul Wicking2019-08-231-3/+4
| | |\
| | * | Add changes file for Qt 5.12.5Antti Kokko2019-08-221-0/+35
| * | | 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
| | |/ | |/|
* | | Merge "Merge remote-tracking branch 'origin/5.13.1' into 5.13"Qt Forward Merge Bot2019-09-051-0/+46
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13.1' into 5.13Qt Forward Merge Bot2019-09-051-0/+46
|/| | |
| * | | Add changes file for Qt 5.13.1v5.13.1Antti Kokko2019-08-091-0/+46
* | | | Fix crash when VideoOutput.sourceRect is requested but playback is stoppedVaL Doroshchuk2019-09-041-2/+2
* | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-281-3/+4
|\ \ \ \
| * | | | 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 "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-206-1/+116
|\ \ \
| * | | 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 "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-137-10/+59
|\ \ \ | |_|/ |/| |
| * | 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 "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-08-031-0/+2
|\ \
| * | 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 "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-07-2328-156/+149
|\ \
| * | 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 "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-161-0/+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
|\ \