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: pion/webrtc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.11
Choose a base ref
...
head repository: pion/webrtc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.12
Choose a head ref
  • 8 commits
  • 14 files changed
  • 3 contributors

Commits on Mar 1, 2025

  1. Update module golang.org/x/net to v0.35.0 (#3046)

    This PR contains the following updates:
    
    | Package | Change | Age | Adoption | Passing | Confidence |
    |---|---|---|---|---|---|
    | golang.org/x/net | `v0.34.0` -> `v0.35.0` |
    [![age](https://developer.mend.io/api/mc/badges/age/go/golang.org%2fx%2fnet/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/golang.org%2fx%2fnet/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/golang.org%2fx%2fnet/v0.34.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/golang.org%2fx%2fnet/v0.34.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
    |
    
    ---
    
    ### Configuration
    
    📅 **Schedule**: Branch creation - "on the first day of the month" (UTC),
    Automerge - At any time (no schedule defined).
    
    🚦 **Automerge**: Enabled.
    
    ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
    rebase/retry checkbox.
    
    🔕 **Ignore**: Close this PR and you won't be reminded about this update
    again.
    
    ---
    
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
    this box
    
    ---
    
    This PR was generated by [Mend Renovate](https://mend.io/renovate/).
    View the [repository job
    log](https://developer.mend.io/github/pion/webrtc).
    
    <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    61162f3 View commit details
    Browse the repository at this point in the history
  2. Update pion/rtp to v1.8.12

    JoeTurki committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    a80256e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1978944 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdfe07a View commit details
    Browse the repository at this point in the history
  5. Fix save to disk examples

    JoeTurki committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    38fdb70 View commit details
    Browse the repository at this point in the history
  6. Fix AV1 IVF writer using RTP depacketizer

    1. Replaced the OBU reader with the AV1 depacketizer to actually handle
    RTP input.
    2. Now explicitly constructing OBUTemporalDelimiter to ensure proper
    separation of frames.
    JoeTurki committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    fd7fe3f View commit details
    Browse the repository at this point in the history
  7. Refactor Ivfwriter.WriteRTP implemention

    Break the WriteRTP function into smaller functions for each codec type.
    JoeTurki committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    8f8c232 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    98a0025 View commit details
    Browse the repository at this point in the history
Loading