qtdemux: Demux RGB Uncompressed MP4
MPEG's new ISO/IEC 23001-17:2024 defines the uncompressed codec for MP4 files. It introduces 3 new boxes:
- uncv - VisualSampleEntry
- cmpd - Component Definition Box
- uncC - Uncompressed Frame Config Box
These boxes have many options which means that a complete implementation would be quite involved. With this MR, I'm mostly interested in the basic 8-bit RGB scenario.
These boxes are recognized by MP4Box.js. GPAC is capable of playing and generating sample files with its uncvg. See GPAC sample file here.
Edited by Devon Sookhoo