summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update dependencies on '6.7' in qt/qtmultimediav6.7.0-beta3Qt Submodule Update Bot2024-02-101-4/+4
* alsa: Prevent buffer underrun errors when QIODevice has no data to readJoni Poikelin2024-02-091-1/+8
* Media capture session - protect against recursive callTimur Pocheptsov2024-02-092-2/+37
* gstreamer: utils - move lengthOf into anonymous namespaceTim Blechmann2024-02-091-3/+6
* gstreamer: remove unused headersTim Blechmann2024-02-096-10/+0
* Map/unmap QVideoFrame one time upon loading textures from memoryArtem Dyomin2024-02-081-8/+10
* Fix warning in multimedia testJøger Hansegård2024-02-082-2/+2
* Android-backend: Do not set Camcorder as audio source for recordingBartlomiej Moskal2024-02-081-1/+0
* Android: Check if values are not null in ExifDataHandlerBartlomiej Moskal2024-02-081-8/+7
* wasm: Fix correct output code pathLorn Potter2024-02-081-6/+14
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-02-071-4/+4
* examples: recorder - improve readability by using palettesTim Blechmann2024-02-067-7/+16
* qmlvideo: split the project into different qml modulesOliver Eftevaag2024-02-0659-140/+271
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-02-051-4/+4
* SpatialAudio: Unregister objects with AudioEngine on destructionAndy Nichols2024-02-053-4/+12
* Log error when accessing multimedia APIs without a QCoreApplicationJøger Hansegård2024-02-021-0/+4
* Android: skip tst_audiosource for Android prior to api 29Assam Boudjelthia2024-02-021-5/+8
* alsa: Try to use sysdefault if default device has not been setJoni Poikelin2024-02-021-1/+11
* AVFVideoSinkInterface: do not release texture cache too earlyTimur Pocheptsov2024-02-022-2/+9
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-02-011-4/+4
* Rename qvideo.h => qtvideo.h according to API reviewArtem Dyomin2024-01-305-8/+8
* Remove the property MediaRecorder.isAvailable from the documentationArtem Dyomin2024-01-301-6/+0
* Try to fix screen capture tests flakinessArtem Dyomin2024-01-301-1/+26
* Use regular plugin loader also in multimedia unit testsJøger Hansegård2024-01-2932-131/+125
* Make sure Windows Media Foundation is initialized before using itJøger Hansegård2024-01-294-12/+43
* Simplify QWindowsMediaFoundation singleton implementationJøger Hansegård2024-01-292-47/+33
* Make singletons easier to spot using Q_GLOBAL_STATICJøger Hansegård2024-01-294-47/+54
* Android: Do not process bytes for recording when device was stoppedBartlomiej Moskal2024-01-291-0/+4
* Document that Qt Multimedia requires a QCoreApplicationJøger Hansegård2024-01-271-0/+7
* Re-enable HW texture conversion on Windows with FFmpeg backendJøger Hansegård2024-01-271-22/+7
* Implement adjusting of sample rate and channel layout in audio encoderArtem Dyomin2024-01-276-52/+202
* Add env var to use experimental ffmpeg codecsArtem Dyomin2024-01-265-2/+33
* Disable copy for AVDictionaryHolderArtem Dyomin2024-01-261-0/+9
* Prettify class members names in EncoderArtem Dyomin2024-01-252-208/+208
* Rename ResampleAudioFormat to AVAudioFormat and move to a separate fileArtem Dyomin2024-01-257-83/+158
* Cleanup: implement adjusting of frame rate and sample format via utilsArtem Dyomin2024-01-253-56/+43
* Ensure FFmpeg AudioSourceIO COM unitialization happens on worker threadJøger Hansegård2024-01-252-2/+5
* Emit an error if media recoreder couldn't write a file trailerArtem Dyomin2024-01-251-3/+7
* Doc: Fix documentation warningsTopi Reinio2024-01-253-3/+3
* Examples: Fix not visible text in recorder exampleBartlomiej Moskal2024-01-251-0/+8
* Remove unused function in QFFmpegMediaIntegrationJøger Hansegård2024-01-251-5/+0
* Fix build with ffmpeg swrresample version < 4.9.100v6.7.0-beta2Artem Dyomin2024-01-242-2/+11
* Implement fixing of QImage by QImageVideoBufferArtem Dyomin2024-01-234-3/+130
* Fix conversion of QImage::Format_RGBA8888_Premultiplied to PixelFormatArtem Dyomin2024-01-232-1/+14
* Apply API review comment: qmmetaobject.h => qobjectdefs.hArtem Dyomin2024-01-231-1/+1
* Implement audio resampler in the ffmpeg pluginArtem Dyomin2024-01-237-30/+62
* Implement audio resampling in QSoundEffectArtem Dyomin2024-01-234-3/+76
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-01-231-4/+4
* Tests: get correct file path for Android in tst_qaudiodecoderbackendBartlomiej Moskal2024-01-222-4/+22
* Fix abrupt termination during static destruction in QtMultimediaJøger Hansegård2024-01-222-3/+25