ladybird/Userland
Zaggy1024 094b0d8a78 LibVideo/VP9: Use an enum to select segment features
This throws out some ugly `#define`s we had that were taking the role
of an enum anyway. We now have some nice getters in the contexts that
take the place of the combo of `seg_feature_active()` and then doing a
lookup in `FrameContext::m_segmentation_features` directly.
2023-04-25 17:44:36 -04:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
DevTools Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games LibChess: Return ErrorOr<String> from to-algebraic/fen methods 2023-04-24 20:58:35 +02:00
Libraries LibVideo/VP9: Use an enum to select segment features 2023-04-25 17:44:36 -04:00
Services WindowServer: Draw stretched wallpapers with bilinear blending 2023-04-25 22:37:57 +02:00
Shell Userland: Remove serialize-to-JSON functions only used for Inspector 2023-04-25 14:48:40 +02:00
Utilities cal: Add the -y option to show the current year 2023-04-25 01:54:53 -06:00
CMakeLists.txt