summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Adjust usage of nativeEventFilter for Qt6wip/cmakeAlexandru Croitor2019-09-096-8/+28
* Fix Qt6 buildAlexandru Croitor2019-08-072-3/+6
* Merge branch 'dev' of git://code.qt.io/qt/qtmultimedia into wip/qt6VaL Doroshchuk2019-07-2387-678/+561
|\
| * Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-231-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
| * | | AVFoundation: Use 270 for the front facing camera's orientationAndrew Dolby2019-07-191-1/+1
| * | | Make QAudioDeviceInfo::realm() publicVal Doroshchuk2019-07-192-2/+5
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-166-8/+21
| |\| |
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-115-8/+20
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-115-8/+20
| | | |\|
| | | | * Fix GetFrameRateList checks and memory leakNate Weibley2019-07-051-2/+4
| | | | * GStreamer: Fix 0.10 compile errorVal Doroshchuk2019-07-051-1/+3
| | | | * Fix crash when app is destroyed before QSample::load is finishedVaL Doroshchuk2019-07-051-4/+8
| | | | * Fix MinGW buildJoerg Bornemann2019-07-021-0/+4
| | | | * DirectShow: Map MEDIASUBTYPE_RGB24 to QVideoFrame::Format_BGR24Val Doroshchuk2019-07-021-1/+1
| | * | | Doc: Replace example file lists with links to code.qt.ioTopi Reinio2019-07-091-0/+1
| | |/ /
| * | | Eradicate the last Q_FOREACH and mark the module cleanMarc Mutz2019-07-111-1/+1
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-111-4/+4
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-111-4/+4
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-271-4/+4
| | | |\|
| | | | * Fix compile issue when no opengl in QVideoSurfacePainterVal Doroshchuk2019-06-171-4/+4
| * | | | Eradicate all but one Q_FOREACH loopMarc Mutz2019-07-115-11/+12
| |/ / /
| * | | Eradicate Java-style iterators and mark the module free of themMarc Mutz2019-07-046-23/+10
| * | | Fix API of QCameraExposure, QCameraFocus, QCameraImageProcessing for Qt for P...Friedemann Kleint2019-07-043-3/+9
| * | | QGstAppSrc: Don't send EOS for at-end sequential devicesArno Rehn2019-06-281-2/+2
| * | | Port towards load/storeRelaxed atomicsFriedemann Kleint2019-06-251-3/+3
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-251-38/+0
| |\| |
| | * | AVFoundation: remove ResourceHandler nested classThiago Macieira2019-06-201-38/+0
| * | | DirectShow: Introduce nullptrFriedemann Kleint2019-06-1235-173/+173
| * | | DirectShow: Use member initializationFriedemann Kleint2019-06-1240-283/+144
| * | | Remove usages of deprecated qSortSona Kurazyan2019-06-201-2/+2
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-183-6/+4
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-153-6/+4
| | |\|
| | | * GStreamer: Return busy cameras in QCameraInfo::availableCamerasVaL Doroshchuk2019-06-071-1/+1
| | | * Doc: Use correct property name for videoRecorderPaul Wicking2019-06-041-1/+1
| | | * AVFoundation: Fix sending proper state in QMediaRecorderVaL Doroshchuk2019-05-101-4/+2
| * | | DirectShow: Clang warnings about else after return, breakFriedemann Kleint2019-06-125-25/+24
| * | | Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-137-15/+17
| * | | 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-038-80/+130
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-038-80/+130
| | |\|
| | | * DirectShow: Don't hide returned error when video output was not providedVal Doroshchuk2019-04-111-2/+19
| | | * Gstreamer: Pass GstUDPSrc's caps via "udpsrc.caps=" url's query itemVaL Doroshchuk2019-05-221-0/+9
| | | * GStreamer: Dump dot file if GST_DEBUG_DUMP_DOT_DIR is setVaL Doroshchuk2019-05-201-12/+3
| | | * GStreamer: Fix crash when the bus helper is destroyedVaL Doroshchuk2019-05-211-1/+1
| | | * Only call CoUnitialize() if calling CoInitialize() was necessaryAndy Shaw2019-05-211-2/+3
| | | * DirectShow: Report about an error for wrong urlsVal Doroshchuk2019-05-201-2/+0
| | | * Gstreamer: Allow streams in custom pipelinesVaL Doroshchuk2019-05-152-41/+72