Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-06 | Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe | Ali Mohammad Pur | |
2021-06-30 | LibVideo: Migrate to east-const style & apply other minor fixes | FalseHonesty | |
This patch brings all of LibVideo up to the east-const style in the project. Additionally, it applies a few fixes from the reviews in #8170 that referred to older LibVideo code. | |||
2021-06-06 | LibVideo: Scaffold LibVideo and implement simplistic Matroska parser | FalseHonesty | |
This commit initializes the LibVideo library and implements parsing basic Matroska container files. Currently, it will only parse audio and video tracks. |