Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | LibGfx: Use ErrorOr<T> for Bitmap::try_create() | Andreas Kling |
2021-08-01 | Applications: Remove unused header includes | Brian Gianforcaro |
2021-07-21 | LibGfx: Use "try_" prefix for static factory functions | Andreas Kling |
2021-07-10 | LibVideo/VP9: Begin reference frame update process (8.10) | FalseHonesty |
2021-07-10 | LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder class | FalseHonesty |
2021-06-30 | LibVideo: Migrate to east-const style & apply other minor fixes | FalseHonesty |
2021-06-17 | Everywhere: Add component declarations | Gunnar Beutner |
2021-06-12 | VideoPlayer: Create application to parse (and eventually play) videos | FalseHonesty |