Skip to content

Add GStreamer based VVdeC decoder#137

Merged
mdimopoulos merged 1 commit intofluendo:masterfrom
cadubentzen:gst-vvdec
Nov 7, 2023
Merged

Add GStreamer based VVdeC decoder#137
mdimopoulos merged 1 commit intofluendo:masterfrom
cadubentzen:gst-vvdec

Conversation

@cadubentzen
Copy link
Copy Markdown
Contributor

@cadubentzen cadubentzen commented Jul 22, 2023

This PR adds the GStreamer-based based VVdeC decoder.

gst-vvdec is a GStreamer element that uses VVdeC via Rust bindings.

As of now, it has conformance results (243/282) close to vvdecapp (250/282), with the failures in addition being:

  • Grayscale: element and videocodectestsink don't support it yet
  • Interlaced: not supported by the element yet

I also fixed the output formats in the h266 test suite. The previous values were not used by the VVdeC decoder, but get used by the GStreamer-based VVdeC decoder. This was causing different checksums.

Results

@rgonzalezfluendo rgonzalezfluendo marked this pull request as ready for review September 20, 2023 14:29
@cadubentzen cadubentzen changed the title WIP: Add GStreamer based VVdeC decoder Add GStreamer based VVdeC decoder Nov 6, 2023
Copy link
Copy Markdown
Contributor

@mdimopoulos mdimopoulos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tiny typo, could you correct?

gst-vvdec is a GStreamer element that uses VVdeC via Rust bindings.

As of now, it has conformance results (243/282) close to vvdecapp
(250/282), with the failures in addition being:
- Grayscale: element and videocodectestsink don't support it yet
- Interlaced: not supported by the element yet
@mdimopoulos mdimopoulos merged commit 45fdcb7 into fluendo:master Nov 7, 2023
@cadubentzen cadubentzen deleted the gst-vvdec branch November 8, 2023 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants