summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVideo/MatroskaReader.cpp
AgeCommit message (Expand)Author
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-09-06Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safeAli Mohammad Pur
2021-06-30LibVideo: Migrate to east-const style & apply other minor fixesFalseHonesty
2021-06-06LibVideo: Scaffold LibVideo and implement simplistic Matroska parserFalseHonesty