summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement QAndroidImageCapture::captureToBuffer()Samuel Mira2021-11-156-67/+182
* Put Windows audio utils into namespace and add two utility functionsPiotr Srebrny2021-11-156-84/+91
* Use the Windows headers as Mingw supports now WMFPiotr Srebrny2021-11-153-128/+4
* Fix compilation of the pulse audio backendLars Knoll2021-11-121-6/+1
* Fix potential crashes if we do not find any audio/video devicesLars Knoll2021-11-091-0/+6
* Windows: Fix crash while reloading QMediaPlayerAndré de la Rocha2021-11-092-1/+5
* Avoid implicit conversion to pointer from QWindowsIUPointerPiotr Srebrny2021-11-095-21/+21
* Android: Fix for Content uri issuesPekka Gehör2021-11-092-7/+26
* Change Android MediaPlayer SeekTo to the Closest FrameSamuel Mira2021-11-091-2/+7
* Warn when setting a new audio input/output device failsPiotr Srebrny2021-11-082-2/+10
* Fix for return value of mimeTypeForFormat issuePekka Gehör2021-11-081-2/+2
* Improve error signaling when starting recordingPiotr Srebrny2021-11-036-78/+74
* GStreamer: Fix black preview window on capturesessionsLars Knoll2021-11-033-11/+14
* Generete correct local file name from input QUrlPiotr Srebrny2021-11-031-5/+1
* Use system clock on the pipeline instead of audio device clockPiotr Srebrny2021-11-031-0/+2
* Expose the loops property of MediaPlayer in the Video elementLars Knoll2021-11-031-0/+10
* Fix QVideoWidget::setFullScreen()Lars Knoll2021-11-032-0/+9
* Remove debug outputLars Knoll2021-11-032-33/+0
* Enable QAudioDecoder backend tests for WindowsPiotr Srebrny2021-11-022-2/+2
* Force subtitles to get laoded when selecting a subtitle trackLars Knoll2021-11-021-0/+27
* Remove QT_QML_SOURCE_VERSION source propertyKai Köhne2021-11-021-3/+0
* Set captured image path to enable image previewPiotr Srebrny2021-11-021-0/+1
* Properly detect whether a stream is seekableLars Knoll2021-11-022-5/+13
* Avoid nullptr dereferencingPiotr Srebrny2021-11-021-1/+1
* Refactor Windows QAudioDecoder to conform to tst_qaudiodecoderbackendPiotr Srebrny2021-11-025-456/+345
* Skip broken cameras on macOSLars Knoll2021-11-021-0/+5
* Compile on systems that do not support eglCreateImageLars Knoll2021-11-014-7/+34
* Consume videoframes in sync with clock on fake video sinkPiotr Srebrny2021-11-011-0/+2
* Fix missing active track changeSamuel Mira2021-11-011-0/+2
* Add missing "We mean it" disclaimerKai Köhne2021-11-011-0/+11
* Android: detect encoders/decoders based on MediaCodecListAssam Boudjelthia2021-10-293-45/+164
* Fix android permissions and camera problemSamuel Mira2021-10-292-3/+4
* Do not emit error or stop decoding process when there is no errorPiotr Srebrny2021-10-281-2/+4
* Setup resampler output type when requested format has been changedPiotr Srebrny2021-10-281-2/+0
* Enable VP9 codec on macOS 11Lars Knoll2021-10-222-1/+8
* macOS/iOS: Query for camera and microphone authorization statusDoris Verria2021-10-223-66/+174
* Fix crashes on qandroidcapturesessionSamuel Mira2021-10-211-27/+46
* Fix crashes on qandroidaudiodecoderSamuel Mira2021-10-212-3/+17
* Add missing QtQuick dependency to QtMultimediaMaximilian Goldstein2021-10-201-0/+1
* Fix a wrong g_object_set() call on 32 bit platformsLars Knoll2021-10-202-6/+6
* Correct the preview type to stringPiotr Srebrny2021-10-191-1/+1
* Fix compilation with -no-opengl on macOS/iOSLars Knoll2021-10-182-0/+6
* Windows: fix and enable media player backend auto-testsAndré de la Rocha2021-10-156-29/+24
* Resolve a media file path to an absolute path when calling setMediaPiotr Srebrny2021-10-151-1/+4
* Remove autodetection for ALSA and PulseAudioLars Knoll2021-10-141-3/+4
* Fix a documentation bugLars Knoll2021-10-143-2/+3
* Fix incorrect subtitles languagesSamuel Mira2021-10-141-3/+10
* Fix QCameraBackend::testNativeMetadata() on gstreamerLars Knoll2021-10-124-20/+16
* Windows: Fix incorrect player start positionAndré de la Rocha2021-10-111-1/+3
* Fix crash related to position update timer in MFPlayerSessionAndré de la Rocha2021-10-113-0/+4