summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused video probe functionality from Windows backendVladimir Belyavsky2023-12-125-809/+0
* Fix build failure after qtgui refactoringJøger Hansegård2023-12-101-3/+3
* Remove unused sample grabber functionality on Windows media playerJøger Hansegård2023-12-095-298/+1
* Make sure QCamera::errorOccurred is emitted with error in valid rangeJøger Hansegård2023-12-081-1/+2
* Improve error message when media stops playing in Windows media playerJøger Hansegård2023-12-081-0/+3
* Fix error property doc for ScreenCapture and WindowCaptureJøger Hansegård2023-12-082-2/+2
* EVR: use ComPtr for IMFSample everywhereVladimir Belyavsky2023-12-084-63/+55
* Fix QtMultimedia namespace buildJøger Hansegård2023-12-071-0/+4
* Pass HDR info through from QQuickVideoOutput to QSGVideoMaterialRhiShaderTor Arne Vestbø2023-12-063-6/+33
* Rename QQuickVideoOutput::m_surfaceFormat to videoFormatTor Arne Vestbø2023-12-062-9/+9
* Decouple old AVFVideoSink from AVFVideoSinkInterface on sink changeTor Arne Vestbø2023-12-061-0/+4
* Add Qt Multimedia attributions to "Licenses Used in Qt" pageJøger Hansegård2023-12-052-8/+59
* Doc: List QML value types separately on QtMultimedia module pageTopi Reinio2023-12-041-0/+5
* Avoid skipping frames with windows media playerJøger Hansegård2023-12-041-5/+21
* Expose the 'autoPlay' property in the 'Video' qml elementArtem Dyomin2023-12-041-0/+9
* Android: Check if CONTROL_AF_STATE is not nullBartlomiej Moskal2023-12-041-1/+3
* Add copy construction and assignment for QMaybeArtem Dyomin2023-12-031-1/+5
* Add support for thumbnail metadata in QMediaPlayer with FFmpeg backendJøger Hansegård2023-12-013-4/+52
* Android: Use the zoom setting for taking photos in FFmpegBartlomiej Moskal2023-11-301-2/+7
* Simplify lifetime handling of native Windows threadsJøger Hansegård2023-11-273-12/+9
* Doc: fix documentation of QAudioFormat::UInt8Volker Hilsheimer2023-11-271-1/+1
* Add Q_NAMESPACE_EXPORT to recently added QVideo namespaceArtem Dyomin2023-11-242-0/+6
* Add Correction Angle to QCameraDevice and QVideo namespaceSamuel Mira2023-11-2324-54/+147
* Android-backend: Set new display on MediaPlayer when Rhi updatedBartlomiej Moskal2023-11-231-0/+10
* Fix corner case in 'soft' audio/video sync in the playback engineArtem Dyomin2023-11-232-7/+10
* Simplify lifetime handling of Windows eventsJøger Hansegård2023-11-235-24/+28
* Enable HDR for QQuickVideoOutputPavel Dubsky2023-11-223-22/+41
* Improve the criteria of the demuxer's bufferizationArtem Dyomin2023-11-212-22/+64
* Simplify calling of frame handler in QQuickVideoOutputArtem Dyomin2023-11-212-5/+2
* Minor cleanup in QQuickVideoOutputArtem Dyomin2023-11-202-21/+13
* Add 'autoPlay' property to qml APIArtem Dyomin2023-11-202-0/+47
* Doc: Document limitations of QScreenCaptureJaishree Vyas2023-11-202-1/+29
* Doc: Fix template information for QAudioBuffer membersLuca Di Sera2023-11-181-16/+14
* Spatial Audio: Fix QAudioListener crash when d->engine = nullptrLars Sutterud2023-11-171-0/+4
* Minor cleanup: move QAudioBuffer + offset to a separate structureArtem Dyomin2023-11-172-14/+17
* EVRCustomPresenter: remove redundant "repaint" logicVladimir Belyavsky2023-11-172-90/+16
* Add emitting of media status BufferingMedia by ffmpeg media playerArtem Dyomin2023-11-177-17/+45
* Reduce audio stutterings of audio sink underflow reasonArtem Dyomin2023-11-165-103/+201
* Update pfft to the latest version from upstreamLars Knoll2023-11-164-91/+90
* Add environment variable for testing audio sample rate deviationsArtem Dyomin2023-11-131-6/+27
* Fix BT2020 full range color transformation matrix and add testsJøger Hansegård2023-11-131-11/+14
* Handle non-standard pixel aspect ratios by the ffmpeg backendArtem Dyomin2023-11-138-19/+67
* wasm: fix QAudioInput for wasmLorn Potter2023-11-132-10/+13
* Fix build with vaapi versions < 1.9.0Artem Dyomin2023-11-101-1/+6
* Fix full range color transform matrix for the 709 YCbCr to RGBChristian Strømme2023-11-101-5/+4
* Fix dynamic symbols resolving if ffmpeg linked dynamicallyArtem Dyomin2023-11-101-3/+5
* QSGVideoNode: cleanup the code a bitVladimir Belyavsky2023-11-082-13/+6
* Fix waiting for the end frame in the ffmpeg mediaplayerArtem Dyomin2023-11-082-9/+24
* Doc update on negative playback rates, and hardened FFmpeg handlingJøger Hansegård2023-11-082-8/+14
* QSGVideoMaterial: get rid useless mutexVladimir Belyavsky2023-11-081-4/+0