Tim Ledbetter
|
b3d5f9748a
LibVideo/VP9: Ensure range decoder size is within expected range
|
1 年之前 |
Sam Atkins
|
3f7d97f098
AK+Libraries: Remove `FixedMemoryStream::[readonly_]bytes()`
|
2 年之前 |
Lucas CHOLLET
|
18b7ddd0b5
AK: Rename the `const` overload of `FixedMemoryStream::bytes()`
|
2 年之前 |
Zaggy1024
|
24ae35086d
LibGfx/LibVideo: Check for overreads only at end of a VPX range decode
|
2 年之前 |
Zaggy1024
|
873b0e9470
LibGfx/LibVideo: Read batches of multiple bytes in VPX BooleanDecoder
|
2 年之前 |
Nico Weber
|
1dfb065a9c
LibGfx+LibVideo: Make BooleanDecoder usable for both VP8 and VP9
|
2 年之前 |
Zaggy1024
|
1422f7f904
LibVideo/VP9: Revert framebuffer size reduction to allow OOB blocks
|
2 年之前 |
Zaggy1024
|
90c0e1ad8f
LibVideo/VP9: Pre-calculate the quantizers at the start of each frame
|
2 年之前 |
Zaggy1024
|
094b0d8a78
LibVideo/VP9: Use an enum to select segment features
|
2 年之前 |
Zaggy1024
|
f2c0cee522
LibVideo/VP9: Consolidate frame size calculations
|
2 年之前 |
Zaggy1024
|
1fcac52e77
LibVideo/VP9: Count syntax elements in TileContext, and sum at the end
|
2 年之前 |
Zaggy1024
|
8ce4245214
LibVideo/VP9: Return Corrupted error when tile range decoder init fails
|
2 年之前 |
Zaggy1024
|
fb0c226da3
LibVideo/VP9: Convert the Parser to use AK/BitStream.h
|
2 年之前 |
Linus Groh
|
9c08bb9555
AK: Remove `try_` prefix from FixedArray creation functions
|
2 年之前 |
Zaggy1024
|
71aac25635
LibVideo/VP9: Move partitioning contexts to TileContext
|
2 年之前 |
Zaggy1024
|
720fc5a853
LibVideo/VP9: Use unit conversion functions in BlockContext
|
2 年之前 |
Zaggy1024
|
1fe22f2141
LibVideo/VP9: Move segmentation id prediction context to TileContext
|
2 年之前 |
Zaggy1024
|
2f043a0bd4
LibVideo/VP9: Move the above non-zero tokens context into decode_tiles
|
2 年之前 |
Zaggy1024
|
4e7e9d8479
LibVideo/VP9: Move the left non-zero tokens context to TileContext
|
2 年之前 |
Zaggy1024
|
3667f9bf2c
LibVideo/VP9: Store m_mode_context in BlockContext
|
2 年之前 |
Zaggy1024
|
b5cce5a448
LibVideo/VP9: Move the m_use_prev_frame_mvs field to FrameContext
|
2 年之前 |
Zaggy1024
|
316dad7bf7
LibVideo/VP9: Remove m_tokens and m_token_cache from Parser
|
2 年之前 |
Zaggy1024
|
a4f14f220d
LibVideo/VP9: Fully qualify all reference frame type enum values
|
2 年之前 |
Zaggy1024
|
c33d6fb028
LibVideo/VP9: Change all names containing tx_size to transform_size
|
2 年之前 |
Zaggy1024
|
1a2d8ac40c
LibVideo/VP9: Prefix TransformSize with Transform_ instead of TX_
|
2 年之前 |
Zaggy1024
|
f6e645a153
LibVideo/VP9: Rename TX(Mode|Size) to Transform(Mode|Size)
|
2 年之前 |
Zaggy1024
|
f898a00eb3
LibVideo/VP9: Specify more units in Parser::residual()
|
2 年之前 |
Zaggy1024
|
f4af6714d2
LibVideo/VP9: Move persistent context storage to a different header
|
2 年之前 |
Zaggy1024
|
fedbc12c4d
LibVideo/VP9: Move segmentation parameters to FrameContext
|
2 年之前 |
Zaggy1024
|
f4761dab09
LibVideo/VP9: Index inter-frame references with named fields or an enum
|
2 年之前 |