1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 09:18:11 +00:00
serenity/Userland
Zaggy1024 f4af6714d2 LibVideo/VP9: Move persistent context storage to a different header
Moving these to another header allows Parser.h to include less context
structs/classes that were previously in Context.h.

This change will also allow consolidating some common calculations into
Context.h, since we won't be polluting the VP9 namespace as much. There
are quite a few duplicate calculations for block size, transform size,
number of horizontal and vertical sub-blocks per block, all of which
could be moved to Context.h to allow for code deduplication and more
semantic code where those calculations are needed.
2022-11-30 08:28:30 +01:00
..
Applets LibGUI+Taskbar+Applets+Applications: Set various windows as Popups 2022-11-19 16:04:42 +01:00
Applications TextEditor: Change Find/Replace shortcut to Ctrl+Shift+F 2022-11-29 15:39:13 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
DevTools HackStudio: Remove FindWidget 2022-11-29 15:39:13 +00:00
DynamicLoader LibC: Properly implement stack protectors 2022-11-01 14:49:09 +00:00
Games Flood: Apply the color scheme immediately after closing settings 2022-11-30 07:56:25 +01:00
Libraries LibVideo/VP9: Move persistent context storage to a different header 2022-11-30 08:28:30 +01:00
Services WebDriver: Implement stub for /session/{id}/print 2022-11-27 00:37:28 +00:00
Shell LibSyntax: Teach each highlighter about it's comment syntax 2022-11-27 18:28:43 -07:00
Utilities LibArchive: Move loading the next tar header into a helper function 2022-11-30 08:03:31 +01:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00