1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 11:15:10 +00:00
serenity/Userland/Libraries/LibVideo/VP9
Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString
We have a new, improved string type coming up in AK (OOM aware, no null
state), and while it's going to use UTF-8, the name UTF8String is a
mouthful - so let's free up the String name by renaming the existing
class.
Making the old one have an annoying name will hopefully also help with
quick adoption :^)
2022-12-06 08:54:33 +01:00
..
BitStream.cpp LibVideo: Read multiple raw bits at once to refill the range decoder 2022-10-09 20:32:40 -06:00
BitStream.h LibVideo: Initialize VP9 BitStream's reservoir field 2022-10-10 11:04:39 +01:00
Context.h LibVideo/VP9: Move partitioning contexts to TileContext 2022-11-30 08:28:30 +01:00
ContextStorage.h LibVideo/VP9: Put reference frames into a struct 2022-11-30 08:28:30 +01:00
Decoder.cpp LibVideo/VP9: Put reference frames into a struct 2022-11-30 08:28:30 +01:00
Decoder.h LibVideo/VP9: Change all names containing tx_size to transform_size 2022-11-30 08:28:30 +01:00
Enums.h LibVideo/VP9: Fully qualify all reference frame type enum values 2022-11-30 08:28:30 +01:00
LookupTables.h LibVideo/VP9: Prefix TransformSize with Transform_ instead of TX_ 2022-11-30 08:28:30 +01:00
MotionVector.h LibVideo: Add MotionVector lookup tables as constant expressions 2022-10-09 20:32:40 -06:00
Parser.cpp AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Parser.h LibVideo/VP9: Make get_tile_offset static and remove magic numbers 2022-11-30 08:28:30 +01:00
ProbabilityTables.cpp LibVideo/VP9: Move fields set in uncompressed_header() to FrameContext 2022-11-30 08:28:30 +01:00
ProbabilityTables.h LibVideo/VP9: Move fields set in uncompressed_header() to FrameContext 2022-11-30 08:28:30 +01:00
Symbols.h LibVideo/VP9: Replace (DCT|ADST)_(DCT_ADST) with struct TransformSet 2022-11-30 08:28:30 +01:00
SyntaxElementCounter.cpp LibVideo/VP9: Successfully parse partition syntax element 2021-06-30 11:03:51 +02:00
SyntaxElementCounter.h LibVideo: Create TokensContext struct for token parsing parameters 2022-11-12 10:17:27 -07:00
TreeParser.cpp LibVideo/VP9: Move partitioning contexts to TileContext 2022-11-30 08:28:30 +01:00
TreeParser.h LibVideo/VP9: Move partitioning contexts to TileContext 2022-11-30 08:28:30 +01:00
Utilities.h LibVideo/VP9: Move partitioning contexts to TileContext 2022-11-30 08:28:30 +01:00