Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-12 | LibVideo: Allow the VP9 decoder to decode ultra high resolution video | Zaggy1024 | |
Previously, some integer overflows and truncations were causing parsing errors for 4K videos, with those fixed it can fully decode 8K video. This adds a test to ensure that 4K video will continue to be decoded. Note: There seems to be unexpectedly high memory usage while decoding them, causing 8K video to require more than a gigabyte of RAM. (!!!) | |||
2022-10-09 | LibVideo: Add test to ensure that a VP9 WebM file will decode | Zaggy1024 | |
This will test decoding of one second of video, to ensure that it can fully decode the entire file. |