summaryrefslogtreecommitdiffstats
path: root/src/plugins/directshow
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-294-5/+17
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-294-5/+17
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15.0v5.15.0-rc2v5.15.0-rc1v5.15.0Qt Forward Merge Bot2020-04-271-1/+1
| | |\
| | | * Fix case of header file includes for building with mingw-w645.14Marius Kittler2020-04-261-1/+1
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-142-3/+14
| | |\|
| | | * DirectShow: Use MEDIASUBTYPE_Y800 as QVideoFrame::Format_Y8Val Doroshchuk2020-04-082-3/+14
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta3Qt Forward Merge Bot2020-03-281-0/+1
| | |\|
| | | * DirectShow: Handle QVideoFormat::BGR24 in bytesPerLine()Andy Shaw2020-03-201-0/+1
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-181-1/+1
| | |\|
| | | * DirectShow: Round stop position down to available bytes in IAsyncReaderVal Doroshchuk2020-03-161-1/+1
| | * | Introduce QVideoFrame::image()VaL Doroshchuk2019-10-311-2/+1
| | |/
* | / Adapt to QString::utf16() now returning char16_t *Edward Welbourne2020-05-191-1/+1
|/ /
* | Update qtbase dependencyFriedemann Kleint2020-03-251-1/+1
* | Remove deprecated QMediaResourceVaL Doroshchuk2019-11-081-1/+0
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-301-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-151-1/+1
| |\
| | * DirectShow: Fix crash when media in qrc is set twiceVal Doroshchuk2019-10-081-1/+2
* | | Introduce QVideoFrame::image()VaL Doroshchuk2019-10-231-2/+1
|/ /
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-081-6/+8
|\|
| * DirectShow: Don't seek if playback is stoppedVal Doroshchuk2019-10-011-3/+5
| * DirectShow: Emit media status before errorVal Doroshchuk2019-10-011-3/+3
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-013-1/+23
|\|
| * DirectShow: Implement QMediaVideoProbeControl->flushVal Doroshchuk2019-09-273-1/+23
* | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-126-22/+34
|\|
| * 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
* | | Port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-08-016-42/+43
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-306-20/+21
|\| |
| * | 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.13' into devQt Forward Merge Bot2019-07-163-3/+9
|\| |
| * | 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
* | | DirectShow: Introduce nullptrFriedemann Kleint2019-06-1235-173/+173
* | | DirectShow: Use member initializationFriedemann Kleint2019-06-1240-283/+144
* | | DirectShow: Clang warnings about else after return, breakFriedemann Kleint2019-06-125-25/+24
* | | DirectShow: Fix clang-warning about mixing const/non-const iteratorsFriedemann Kleint2019-06-121-1/+1
* | | DirectShow: Replace typedef by usingFriedemann Kleint2019-06-122-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-032-5/+23
|\| |
| * | 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