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-30
LibVideo/VP9: Change fields within decode_partition() to variables
Zaggy1024
2022-11-30
LibVideo/VP9: Don't store the default_intra_mode in a field
Zaggy1024
2022-11-30
LibVideo/VP9: Remove unused parser field m_is_compound
Zaggy1024
2022-11-30
LibVideo/VP9: Remove a FIXME that is impossible to fix
Zaggy1024
2022-11-30
LibVideo/VP9: Apply higher optimization levels to Decoder and Parser
Zaggy1024
2022-11-27
LibVideo: Don't crash when a decoder error is encountered while seeking
Zaggy1024
2022-11-25
LibVideo: Implement Matroska Cues for faster keyframe lookup
Zaggy1024
2022-11-25
LibVideo: Give Matroska duration an absolute value getter
Zaggy1024
2022-11-25
LibVideo: Calculate Block timestamps for Matroska according to spec
Zaggy1024
2022-11-25
LibVideo: Add a fast seeking mode to seek only to keyframes
Zaggy1024
2022-11-25
LibVideo: Implement Matroska keyframe search for when there are no Cues
Zaggy1024
2022-11-25
LibVideo: Make Matroska Block and Cluster timestamps absolute
Zaggy1024
2022-11-25
LibVideo: Implement accurate seeking to inter frames in PlaybackManager
Zaggy1024
2022-11-25
LibVideo: Rewrite the video frame present function to be more readable
Zaggy1024
2022-11-25
VideoPlayer/LibVideo: Implement the UI functionality for seeking
Zaggy1024
2022-11-25
LibVideo: Only print non-fatal playback errors when debug mode is on
Zaggy1024
2022-11-25
LibVideo: Read Matroska lazily so that large files can start quickly
Zaggy1024
2022-11-25
LibVideo: Make Matroska element parsing functions static
Zaggy1024
2022-11-25
LibVideo: Parse Matroska from ReadonlyBytes and keep the start position
Zaggy1024
2022-11-25
LibVideo: Propagate decoder errors in the Matroska Reader
Zaggy1024
2022-11-25
LibVideo: Reorganize demuxer file hierarchy and rename Matroska files
Zaggy1024
2022-11-25
LibVideo: Make all PlaybackManager Timer::start calls set an interval
Zaggy1024
2022-11-25
LibVideo: Make all VP9 block intermediates stack-allocated arrays
Zaggy1024
2022-11-14
VideoPlayer: Make PlaybackManager use OwnPtr
Zaggy1024
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
[prev]
[next]