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
  • hevc_parse.c
Find file
BlameHistoryPermalink
  • Andriy Gelman's avatar
    lavc/h2645_parse: Don't automatically remove nuh_layer_id > 0 packets · ad326379
    Andriy Gelman authored Dec 06, 2019
    HEVC standard supports multi-layer streams (ITU-T H.265 02/2018 Annex
    F). Each NAL unit belongs to a particular layer defined by nuh_layer_id
    in the header.
    
    Currently, all NAL units that do not belong to a base layer are
    automatically removed in ff_h2645_packet_split(). Some data may
    therefore be lost when future filters/decoders are designed to support
    multi-layer streams.
    
    A better approach is to forward nuh_layer_id > 0 packets and let blocks
    down the chain decide how to process them. The condition to remove
    packets has been moved to hevcdec and cbs.
    Found-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by: 's avatarAndriy Gelman <andriy.gelman@gmail.com>
    Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
    ad326379
hevc_parse.c 5.08 KB
EditWeb IDE

Replace hevc_parse.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.