Files
FFmpeg/doc
Priyanshu Thapliyal 4c0d563f85 avformat/pdvenc: add Playdate video muxer
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.
2026-04-09 03:01:43 +00:00
..
2023-03-01 21:59:10 +01:00
2026-03-20 22:01:43 +01:00
2026-01-18 03:33:04 +00:00
2025-08-03 13:48:47 +02:00
2026-04-06 15:07:17 +00:00
2024-03-18 17:59:19 +01:00
2025-08-03 13:48:47 +02:00
2019-02-10 16:46:56 +01:00
2026-01-18 03:33:04 +00:00
2025-08-03 13:48:47 +02:00
2021-06-18 18:58:25 +02:00