Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Submit feedback
  • Sign in / Register
T
tangled
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • eriksson monteiro
  • tangled
  • Repository

Switch branch/tag
  • tangled
  • media
  • test
  • data
  • bouncy_ball.webp
Find file HistoryPermalink
  • Gil Dekel's avatar
    media: Lightweight WebP parser to extract feature and size information. · bf308637
    Gil Dekel authored May 28, 2019
    A lightweight WebP parser that validates that a given data stream
    encodes a lossy WebP image by following the WebP Container Specification
    found at: https://devsite.googleplex.com/speed/webp/docs/riff_container
    After format validation, the parser uses the Vp8Parser to parse the VP8
    key frame and returns a Vp8FrameHeader when parsing succeeds.
    Note: This parser only supports lossy WebP formats.
    
    There are two reasons in favor of rolling out a new lightweight WebP
    parser (instead of using libwebp):
    1) It's going to be used both by the render and gpu processes. Avoiding
    a third-party lib is preferable.
    2) the Vp8Parser was written to fit the VA-API better, i.e. it produces
    objects that can be fed into the VA-API with minimum processing.
    
    This change also moves the VP8 parser from //media/filters to
    //media/parser.
    
    Bug: 877694
    Test: WebpParserTest.*
    Change-Id: Ia553bc320cf0c136a859d24a4422e2bcc6e9c2c1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617637
    Commit-Queue: Gil Dekel <gildekel@chromium.org>
    Reviewed-by: default avatarMiguel Casas <mcasas@chromium.org>
    Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
    Reviewed-by: default avatarAndres Calderon Jaramillo <andrescj@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#663975}
    bf308637
bouncy_ball.webp 9.11 KB

Download (9.11 KB)

Replace bouncy_ball.webp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.