summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix qcamerabackend autotest for gstreamerLars Knoll2021-10-111-0/+2
* Fix the tst_qmediaplayerbackend::seekPauseSeek autotest on gstreamerLars Knoll2021-10-117-12/+34
* Fix critical gstreamer warningLars Knoll2021-10-111-4/+4
* Avoid malloc for a default constructed video frameLars Knoll2021-10-111-17/+36
* Set the encoder meta data when we actually have a GstEncodeBinLars Knoll2021-10-111-2/+2
* Android: Fix the back button issues on qmlvideo examplePekka Gehör2021-10-071-0/+1
* Fix resolution list to a camera format listSamuel Mira2021-10-072-64/+81
* Fix deadlock in QSoundEffect on macOSLars Knoll2021-10-061-49/+52
* Fix tst_qmediacapturesession on macOSLars Knoll2021-10-063-18/+29
* Fix function declarationsAndré de la Rocha2021-10-065-13/+13
* Fix crashes in tst_qmediacapturesessionLars Knoll2021-10-052-9/+19
* Remove some left over debug outputLars Knoll2021-10-051-1/+0
* Fix QML snippet in docsLars Knoll2021-10-041-2/+1
* Fix emission of error signals in QGstreamerImageCaptureLars Knoll2021-10-041-3/+3
* Fix incorrect video orientation for front cameraSamuel Mira2021-10-041-1/+6
* GStreamer: remove an element from a pipeline before setState(NULL)Piotr Srebrny2021-10-043-15/+16
* Remove debug outputLars Knoll2021-10-011-1/+1
* GStreamer: wait to finalize recording before detaching from the sessionPiotr Srebrny2021-10-013-8/+20
* GStreamer: enable dynamic pipeline modification for capture sessionPiotr Srebrny2021-10-0113-274/+328
* Android: Fix video sizes and formats returned from CameraPekka Gehör2021-10-013-27/+54
* Add support for looping to QMediaPlayerLars Knoll2021-10-017-1/+98
* Fix recorder example crash while switching between appsSamuel Mira2021-10-012-10/+13