mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-21 13:21:55 +08:00
Add a muxer for the Playdate PDV container format. The muxer writes the frame table and packet layout required by the Playdate runtime. It requires seekable output and a predeclared maximum number of frames (-max_frames). Includes validation for single video stream input, dimension and framerate checks, and bounded payload/table offset checks. The frame entry table is allocated once in write_header() using max_frames + 1. Document the muxer in doc/muxers.texi and add a Changelog entry.
44 KiB
44 KiB