Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gst-plugins-bad gst-plugins-bad
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 973
    • Issues 973
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 105
    • Merge requests 105
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GStreamerGStreamer
  • gst-plugins-badgst-plugins-bad
  • Merge requests
  • !1089

Split out D3D11 generic decoding base class into a library

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Nicolas Dufresne requested to merge ndufresne/gst-plugins-bad:codecs-library-v2 into master Mar 03, 2020
  • Overview 10
  • Commits 6
  • Pipelines 4
  • Changes 20

This creates a new libgstcodecs library that contains base classes to decode H264, H264 and VP9 with stateless accelerators. I need this split to introduce new elements for V4L2 StateLess. Note that it contains some improvement on top that I needed. Notably, it is now possible to use gst_video_decoder_get_frame() to retreive the frame as the system_frame_number is saved into the pictures now. I have ported D3D11 decoders to that, but it needs testing. The maximum DPB size is also passed to new_sequence() in H264 decoder, same will be needed for H265 but I'll do this slight API break in later commit (when I need it).

cc @seungha.yang

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: codecs-library-v2