Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xiph/opus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: xiph/opus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: whitespace
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 43 files changed
  • 1 contributor

Commits on Apr 17, 2025

  1. Remove trailing whitespace from the dnn torch modules

    This is general best practice, but we also have a failing github
    action complaining about these new files.
    rillian committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    5c991bc View commit details
    Browse the repository at this point in the history
  2. Remove trailing empty lines from source files

    General whitespace cleanup to conform to git's standard.
    rillian committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    6fd4210 View commit details
    Browse the repository at this point in the history
  3. Remove trailing whitespace from the rtp draft

    Stop `git diff-tree --check` from complaining about this file.
    rillian committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    4d91fc0 View commit details
    Browse the repository at this point in the history
  4. github actions: check whitespace against the main branch

    This check was comparing with the opus-ng branch, which does show
    some newer files with trailing whitespace, but for pull requests
    ends up showing issues from unrelated code. Instead, compare against
    the current development branch for more specific feedback.
    rillian committed Apr 17, 2025
    Configuration menu
    Copy the full SHA
    fb8f1b7 View commit details
    Browse the repository at this point in the history
Loading