summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVideo/CMakeLists.txt
AgeCommit message (Expand)Author
2022-11-25LibVideo: Reorganize demuxer file hierarchy and rename Matroska filesZaggy1024
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-31LibVideo: Add PlaybackManager to load and decode videosZaggy1024
2022-10-31LibVideo: Abstract media container format demuxingZaggy1024
2022-10-31LibVideo: Add VideoFrame class for decoded video framesZaggy1024
2022-10-25LibVideo: Implement CICP color space conversionZaggy1024
2022-10-09LibVideo: Add MotionVector lookup tables as constant expressionsZaggy1024
2022-10-09LibVideo: Rename MV to MotionVector for clarityZaggy1024
2022-10-09LibVideo: Implement VP9 intra-predicted frame decodingZaggy1024
2022-10-09LibVideo: Remove headers from CMakeLists.txtZaggy1024
2021-07-10LibVideo/VP9: Implement MV reading & rectify MV storage issuesFalseHonesty
2021-07-10LibVideo/VP9: Implement sections 6.1.2 and 8.4.1-8.4.4FalseHonesty
2021-07-10LibVideo/VP9: Begin reference frame update process (8.10)FalseHonesty
2021-07-10LibVideo/VP9: Rename Decoder -> Parser & create an actual Decoder classFalseHonesty
2021-06-30LibVideo/VP9: Begin creating a tree parser to parse syntax elementsFalseHonesty
2021-06-12LibVideo/VP9: Add Decoder and begin parsing uncompressed header dataFalseHonesty
2021-06-12LibVideo/VP9: Implement a bit stream to decode VP9 dataFalseHonesty
2021-06-12LibVideo/VP9: Implement syntax element counterFalseHonesty
2021-06-12LibVideo/VP9: Add probability table constantsFalseHonesty
2021-06-12LibVideo/VP9: Define all VP9 symbols and enum constantsFalseHonesty
2021-06-06LibVideo: Scaffold LibVideo and implement simplistic Matroska parserFalseHonesty