Skip to content

[libspdl] Add set_buffer_size for video streaming decode#1284

Merged
mthrok merged 1 commit intomainfrom
decoder
Feb 2, 2026
Merged

[libspdl] Add set_buffer_size for video streaming decode#1284
mthrok merged 1 commit intomainfrom
decoder

Conversation

@mthrok
Copy link
Collaborator

@mthrok mthrok commented Jan 30, 2026

Enables controlling the number of frames yielded per iteration during video streaming decode.
This allows users to process frames in fixed-size batches rather than receiving variable-sized batches, which is useful for memory management and batch processing pipelines.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Jan 30, 2026
@meta-codesync
Copy link

meta-codesync bot commented Jan 30, 2026

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D91931628. (Because this pull request was imported automatically, there will not be any future comments.)

Enables controlling the number of frames yielded per iteration during
video streaming decode.
This allows users to process frames in fixed-size batches rather than
receiving variable-sized batches, which is useful for memory management
and batch processing pipelines.
@mthrok mthrok marked this pull request as ready for review February 2, 2026 23:46
@mthrok mthrok merged commit 443536f into main Feb 2, 2026
152 of 177 checks passed
@mthrok mthrok deleted the decoder branch February 2, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant