summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QVideoWindow: Immediately render window on an Expose eventDoris Verria2024-01-171-1/+1
* Name flush operation pointerMikko Hallamaa2024-01-161-1/+1
* Apply API review comments: fix headersArtem Dyomin2024-01-152-2/+3
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-1526-90/+101
* Fix conversion of premultiplied rgb formats to ffmpeg formatsArtem Dyomin2024-01-121-2/+4
* Fix build warning on linux regarding qffmpegmediadataholder.cppLars Sutterud2024-01-101-1/+2
* Fix CodeChecker warning in qvideotexturehelperJøger Hansegård2024-01-091-2/+2
* Doc: Fix typosPaul Wicking2024-01-081-2/+4
* Add a default PulseAudio buffer lengthMikko Hallamaa2024-01-081-3/+17
* Fully drain PulseAudio stream when stopping the sinkMikko Hallamaa2024-01-081-9/+30
* Implement zero copy rendering of QMemoryVideoBufferArtem Dyomin2024-01-064-2/+29
* Prettify QMemoryVideoBufferArtem Dyomin2024-01-062-12/+12
* Remove not need component avdevice from ffmpeg componentsArtem Dyomin2024-01-061-1/+1
* Add implementation to EGLFS screen captureMikko Hallamaa2023-12-292-6/+53
* Fix build with ffmpeg 6.1Artem Dyomin2023-12-283-6/+25
* Add an opportunity to select screen capture impl by env variableArtem Dyomin2023-12-281-1/+34
* Move QImageVideoBuffer to a separate fileArtem Dyomin2023-12-284-36/+83
* Add empty eglfs screen captureArtem Dyomin2023-12-284-0/+120
* QFFmpegMediaPlayer: Fix stop() not resetting position if EndOfMediaLars Sutterud2023-12-221-0/+1
* Implement shipping of dynamic ffmpeg together with the ffmpeg pluginArtem Dyomin2023-12-222-2/+58
* Reset RHI state on application suspendVolker Krause2023-12-221-0/+20
* Fix PulseAudio sink intermittent hanging and glitching in pull modeMikko Hallamaa2023-12-211-14/+23
* Fix broken table in Multimedia Overview doc pageJøger Hansegård2023-12-181-4/+4
* Rename FFmpegSurfaceCaptureThread to FFmpegSurfaceCaptureGrabberMikko Hallamaa2023-12-1810-46/+46
* Use composition to run screen capture on main thread if neededMikko Hallamaa2023-12-145-72/+139
* Android-backend: Use the same thread by TextureVideoOutput after resetBartlomiej Moskal2023-12-143-9/+11
* Move QMediaDevices example to manual tests and improve documentationJøger Hansegård2023-12-142-0/+51
* Cleanup MFVideoRendererControl in 'windows' backendVladimir Belyavsky2023-12-142-1999/+6
* Doc: Fix example file quoting and missing namespace documentationTopi Reinio2023-12-142-4/+8
* Revert "Avoid skipping frames with windows media player"Jøger Hansegård2023-12-141-21/+5
* Android: Do not add empty data to processed bytesBartlomiej Moskal2023-12-131-1/+3
* EVRCustomPresenter: cleanup processOutput() methodVladimir Belyavsky2023-12-131-43/+32