Open
Bug 1634751
Opened 5 years ago
Updated 3 years ago
AVIF (AV1 Image File Format): work row-by-row to avoid allocating full RGB buffer
Categories
(Core :: Graphics: ImageLib, enhancement, P3)
Core
Graphics: ImageLib
Tracking
()
NEW
People
(Reporter: jbauman, Unassigned)
References
(Blocks 1 open bug)
Details
AVIF decodes to a YUV format, but SurfacePipe
requires RGB, so a conversion is necessary. Since the image may be scaled before display, converting YUV->RGB row-by-row when calling WriteBuffer
would use less memory than allocating a full-sized buffer and doing the conversion to RGB all at once.
Reporter | ||
Updated•5 years ago
|
Assignee: nobody → jbauman
Priority: -- → P3
Reporter | ||
Updated•3 years ago
|
Assignee: jbauman → nobody
Reporter | ||
Updated•3 years ago
|
Severity: -- → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•