summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QMediaPlayer: emit errorChanged signal whenever the error has changedVladimir Belyavsky2023-05-043-9/+12
* Upgrade pffft to the latest versionLars Knoll2023-05-042-4/+3
* Android: Use QFile for content urlSamuel Mira2023-05-021-14/+5
* AVFVideoSink: Set pixel format even when rhi is not setVladimir Belyavsky2023-05-011-24/+22
* Docs: Fix "Can't link to" example warningsSafiyyah Moosa2023-04-281-3/+3
* AVFVideo: Set color range to video frame formatDoris Verria2023-04-261-0/+18
* Fix QMediaDevices::videoInputs returning an empty listPavel Dubsky2023-04-261-0/+4
* Fix unused variable warnings with Android NDK 25Ville Voutilainen2023-04-263-4/+1
* QVideoTextureHelper: Fix color matrix calculationDoris Verria2023-04-261-1/+1
* Exclude files including EGL/egl.h from Unity BuildAmir Masoud Abdol2023-04-252-3/+7
* Highlight third-party modules that are security criticalKai Köhne2023-04-253-0/+3
* qt_attribution.json format cleanupKai Köhne2023-04-253-45/+49
* Docs: Fix capturesession snippet in mediarecorder type documentationNicholas Bennett2023-04-251-0/+1
* Remove an unused private variableAmir Masoud Abdol2023-04-241-1/+0
* Exclude a file from Unity BuildAmir Masoud Abdol2023-04-241-0/+6
* Doc: Remove mentioning of Spatial Audio being in tech previewAndreas Eliasson2023-04-241-3/+2
* Fix crash with sequential QIODevice as media source on WindowsJoerg Bornemann2023-04-242-10/+0
* Fix playing of video files with Chinese namesPavel Dubsky2023-04-201-1/+1
* wasm: fix crash when camera is not yet readyLorn Potter2023-04-194-38/+38
* Exclude wasm/qwasmaudiosink.cpp from the Unity BuildAmir Masoud Abdol2023-04-171-0/+3
* wasm: assign the stalled callback to the stalled eventLorn Potter2023-04-171-1/+1
* wasm: use double as duration data typeLorn Potter2023-04-171-10/+10
* QSampleCache: Wait for load thread to finish before restarting itMikolaj Boc2023-04-161-1/+5
* Fix threading problems of QVideoSinkArtem Dyomin2023-04-152-42/+77
* Exclude multimedia/windows files from the Unity BuildAmir Masoud Abdol2023-04-141-0/+16
* Fix a few memory leaksArtem Dyomin2023-04-134-10/+24
* Implement seamless ffmpeg playback loopingArtem Dyomin2023-04-1215-108/+341
* Fix qtmultimedia built with alsaShengfeng Zhou2023-04-111-2/+2
* Android: fix readyRead method in qandroidaudiosinkBartlomiej Moskal2023-04-042-2/+2
* AVFCamera: Disconnect the recorder receiver when changing camerasDoris Verria2023-04-041-1/+4
* AVFCameraRenderer: Properly initialize output settingsDoris Verria2023-04-041-1/+3
* Android: Handle readyRead signal in QAndroidAudioSinkBartlomiej Moskal2023-04-042-12/+22
* Fix race condition with pulse audio sinkArtem Dyomin2023-04-041-4/+12
* Implement streaming audio input to output through ffmpeg capture sessionArtem Dyomin2023-04-045-51/+176
* Prevent the race condition on encoders finalizationArtem Dyomin2023-04-042-8/+9
* AVFMediaPlayer: Try to play asset even if 'playable' property is falseDoris Verria2023-03-231-13/+14
* wasm: dont ask mic and camera permissions for playing videoLorn Potter2023-03-233-27/+22
* Implement the base video source class for camera and screen capturingArtem Dyomin2023-03-2220-97/+113
* Add the base class for screen capture threadsArtem Dyomin2023-03-2210-255/+316
* Filter codecs if hw acceleration is not availableArtem Dyomin2023-03-221-5/+42
* Improve ffmpeg camera formats selection on darwin OSArtem Dyomin2023-03-2111-97/+305
* Fix encoding on specific macOS hardwareArtem Dyomin2023-03-201-1/+8
* Handle videotoolbox -> opengl texture conversion failArtem Dyomin2023-03-201-6/+13
* Remove extra buffer allocation in mapped encoder framesArtem Dyomin2023-03-201-1/+0
* Add specific env var for testing without hw textures conversionArtem Dyomin2023-03-151-0/+9
* Temporary disable QFFmpegScreenCaptureUwpArtem Dyomin2023-03-151-2/+3
* Add more logs to encoder initializationPavel Dubsky2023-03-141-2/+22
* Fix compilation with old ffmpeg versionsArtem Dyomin2023-03-145-32/+47
* Android: Postpone FFmpeg camera activationBartlomiej Moskal2023-03-142-3/+8
* Android: Integrate HW encoding for FFMpeg backend in AndroidSamuel Mira2023-03-1411-160/+558