Change #264045
| Category | ffmpeg |
| Changed by | Priyanshu Thapliyal <priyanshuthapliyal2005@gmail.com> |
| Changed at | Thu 09 Apr 2026 05:01:43 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 43e5b26c0071fa5242801c98a45a46b04d3e1e0a |
Comments
avcodec/pdvenc: add Playdate video encoder Add a native encoder for the Playdate PDV format. Supports monob (1-bit) video, producing zlib-compressed intra frames and XOR-based delta frames. Includes bounds checking, overflow guards, correct linesize handling using ptrdiff_t, and proper buffer allocation ordering. Mark the encoder as experimental by setting AV_CODEC_CAP_EXPERIMENTAL, since it has not been validated against Panic's official Playdate player or SDK.
Changed files
- configure
- libavcodec/Makefile
- libavcodec/allcodecs.c
- libavcodec/pdvenc.c