summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow/common
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-012-0/+15
|\
| * DirectShow: Implement QMediaVideoProbeControl->flushVal Doroshchuk2019-09-272-0/+15
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-122-0/+17
|\|
| * DirectShow: Allow QMediaPlayer in secondary threadVal Doroshchuk2019-09-092-0/+17
* | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-014-24/+24
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-301-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-07-239-36/+36
| |\
| | * use correct types when creating an empty Windows eventRolf Eike Beer2019-07-161-2/+2
| | * DirectShow plugin: use nullptr instead of NULLRolf Eike Beer2019-07-168-34/+34
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-161-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-111-1/+1
| |\|
| | * DirectShow: Map MEDIASUBTYPE_RGB24 to QVideoFrame::Format_BGR24Val Doroshchuk2019-07-021-1/+1
* | | DirectShow: Introduce nullptrFriedemann Kleint2019-06-129-40/+40
* | | DirectShow: Use member initializationFriedemann Kleint2019-06-1212-48/+25
* | | DirectShow: Clang warnings about else after return, breakFriedemann Kleint2019-06-122-3/+3
|/ /
* / DirectShow: Fix video and audio probes in media playerVal Doroshchuk2019-01-151-2/+4
|/
* DirectShow: Fix clang-tidy warnings about else after returnFriedemann Kleint2018-09-055-137/+102
* DirectShow: Fix clang-tidy warnings about loopsFriedemann Kleint2018-09-051-17/+11
* DirectShow: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-09-051-1/+2
* DirectShow: Fix clang-tidy warnings about class definitionsFriedemann Kleint2018-09-0510-69/+64
* DirectShow: Add overrideFriedemann Kleint2018-04-254-14/+14
* Fix DirectShow COM class hierarchyFriedemann Kleint2018-04-2411-195/+46
* DirectShowUtils::findUnconnectedPin: Try other pins if matchPin failsOliver Wolff2018-04-171-3/+0
* DirectShowUtils::connectFilters: Return false if every pin failsOliver Wolff2018-04-171-3/+3
* DirectShowUtils::matchPin: Return false on connection mismatchOliver Wolff2018-04-171-1/+1
* DirectShow: Copy the frame data when we get it before emittingAndy Shaw2017-08-162-4/+6
* DirectShow: Merge the helpers and common folderChristian Strømme2017-05-0320-0/+3302
* DirectShow: Add audio and video probes classesChristian Strømme2017-01-275-0/+246
* DirectShow: Sample grabberChristian Strømme2017-01-273-0/+292