MediaArea / RAWcooked

Encodes RAW audio-visual data into the Matroska container (MKV), using the video codec FFV1 for the image and audio codec FLAC for the sound.
https://mediaarea.net/RAWcooked
BSD 2-Clause "Simplified" License
42 stars 11 forks source link

Support of DPX RGB 12-bit Packed BE with non 8-pixel aligned width #389

Closed JeromeMartinez closed 1 year ago

JeromeMartinez commented 1 year ago

RGB 12-bit Packed BE has pixels crossing 32-bit block boundaries (8x3x12-bit in 9x32-bit) and the code for transforming from FFV1 decoder to DPX was not supporting if slices boundaries are not at DPX 32-block boundaries. This PR removes this limitation.