Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Sign in / Register
F
ffmpeg
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • submodule
  • ffmpeg
  • Repository

Switch branch/tag
  • ffmpeg
  • libavcodec
  • mediacodec.c
Find file
BlameHistoryPermalink
  • Aman Gupta's avatar
    avcodec/mediacodecdec: add debug logging around hw buffer lifecycle · 936312d1
    Aman Gupta authored Mar 11, 2018
    Some Android devices are very finicky about how quicky output buffers
    are returned back to the decoder, especially when they are associated
    with a Surface.
    
    This commit adds a new counter that keeps track of exactly how many hw
    output buffers are being retained by the user, along with DEBUG level
    logging that makes it easy to track the lifecycle of these buffers.
    Signed-off-by: 's avatarAman Gupta <aman@tmm1.net>
    Signed-off-by: 's avatarMatthieu Bouron <matthieu.bouron@gmail.com>
    936312d1
mediacodec.c 3.14 KB
EditWeb IDE

Replace mediacodec.c

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.