summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* DirectShow: Fix crash when media in qrc is set twiceVal Doroshchuk2019-10-081-1/+2
* DirectShow: Don't seek if playback is stoppedVal Doroshchuk2019-10-011-3/+5
* DirectShow: Emit media status before errorVal Doroshchuk2019-10-011-3/+3
* DirectShow: Implement QMediaVideoProbeControl->flushVal Doroshchuk2019-09-273-1/+23
* DirectShow: Allow QMediaPlayer in secondary threadVal Doroshchuk2019-09-094-22/+29
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-083-0/+5
|\
| * DirectShow: Add startTime and endTime to QVideoFrameVal Doroshchuk2019-08-293-0/+5
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-2318-89/+90
|\|
| * DirectShow: Set QMediaPlayer::NoMedia if empty url is providedVal Doroshchuk2019-07-172-8/+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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-113-3/+9
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-032-5/+23
|\|
| * DirectShow: Don't hide returned error when video output was not providedVal Doroshchuk2019-04-111-2/+19
| * DirectShow: Report about an error for wrong urlsVal Doroshchuk2019-05-201-2/+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.13Liang Qi2019-04-102-3/+4
|\|
| * Windows: Reset position on pause in QMediaPlayer after EOSVal Doroshchuk2019-04-101-2/+3
| * DirectShow: don't change camera zoom level if not requestedIhor Dutchak2019-04-011-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-091-4/+1
|\|
| * DirectShow: Fix crash when camera is being destroyedVal Doroshchuk2019-02-061-4/+1
* | 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-144-17/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-042-35/+40
|\|
| * DirectShow: Don't queue video buffers from sample grabberVal Doroshchuk2018-11-291-5/+5
| * DirectShow: use supported pixel formats for QCamera video surfaceIhor Dutchak2018-11-282-25/+29
| * DirectShow: Display windows error string when camera failsVal Doroshchuk2018-11-272-5/+6
* | DirectShow: Move parsing of the metadata to worker threadVal Doroshchuk2018-11-284-86/+76
* | DirectShow: Stop surface on EndOfStreamVal Doroshchuk2018-11-221-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-172-3/+1
|\|
| * DirectShow: Fix compiler warningsFriedemann Kleint2018-11-062-3/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-201-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.11' into 5.12v5.12.0-beta2Qt Forward Merge Bot2018-10-051-1/+1
| |\
| | * DirectShow: Fix crash when camera destroyedVal Doroshchuk2018-10-051-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-057-6/+214
|\| |
| * | DirectShow: Fix typo which breaks cameraVal Doroshchuk2018-10-041-1/+1
| * | DirectShow: Implement image capture settingsVal Doroshchuk2018-09-257-5/+213
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-0643-767/+639
|\| |
| * | DirectShow: Fix clang-tidy warnings about else after returnFriedemann Kleint2018-09-0513-476/+373
| * | DirectShow: Fix clang-tidy warnings about loopsFriedemann Kleint2018-09-052-19/+13
| * | DirectShow: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-09-053-17/+23
| * | DirectShow: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-09-0533-255/+230
* | | Do not use QMediaResource internallyVal Doroshchuk2018-08-302-9/+3
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-073-6/+48
|\|
| * DirectShow: Notify if camera has been unpluggedVal Doroshchuk2018-08-023-3/+36