summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Expose QScreen to QMLUlf Hermann2023-09-291-0/+7
* Fix getting an initial position of media streamsArtem Dyomin2023-09-277-1/+48
* Fix demuxer seek errors reportingArtem Dyomin2023-09-271-7/+14
* Fix getting mediaplayer position in streams with undefined durationArtem Dyomin2023-09-272-5/+10
* Android: fix compilation for FFmpeg with openSSLBartlomiej Moskal2023-09-271-1/+1
* Minor cleanup in ffmpeg demuxerArtem Dyomin2023-09-271-9/+11
* Always provide ALSA default deviceAndreas Cord-Landwehr2023-09-251-1/+10
* Fix little/big endian mixup for audio formatAndreas Cord-Landwehr2023-09-251-6/+6
* MediaRecorder: Fix crash if output path contains whitespaceLars Sutterud2023-09-223-13/+10
* EVR: add possibility for an user to opt-out HW video renderingVladimir Belyavsky2023-09-201-12/+29
* Mute warning that always appear on first call to QVideoFrame::toImageJøger Hansegård2023-09-201-2/+6
* Fix formats conversion in ffmpeg video framesArtem Dyomin2023-09-191-7/+8
* Fix MediaPlayer qml properties position and durationArtem Dyomin2023-09-192-1/+49
* Minor cleanup of MediaPlayer.source qml implementationArtem Dyomin2023-09-192-3/+3
* ffmpeg: add include for timevalSamuli Piippo2023-09-191-0/+2
* Improve and prettify logic and usage of QAudioStateMachineArtem Dyomin2023-09-186-197/+141
* QFFmpegMediaCaptureSession: fix compilation with C++20Marc Mutz2023-09-181-1/+1
* Android-ffmpeg: handle maxImages acquired problemBartlomiej Moskal2023-09-181-1/+25
* QWindowsMediaDevices: do not warn when there is no audio output deviceVladimir Belyavsky2023-09-181-1/+2
* MFPlayerSession: do not warn on missing audio outputVladimir Belyavsky2023-09-181-7/+6
* Update videosink size before starting playingArtem Dyomin2023-09-142-0/+19
* Android: Add check for Camera supported output sizesBartlomiej Moskal2023-09-141-0/+2
* Move some logic of QAudioStateMachine to AudioStateMachineUtilsArtem Dyomin2023-09-134-52/+75
* Rename StateChangeGuard -> NotifierArtem Dyomin2023-09-134-46/+43
* Doc: All overviews list categorizationJaishree Vyas2023-09-135-5/+5
* QWindowsFormatInfo: optimize creation time a bitVladimir Belyavsky2023-09-121-57/+58
* Set AV_HWDEVICE_TYPE_CUDA first priority on LinuxArtem Dyomin2023-09-091-1/+2
* Replace calls to CoTaskMemFree via RAII wrapperPavel Dubsky2023-09-096-57/+137
* QSGVideoMaterial: fix potential crash on nullptr accessVladimir Belyavsky2023-09-091-0/+3
* Move formatInfo initialization delay to the QMediaRecorder constructionArtem Dyomin2023-09-081-1/+9
* Modify rule for encoding target format to handle Android corner caseArtem Dyomin2023-09-082-12/+27
* ffmpeg: guard vaapi includesSamuli Piippo2023-09-081-0/+4
* Fix potential thread-safety on lazy media format initializationArtem Dyomin2023-09-0717-112/+70
* Hold textures by value instead of using scoped pointersJøger Hansegård2023-09-041-10/+6
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-09-0411-16/+8
* Fix corner-case mistakes from vaapi symbols resolving CRArtem Dyomin2023-09-041-2/+1
* Implement dynamic resolve vaapi symbolsArtem Dyomin2023-08-314-4/+176
* Remove deleted default constructorPavel Dubsky2023-08-301-2/+0
* Remove redundant cast to intermediate interfacePavel Dubsky2023-08-301-3/+3
* Make COM object destructor privatePavel Dubsky2023-08-301-1/+3
* Expose GstPipeline in private APIArtem Dyomin2023-08-304-1/+24
* Implement dynamic symbols resolve for openssl in ffmpegArtem Dyomin2023-08-306-1/+465
* Fix application hang when camera is unpluggedPavel Dubsky2023-08-301-4/+9
* FFmpeg plugin: do not use APPLE as a condition, use MACOS insteadTimur Pocheptsov2023-08-292-2/+7
* Fix mediaplayer freezing on an invalid streamArtem Dyomin2023-08-241-1/+5
* Apply openh264 encoder settingsArtem Dyomin2023-08-231-0/+15
* Clarify that video compression patents are not covered by Qt licensesJøger Hansegård2023-08-221-0/+4
* Fix recognizing ambiguous formats by macOS camera implementationArtem Dyomin2023-08-2211-129/+134
* wasm: use asyncify to await for device enumerationLorn Potter2023-08-222-134/+166
* Fix corner case with single declared channel kAudioChannelLabel_MonoArtem Dyomin2023-08-211-1/+3