summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | DirectShow: Introduce nullptrFriedemann Kleint2019-06-1235-173/+173
| * | | | | | DirectShow: Use member initializationFriedemann Kleint2019-06-1240-283/+144
| * | | | | | Remove usages of deprecated qSortSona Kurazyan2019-06-202-4/+4
| * | | | | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-183-6/+4
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-183-6/+4
| | |\ \ \ \ \ \ | |/ / / / / / / | | | _ / / / / | | | / / / /
| | * | | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-06-153-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-138-18/+20
| * | | | | | 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 "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-06-038-80/+130
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-038-80/+130
| | |\ \ \ \ \ \ | |/ / / / / / / | | | _ / / / / | | | / / / /
| | * | | | | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-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
| | | * | Use QOpenGLContext::makeCurrent if QGLContext::makeCurrent failedVaL Doroshchuk2019-05-141-8/+17
| | | * | Gstreamer: Fix deadlock when state is requested in ASYNC modeVaL Doroshchuk2019-05-141-1/+2
| | | * | EVR: Remove setting of start/end times in QVideoFrameVal Doroshchuk2019-05-141-10/+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
* | | | | Bump Qt version to Qt 6Alexandru Croitor2019-07-101-1/+1
* | | | | Fix Qt 6 buildSimon Hausmann2019-07-092-2/+2
|/ / / /
* | | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-185-20/+57
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-145-20/+57
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Android: Allow starting camera without viewfinder availableVal Doroshchuk2019-05-131-11/+32
| | * Android: Don't open camera if it was already openedVal Doroshchuk2019-05-131-1/+11
| | * QGraphicsVideoItem: Always use generic painter when no gl paint engineVaL Doroshchuk2019-05-131-5/+9
| | * Gstreamer: Don't reset pipeline to GST_STATE_NULL when EndOfStreamVaL Doroshchuk2019-05-101-1/+1
| | * AVFoundation: Use $PRODUCT_NAME in Info.plist only for macx-xcode specVaL Doroshchuk2019-05-091-2/+4
* | | Gstreamer: Introduce support of OpenGL pluginVaL Doroshchuk2019-05-1510-4/+250
* | | Deprecate canonicalUrl and canonicalRequest in QMediaContentVaL Doroshchuk2019-05-1315-35/+43
* | | Add YUV422P format support to QVideoFrame and declarative rendererTomasz Olszak2019-05-105-11/+29
* | | QtMultimediaQuick: Move headers from multimedia dirVaL Doroshchuk2019-05-097-7/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-072-19/+23
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-042-19/+23
| |\ \ | | |/
| | * Android: Don't postpone setting of camera's stateVal Doroshchuk2019-05-032-19/+23
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-271-0/+40
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-201-0/+40
| |\ \ | | |/
| | * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-0/+40
| | |\
| | | * Add changes file for Qt 5.12.3v5.12.35.12.3Antti Kokko2019-04-031-0/+40