summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Add changes file for Qt 5.12.4Antti Kokko2019-05-311-0/+57
| | * | Merge 5.12 into 5.12.4Frederik Gladhorn2019-05-271-0/+9
| | |\ \ | | | |/ | | |/|
| | * | Bump versionFrederik Gladhorn2019-05-231-1/+1
* | | | AVFoundation: remove ResourceHandler nested classThiago Macieira2019-06-201-38/+0
* | | | Merge "Merge remote-tracking branch 'origin/5.13.0' into 5.13"Qt Forward Merge Bot2019-06-201-0/+64
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.13.0' into 5.13Qt Forward Merge Bot2019-06-201-0/+64
|/| | | |
| * | | | Add changes file for Qt 5.13.0v5.13.0-rc3v5.13.0-rc2v5.13.0-rc1v5.13.0-beta4v5.13.0Antti Kokko2019-05-141-0/+64
* | | | | 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
* | | | | 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
* | | 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
* | 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.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.3Antti Kokko2019-04-031-0/+40
* | | Doc: Fix multiple documentation issuesv5.13.0-beta3Topi Reinio2019-04-1617-102/+104
* | | Update plugins.qmltypes for audioengine in 5.13Kai Koehne2019-04-111-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-1022-100/+138
|\| |
| * | Windows: Reset position on pause in QMediaPlayer after EOSVal Doroshchuk2019-04-101-2/+3
| * | EVR: Don't repaint with black until the surface is activeVal Doroshchuk2019-04-101-1/+1
| * | QWindowsAudioInput: Set volume only if it has been requestedVal Doroshchuk2019-04-081-3/+3
| * | Android/AudioTrack: Fix crash when it is unable to get min buffer sizeVal Doroshchuk2019-04-032-6/+13
| * | Android: Fix tst_QCameraBackend to find FinalizingStatusVal Doroshchuk2019-04-031-2/+9
| * | Android: Fix status of QMediaRecorder after start/stopVal Doroshchuk2019-04-032-45/+35
| * | Android: Move inline qml to separate file in testsVal Doroshchuk2019-04-038-29/+40
| * | Android: Move test files to qrc in tst_QSoundEffectVal Doroshchuk2019-04-032-0/+11
| * | Android: Fix tst_QCameraBackend to wait for imageCapturedVal Doroshchuk2019-04-021-2/+2
| * | DirectShow: don't change camera zoom level if not requestedIhor Dutchak2019-04-011-1/+1
| |/