index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibVideo
Age
Commit message (
Expand
)
Author
2022-11-12
LibVideo: Rename parse_tree_new to parse_tree in VP9/TreeParser.cpp
Zaggy1024
2022-11-12
LibVideo: Create TokensContext struct for token parsing parameters
Zaggy1024
2022-11-12
LibVideo: Parameterize all tree parsing for motion vectors in VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing single reference frame selection in VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing compound references in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize compound mode parsing in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing if a block is inter predicted in VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize TXSize parsing for the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize coefficient skip parsing for VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize segment ID parsing for the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize interpolation filter parsing for the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize inter mode parsing in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize UV mode parsing in the VP9 decoder
Zaggy1024
2022-11-12
LibVideo: Parameterize intra prediction mode parsing for VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing the default UV prediction mode for VP9
Zaggy1024
2022-11-12
LibVideo: Parameterize parsing of the default VP9 intra mode tree
Zaggy1024
2022-11-12
LibVideo: Put motion vector or reference frame pairs in a struct
Zaggy1024
2022-11-12
LibVideo: Move parsing of Partition to its own TreeParser function
Zaggy1024
2022-11-12
LibVideo: Add const getters to VP9/ProbabilityTables.h
Zaggy1024
2022-11-12
LibVideo: Use the BlockSubsize enum where appropriate in the VP9 parser
Zaggy1024
2022-11-12
LibVideo: Combine VP9's Intra- and InterMode enums into PredictionMode
Zaggy1024
2022-11-12
LibVideo: Use Gfx::Size for VP9 frame sizes
Zaggy1024
2022-11-12
LibVideo: Change all Span<u8 const> to ReadonlyBytes
Zaggy1024
2022-11-12
LibVideo: Allow the VP9 decoder to queue multiple frames
Zaggy1024
2022-11-12
LibVideo: Rename VP9's ReferenceFrame enum to ReferenceFrameType
Zaggy1024
2022-11-11
LibVideo: Treat BT.601/709/2020 input transfer characteristics as sRGB
Zaggy1024
2022-11-10
LibVideo: Remove control codes from DecoderError location information
Zaggy1024
2022-11-10
LibVideo: Handle corrupted video errors without spamming dialogs
Zaggy1024
2022-11-09
Everywhere: Fix a few comment typos
Nico Weber
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-31
LibVideo: Add PlaybackManager to load and decode videos
Zaggy1024
2022-10-31
LibVideo: Abstract media container format demuxing
Zaggy1024
2022-10-31
LibVideo: Parse the duration of Matroska files
Zaggy1024
2022-10-31
LibVideo: Make VP9::Decoder a subclass of a new abstract VideoDecoder
Zaggy1024
2022-10-31
LibVideo: Set CodingIndependentCodePoints in its member functions
Zaggy1024
2022-10-31
LibVideo: Add VideoFrame class for decoded video frames
Zaggy1024
2022-10-31
LibVideo: Make DecoderError getters const
Zaggy1024
2022-10-25
LibVideo: Add CICP parsing to MatroskaReader
Zaggy1024
2022-10-25
LibVideo: Implement CICP color space conversion
Zaggy1024
2022-10-13
LibVideo: Hide debug message behind MATROSKA_DEBUG
Andrew Kaster
2022-10-13
LibVideo: Check parsed superframe sizes when decoding VP9 frames
Andrew Kaster
2022-10-13
LibVideo: Always check byte length before reading first byte in Streamer
Andrew Kaster
2022-10-12
LibVideo: Allow the VP9 decoder to decode ultra high resolution video
Zaggy1024
2022-10-10
LibVideo: Initialize VP9 BitStream's reservoir field
Zaggy1024
2022-10-09
LibVideo: Remove unnecessary dbgln calls
Zaggy1024
2022-10-09
LibVideo: Make probability tables save to the specified index
Zaggy1024
2022-10-09
LibVideo: Ensure that syntax element counts don't overflow
Zaggy1024
2022-10-09
LibVideo: Prevent decode_block from saving motion vectors out of bounds
Zaggy1024
2022-10-09
LibVideo: Add support for VP9 superframes
Zaggy1024
2022-10-09
LibVideo: Implement inter prediction
Zaggy1024
[next]