summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-04-181-4/+4
* 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
* Brush up the screencapture exampleFriedemann Kleint2023-04-154-30/+26
* Fix threading problems of QVideoSinkArtem Dyomin2023-04-153-42/+112
* Exclude multimedia/windows files from the Unity BuildAmir Masoud Abdol2023-04-141-0/+16
* Android-Tests: Skip few tests from tst_qmediaplayerbackendBartlomiej Moskal2023-04-141-0/+9
* Silence a few compiler warningAmir Masoud Abdol2023-04-141-10/+11
* Fix a few memory leaksArtem Dyomin2023-04-135-20/+35
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-04-131-4/+4
* Android-tests: Remove QEXPECT_FAIL from tst_qmediaplayerbackendBartlomiej Moskal2023-04-131-12/+0
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-04-121-4/+4
* Implement seamless ffmpeg playback loopingArtem Dyomin2023-04-1216-119/+447
* Fix qtmultimedia built with alsaShengfeng Zhou2023-04-111-2/+2
* screen capture example: Remove the 6.6 bits from the documentationFriedemann Kleint2023-04-111-17/+13
* Polish the camera exampleFriedemann Kleint2023-04-115-97/+102
* Remove an unused variableAmir Masoud Abdol2023-04-062-2/+0
* 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
* Bump version to 6.5.1Jani Heikkinen2023-04-041-1/+1
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-04-041-4/+4
* Android: Handle readyRead signal in QAndroidAudioSinkBartlomiej Moskal2023-04-042-12/+22
* Fix race condition with pulse audio sinkArtem Dyomin2023-04-041-4/+12
* Docs: Add documentation for qml media recorder exampleNicholas Bennett2023-04-043-4/+83
* Tests: fix for tst_QAudioSink testset part 2/2Bartlomiej Moskal2023-04-041-1/+0
* Tests: fix for tst_QAudioSink testset part 1/2Bartlomiej Moskal2023-04-041-1/+1
* Docs: Improve camera example documentationNicholas Bennett2023-04-041-12/+46
* Fix signedness difference in comparisonEdward Welbourne2023-04-041-1/+1
* Fix AudioInputSelect combobox list in qml recorder exampleNicholas Bennett2023-04-041-4/+22
* wasm: fix build of examples with qmakeLorn Potter2023-04-043-3/+0
* Add screen capture example, without window capture functionalityLars Sutterud2023-04-0411-1/+335
* 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-2221-98/+114
* Add the base class for screen capture threadsArtem Dyomin2023-03-2210-255/+316
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-03-221-4/+4
* Filter codecs if hw acceleration is not availableArtem Dyomin2023-03-221-5/+42
* Improve ffmpeg camera formats selection on darwin OSArtem Dyomin2023-03-2112-118/+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
* Update dependencies on '6.5' in qt/qtmultimediaQt Submodule Update Bot2023-03-201-4/+4
* Fix cameras and screen selection in the recorderr exampleArtem Dyomin2023-03-171-8/+10
* Add specific env var for testing without hw textures conversionArtem Dyomin2023-03-151-0/+9
* Add screen capturing video source to the media recorder exampleArtem Dyomin2023-03-156-42/+77