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: baresip/re
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.21.1
Choose a base ref
...
head repository: baresip/re
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.22.0
Choose a head ref
  • 15 commits
  • 19 files changed
  • 6 contributors

Commits on Apr 14, 2025

  1. Configuration menu
    Copy the full SHA
    e8d1d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015259f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26cec12 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2025

  1. Configuration menu
    Copy the full SHA
    fa71a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9752cc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    520751f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51d23c2 View commit details
    Browse the repository at this point in the history
  5. ci: upgrade mingw to openssl 3.5.0

    alfredh authored and sreimers committed Apr 16, 2025
    Configuration menu
    Copy the full SHA
    0553bd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2025

  1. Configuration menu
    Copy the full SHA
    22be8cc View commit details
    Browse the repository at this point in the history
  2. RTCP Extended report (#1302)

    shrim27 authored Apr 18, 2025
    Configuration menu
    Copy the full SHA
    9a42fb5 View commit details
    Browse the repository at this point in the history
  3. test: move test_rtcp_xr_rrtr to rtcp.c

    alfredh authored and sreimers committed Apr 18, 2025
    Configuration menu
    Copy the full SHA
    8c85919 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2025

  1. 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>
    npcook and Nicholas Cook authored Apr 19, 2025
    Configuration menu
    Copy the full SHA
    662989f View commit details
    Browse the repository at this point in the history
  2. test: add coverage of RTCP-XR DLRR

    alfredh authored and sreimers committed Apr 19, 2025
    Configuration menu
    Copy the full SHA
    fe890ca View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2025

  1. Configuration menu
    Copy the full SHA
    3118c02 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2025

  1. release v3.22.0 (#1310)

    cspiel1 authored Apr 30, 2025
    Configuration menu
    Copy the full SHA
    334cb89 View commit details
    Browse the repository at this point in the history
Loading