ladybird/Userland/Libraries/LibVideo
FalseHonesty d60bd42972 LibVideo/VP9: Implement MV reading & rectify MV storage issues
With this patch we are finally done with section 6.4.X of the spec :^)
The only parsing left to be done is 6.5.X, motion vector prediction.

Additionally, this patch fixes how MVs were being stored in the parser.
Originally, due to the spec naming two very different values very
similarly, these properties had totally wrong data types, but this has
now been rectified.
2021-07-10 21:28:56 +02:00
..
VP9 LibVideo/VP9: Implement MV reading & rectify MV storage issues 2021-07-10 21:28:56 +02:00
CMakeLists.txt LibVideo/VP9: Implement MV reading & rectify MV storage issues 2021-07-10 21:28:56 +02:00
MatroskaDocument.h LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
MatroskaReader.cpp LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00
MatroskaReader.h LibVideo: Migrate to east-const style & apply other minor fixes 2021-06-30 11:03:51 +02:00