-
Notifications
You must be signed in to change notification settings - Fork 96
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: baresip/re
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.21.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: baresip/re
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.22.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 19 files changed
- 6 contributors
Commits on Apr 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e8d1d40 - Browse repository at this point
Copy the full SHA e8d1d40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 015259f - Browse repository at this point
Copy the full SHA 015259fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26cec12 - Browse repository at this point
Copy the full SHA 26cec12View commit details
Commits on Apr 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for fa71a75 - Browse repository at this point
Copy the full SHA fa71a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9752cc9 - Browse repository at this point
Copy the full SHA 9752cc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 520751f - Browse repository at this point
Copy the full SHA 520751fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51d23c2 - Browse repository at this point
Copy the full SHA 51d23c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0553bd7 - Browse repository at this point
Copy the full SHA 0553bd7View commit details
Commits on Apr 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 22be8cc - Browse repository at this point
Copy the full SHA 22be8ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a42fb5 - Browse repository at this point
Copy the full SHA 9a42fb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c85919 - Browse repository at this point
Copy the full SHA 8c85919View commit details
Commits on Apr 19, 2025
-
Handle "w" properly in the AV1 packetizer (#1305)
The AV1 packetizer did not properly packetize all AV1 bitstreams. It incorrectly calculated the "w" field from the AV1 RTP spec once and applied it to all RTP packets. This field needs to be determined on a per-packet basis. In practice, this meant the packetizer generated invalid RTP packets if w = 0 for the first packet (i.e. 4 or more OBUs). Rewrite the packetizer to accurately determine how many OBU fragments are present in each RTP packet. The general idea is: 1. Start with the first OBU in the user buffer 2. Fill the RTP packet with data from the current OBU 3. If there is space left over in the packet, move to the next OBU and repeat #2 4. Once the RTP packet is full, report it to the handler and clear it and repeat #2 Update the tests to get wider coverage of this new algorithm. Add another stream with more OBUs and test each stream with varying packet sizes. Also, fix the frame re-assembly code in the test to conform to the spec. Name this new algorithm av1_packetize_new and keep the old av1_packetize_high around for now. Library users can switch to the new implementation for testing until it replaces av1_packetize_high. AV1 RTP spec: https://aomediacodec.github.io/av1-rtp-spec/ Co-authored-by: Nicholas Cook <nicholasc@nvidia.com>
Configuration menu - View commit details
-
Copy full SHA for 662989f - Browse repository at this point
Copy the full SHA 662989fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe890ca - Browse repository at this point
Copy the full SHA fe890caView commit details
Commits on Apr 22, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3118c02 - Browse repository at this point
Copy the full SHA 3118c02View commit details
Commits on Apr 30, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 334cb89 - Browse repository at this point
Copy the full SHA 334cb89View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v3.21.1...v3.22.0