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: gpac/mp4box.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: gpac/mp4box.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Nov 12, 2025

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

Commits on Nov 22, 2025

  1. feat: add srat box

    The SamplingRateBox() is used to indicate an audio sampling rate greater than
    the value that can be represented in the AudioSampleEntry's samplerate field.
    
    See ISO/IEC 14496-12:2022 Section 12.2.3.1
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    jamrial committed Nov 22, 2025
    Configuration menu
    Copy the full SHA
    e7eebd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #527 from jamrial/srat

    feat: add srat box
    DenizUgur authored Nov 22, 2025
    Configuration menu
    Copy the full SHA
    6cd6fda View commit details
    Browse the repository at this point in the history
Loading