Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A aom-rav1e
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • aom-rav1e
  • Repository
Switch branch/tag
  • aom-rav1e
  • vp9
  • encoder
  • vp9_encoder.c
Find file BlameHistoryPermalink
  • Marco's avatar
    vp9-dynamic resize: Fix bug on releasing scaled reference. · f288c943
    Marco authored Feb 08, 2016
    When the codec frame size is the same as the reference frame size,
    release the scaled reference before assigning it a new buf_idx.
    Only affects 1 pass non-svc mode, where the scaled references are
    release only under certain conditions (to prevent un-needed scaling
    of the references every frame).
    
    Modified a unittest that can trigger this bug without this change.
    
    https://code.google.com/p/chromium/issues/detail?id=582598
    
    Change-Id: I9a884e36ebd7608b1641ec2a469e20a4f829cf43
    f288c943

Replace vp9_encoder.c

Attach a file by drag & drop or click to upload


Cancel
GitLab will create a branch in your fork and start a merge request.