summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibVideo
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of AK/Concepts.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2022-12-27LibVideo: Fix two comment typosNico Weber
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibVideo/VP9: Make get_tile_offset static and remove magic numbersZaggy1024
2022-11-30LibVideo/VP9: Put reference frames into a structZaggy1024
2022-11-30LibVideo/VP9: Remove now-unused clear_context function from ParserZaggy1024
2022-11-30LibVideo/VP9: Move partitioning contexts to TileContextZaggy1024
2022-11-30LibVideo/VP9: Use unit conversion functions in BlockContextZaggy1024
2022-11-30LibVideo/VP9: Move segmentation id prediction context to TileContextZaggy1024
2022-11-30LibVideo/VP9: Add FIXME about implementation of tiled decodingZaggy1024
2022-11-30LibVideo/VP9: Move the above non-zero tokens context into decode_tilesZaggy1024
2022-11-30LibVideo/VP9: Move the left non-zero tokens context to TileContextZaggy1024
2022-11-30LibVideo/VP9: Split/clean up the token tree-parsing context functionZaggy1024
2022-11-30LibVideo/VP9: Store m_mode_context in BlockContextZaggy1024
2022-11-30LibVideo/VP9: Move the m_use_prev_frame_mvs field to FrameContextZaggy1024
2022-11-30LibVideo/VP9: Remove the m_use_hp field from ParserZaggy1024
2022-11-30LibVideo/VP9: Remove m_tokens and m_token_cache from ParserZaggy1024
2022-11-30LibVideo/VP9: Fully qualify all reference frame type enum valuesZaggy1024
2022-11-30LibVideo/VP9: Convert TransformMode to an enum classZaggy1024
2022-11-30LibVideo/VP9: Change all names containing tx_size to transform_sizeZaggy1024
2022-11-30LibVideo/VP9: Prefix TransformSize with Transform_ instead of TX_Zaggy1024
2022-11-30LibVideo/VP9: Rename TX(Mode|Size) to Transform(Mode|Size)Zaggy1024
2022-11-30LibVideo/VP9: Specify more units in Parser::residual()Zaggy1024
2022-11-30LibVideo/VP9: Move persistent context storage to a different headerZaggy1024
2022-11-30LibVideo/VP9: Replace (DCT|ADST)_(DCT_ADST) with struct TransformSetZaggy1024
2022-11-30LibVideo/VP9: Convert token scan order indices to u16Zaggy1024
2022-11-30LibVideo/VP9: Pass the sub-block transform type around as a parameterZaggy1024
2022-11-30LibVideo/VP9: Move segmentation parameters to FrameContextZaggy1024
2022-11-30LibVideo/VP9: Use a bitwise enum for motion vector joint selectionZaggy1024
2022-11-30LibVideo/VP9: Index inter-frame references with named fields or an enumZaggy1024
2022-11-30LibVideo/VP9: Move reference frame type fields to FrameContextZaggy1024
2022-11-30LibVideo/VP9: Move the transform mode field from Parser to FrameContextZaggy1024
2022-11-30LibVideo/VP9: Retain adjacent block contexts storage between framesZaggy1024
2022-11-30LibVideo/VP9: Select and read motion vectors without fields in ParserZaggy1024
2022-11-30LibVideo/VP9: Store tile counts in FrameContextZaggy1024
2022-11-30LibVideo/VP9: Move more block fields into the BlockContext structZaggy1024
2022-11-30LibVideo/VP9: Move quantizer indices into FrameContextZaggy1024
2022-11-30LibVideo/VP9: Move loop filter parameters to FrameContextZaggy1024
2022-11-30LibVideo/VP9: Move fields set in uncompressed_header() to FrameContextZaggy1024
2022-11-30LibVideo/VP9: Store color config in the frame contextZaggy1024
2022-11-30LibVideo/VP9: Add a FIXME to keep render_and_frame_size_differentZaggy1024
2022-11-30LibVideo/VP9: Choose whether/how to show new frames using an enumZaggy1024
2022-11-30LibVideo/VP9: Add Frame, Tile and Block context structsZaggy1024
2022-11-30LibVideo/VP9: Create Vector2DView to limit writable ranges of contextsZaggy1024
2022-11-30LibVideo/VP9: Remove m_eob_total field from parserZaggy1024
2022-11-30LibVideo/VP9: Remove m_mi_row and col fields from the parserZaggy1024
2022-11-30LibVideo/VP9: Use a struct for block context to keep between framesZaggy1024