Age | Commit message (Expand) | Author |
---|---|---|
2022-02-25 | Userland: Rename IPC ClientConnection => ConnectionFromClient | Itamar |
2022-01-09 | VideoPlayer: Propagate errors using try_set_main_widget in main | creator1creeper1 |
2022-01-01 | VideoPlayer: Port VideoPlayer to LibMain | Conor Byrne |
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 |