Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: av1 codecs string #11280

Merged
merged 5 commits into from
Apr 2, 2024
Merged

fix: av1 codecs string #11280

merged 5 commits into from
Apr 2, 2024

Commits on Apr 2, 2024

  1. fix: av1 codecs string

    Browsers are very picky about this string. The profile level has to be padded to double digits otherwise the stream is going to be rejected and the playback would not continue.
    
    Signed-off-by: gnattu <gnattuoc@me.com>
    gnattu committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3a06a96 View commit details
    Browse the repository at this point in the history
  2. fix: missing braces

    Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
    gnattu and dmitrylyzo committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    54a5a7a View commit details
    Browse the repository at this point in the history
  3. chore: use string format provider

    Signed-off-by: gnattu <gnattuoc@me.com>
    gnattu committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    cc971db View commit details
    Browse the repository at this point in the history
  4. fix: update av1 spec link

    Signed-off-by: gnattu <gnattuoc@me.com>
    gnattu committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b11601b View commit details
    Browse the repository at this point in the history
  5. fix: use AppendFormat

    Signed-off-by: gnattu <gnattuoc@me.com>
    gnattu committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    64fdb9c View commit details
    Browse the repository at this point in the history