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

Ogg fixes #10807

Closed
wants to merge 3 commits into from
Closed

Ogg fixes #10807

wants to merge 3 commits into from

Commits on Nov 22, 2022

  1. Comment header can be located in a future page

    Do not assume that the comment header is in the same page as the identification header.
    Tolriq committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    fd203bf View commit details
    Browse the repository at this point in the history
  2. Improve support of multi tracks ogg files.

    Ignore non supported tracks in ogg files and try to find a supported one.
    Allow to play vorbis files that embed fake video tracks containing the track thumbnail.
    Tolriq committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    a4a8868 View commit details
    Browse the repository at this point in the history
  3. Respect the Ogg stream streamSerialNumber

    Ensure that the proper pages are read and not mixed with other streams.
    Tolriq committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    6c6d352 View commit details
    Browse the repository at this point in the history