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/rtp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.8.11
Choose a base ref
...
head repository: pion/rtp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.12
Choose a head ref
  • 7 commits
  • 12 files changed
  • 5 contributors

Commits on Feb 14, 2025

  1. Update CI configs to v0.11.18

    Update lint scripts and CI configs.
    pionbot authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    9631e05 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2025

  1. Add DisableStapA to H264Payloader

    This change adds a field* to disable the creation of STAP-A packets by the H264Payloader.
    
    As per current behaviour, STAP-A packets are created by default. If the creation of STAP-A 
    packets is disabled, NALUs of type 7 (SPS) and type 8 (PPS) will be packed as Single NAL Units.
    
    This change can be a step to support packetization-mode=0 (single NALUs) in compliance with RFC6184.
    YannSc authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    2cd23bd View commit details
    Browse the repository at this point in the history
  2. Fix parsing of G bit in VP9 scalability structure

    Previously it would erroneously look at some of the reserved fields.
    robfig authored Feb 15, 2025
    Configuration menu
    Copy the full SHA
    a78a4a6 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2025

  1. Add AV1 OBU header parser and OBU types utilities

    Implement AV1 bitstream format OBU header parser and utility functions
    for OBU types.
    JoTurk committed Feb 17, 2025
    Configuration menu
    Copy the full SHA
    74a4302 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Implement av1 depacketizer

    Adds AV1Depacketizer which implements the Depacketizer interface for AV1
    JoTurk committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    48e175c View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Dont include videoDepacketizer in VP1Packet

    Now that we have separated the Packet/Depacketizer roles for
    the AV1 codec, there is no need to include the videoDepacketizer
    mixin in AV1Packet.
    jech committed Feb 27, 2025
    Configuration menu
    Copy the full SHA
    061df8a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Finish AV1 Implementation

    1. Rewrite the AV1 Payloader according to the spec.
    2. AV1 bitstream reader.
    3. Tries to optimize the use of the W field as much as possible to
        reduce the size of the packet.
    4. Added tests around edge cases.
    JoTurk committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    ee5524b View commit details
    Browse the repository at this point in the history
Loading