Age | Commit message (Collapse) | Author |
|
svn-id: r35648
|
|
svn-id: r35526
|
|
svn-id: r35412
|
|
areas of Urban Runner
svn-id: r35406
|
|
YUV data, but I can use the ditherer there
svn-id: r35308
|
|
palette.
So using a table-based approach to find the nearest color now, using only the upper 6 bits to stop the table from getting too large. It still takes noticeable time to build it. :/
But as a result, the video actually looks okay now...
svn-id: r35298
|
|
closely based on the one in ffmpeg).
Since Indeo 3 uses full 24bit colors (in YUV-space), frame data is mapped to the current palette (using an octree, should be the fasted way, methinks) and dithered with the Sierra-2-4A ("Filter Light") error distribution algorithm.
svn-id: r35290
|