]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
mtmd : add video input support (#24269)
authorXuan-Son Nguyen <redacted>
Mon, 8 Jun 2026 11:40:12 +0000 (13:40 +0200)
committerGitHub <redacted>
Mon, 8 Jun 2026 11:40:12 +0000 (14:40 +0300)
commit8f83d6c271d194bde2d410145a0ce73bc42e85cd
treee78ea56db69bbc7f2816f8610831f85f75dcdde6
parentc2b1518fd4834bdd255a8ad9639738de3fb7d4ef
mtmd : add video input support (#24269)

* wip

* ok: lazy bitmap API

* remember to free lazy text

* wip

* add mtmd_helper_video

* support video input on server (base64 input)

* add MTMD_VIDEO config

* add timestamp

* update CLI

* cli: allow auto-completion for video

* add --video arg

* fix build

* update docs

* rename as suggested
16 files changed:
common/arg.cpp
common/common.h
tests/test-mtmd-c-api.c
tools/cli/cli.cpp
tools/mtmd/CMakeLists.txt
tools/mtmd/mtmd-cli.cpp
tools/mtmd/mtmd-helper.cpp
tools/mtmd/mtmd-helper.h
tools/mtmd/mtmd.cpp
tools/mtmd/mtmd.h
tools/mtmd/test-3.mp4 [new file with mode: 0644]
tools/server/README.md
tools/server/server-common.cpp
tools/server/server-common.h
tools/server/server-context.cpp
tools/server/server-context.h