summaryrefslogtreecommitdiffstats
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-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
* 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-2216-36/+83
* Fix style issues in qffmpeghwaccel_d3d11Jøger Hansegård2024-01-212-25/+17
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-01-201-4/+4
* Fix bumpy video playback on Windows with FFmpeg using synced texturesJøger Hansegård2024-01-192-69/+241
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-01-191-4/+4
* Move creation of ffmpeg audio resampler to utilsArtem Dyomin2024-01-193-41/+91
* Minor cleanup in QSoundEffectArtem Dyomin2024-01-191-41/+57
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-01-181-4/+4
* Android: Fix thread race in audio sink for bufferAvailableBartlomiej Moskal2024-01-182-4/+8
* 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
* Doc: Create separate 'Graphics', 'Multimedia' example categoriesJaishree Vyas2024-01-1615-15/+15
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-01-161-4/+4
* Apply API review comments: fix headersArtem Dyomin2024-01-152-2/+3
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-1527-100/+113
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-01-121-4/+4
* 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
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2024-01-091-4/+4
* Fix finding ffmpeg if cached libs have been deletedArtem Dyomin2024-01-081-5/+15
* 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
* Add unit tests for basic video buffersArtem Dyomin2024-01-063-0/+234
* 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-222-0/+23
* Update dependencies on '6.7' in qt/qtmultimediaQt Submodule Update Bot2023-12-221-4/+4
* Implement shipping of dynamic ffmpeg together with the ffmpeg pluginArtem Dyomin2023-12-223-78/+142