⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module video

Module video 

Source
Expand description

Video framework for VeridianOS

Provides video frame management, pixel format conversion, image decoding (TGA, QOI, PPM, BMP), framebuffer operations (scaling, blitting, color space conversion), and a simple media player for raw frame sequences.

Modules§

decode
Image format decoders (TGA, QOI)
framebuffer
Video frame buffer operations
player
Simple video playback (raw frame sequences)