summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unused variable warnings with Android NDK 25Ville Voutilainen2023-04-263-4/+1
* 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
* 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-204-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
* AVFMediaPlayer: fix permission issueTimur Pocheptsov2023-04-141-0/+7
* Exclude multimedia/windows files from the Unity BuildAmir Masoud Abdol2023-04-141-0/+16
* Fix a few memory leaksArtem Dyomin2023-04-134-10/+24
* Temporary remove not stable fixArtem Dyomin2023-04-131-2/+0
* Implement seamless ffmpeg playback loopingArtem Dyomin2023-04-1215-108/+341
* Use lower-case header/library names for with mingw-w64Marius Kittler2023-04-1211-14/+14
* Fix qtmultimedia built with alsaShengfeng Zhou2023-04-111-2/+2
* ffmpeg: Clear the last frame in videoSink after stopping the playerBartlomiej Moskal2023-04-061-0/+2
* AVFCamera: Disconnect the recorder receiver when changing camerasDoris Verria2023-04-041-1/+4
* AVFCameraRenderer: Properly initialize output settingsDoris Verria2023-04-041-1/+3
* Fix race condition with pulse audio sinkArtem Dyomin2023-04-021-4/+12
* Android: fix readyRead method in qandroidaudiosinkBartlomiej Moskal2023-03-302-2/+2
* Android-ffmpeg: Do not activate the camera when setting camera deviceBartlomiej Moskal2023-03-271-2/+5
* Android: Handle readyRead signal in QAndroidAudioSinkBartlomiej Moskal2023-03-272-12/+22
* Implement streaming audio input to output through ffmpeg capture sessionArtem Dyomin2023-03-275-51/+176
* Prevent the race condition on encoders finalizationArtem Dyomin2023-03-242-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-2011-97/+305
* Handle videotoolbox -> opengl texture conversion failArtem Dyomin2023-03-201-6/+13
* Remove extra buffer allocation in mapped encoder framesArtem Dyomin2023-03-201-1/+0
* Fix encoding on specific macOS hardwareArtem Dyomin2023-03-201-1/+8
* Add specific env var for testing without hw textures conversionArtem Dyomin2023-03-151-0/+9
* Temporary disable QFFmpegScreenCaptureUwpArtem Dyomin2023-03-151-2/+3