summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-091-2/+13
* 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
* 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
* qmlvideo: split the project into different qml modulesOliver Eftevaag2024-02-061-1/+1
* 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
* 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
* 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
* Use regular plugin loader also in multimedia unit testsJøger Hansegård2024-01-292-41/+17
* 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
* 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-233-3/+57
* Fix conversion of QImage::Format_RGBA8888_Premultiplied to PixelFormatArtem Dyomin2024-01-231-1/+3
* 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
* Fix abrupt termination during static destruction in QtMultimediaJøger Hansegård2024-01-222-3/+25
* EVRCustomPresenter: skip samples that came too lateVladimir Belyavsky2024-01-221-0/+5
* Fix regression causing asserts with FFmpeg media playerJøger Hansegård2024-01-221-0/+3
* Implement lazy initialization of CapturableWindowsArtem Dyomin2024-01-225-18/+36
* Implement lazy initialization of VideoDevicesArtem Dyomin2024-01-2214-31/+73
* Fix style issues in qffmpeghwaccel_d3d11Jøger Hansegård2024-01-212-25/+17
* Fix bumpy video playback on Windows with FFmpeg using synced texturesJøger Hansegård2024-01-192-69/+241
* Move creation of ffmpeg audio resampler to utilsArtem Dyomin2024-01-193-41/+91
* Minor cleanup in QSoundEffectArtem Dyomin2024-01-191-41/+57
* Android: Fix thread race in audio sink for bufferAvailableBartlomiej Moskal2024-01-181-1/+1
* Doc: Update parameter names in QML ImageCapture's signalsBartlomiej Moskal2024-01-171-12/+11
* QVideoWindow: Recreate swapchain if it was previously destroyedDoris Verria2024-01-171-1/+1