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: xiph/speexdsp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: SpeexDSP-1.2.1
Choose a base ref
...
head repository: xiph/speexdsp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 15 commits
  • 12 files changed
  • 5 contributors

Commits on Jul 18, 2022

  1. libspeexdsp.def: add .dll extension to def file

    MSVC doesn't completely respect this line but MinGW does. Specify the name properly.
    
    Signed-off-by: Tristan Matthews <tmatth@videolan.org>
    neheb authored and tmatth committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    27ddf98 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. resample_neon.h: add missing stdint include for aarch64

    aarch64 code is referencing stdint types but the file is missing
    the include.
    
    Signed-off-by: Tristan Matthews <tmatth@videolan.org>
    lazka authored and tmatth committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    1d99e79 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    70f2cf7 View commit details
    Browse the repository at this point in the history
  2. Factor out magic_samples access

    lu-zero authored and tmatth committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    bd9162c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. README.Trimedia: fix typo

    tmatth committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    7337ab4 View commit details
    Browse the repository at this point in the history
  2. configure: fix typo

    tmatth committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    99451c1 View commit details
    Browse the repository at this point in the history
  3. acinclude.m4: fix typo

    tmatth committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    67535be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    738e179 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Jun 4, 2024

  1. configure.ac: don't use internal GNU libtool functions

    This doesn't work when using slibtoolize instead of GNU libtoolize and
    is not necessary anyways.
    
    Signed-off-by: orbea <orbea@riseup.net>
    orbea authored and tmatth committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    dbd421d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2025

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

Commits on Jun 16, 2025

  1. AUTHORS: add tmatth

    tmatth committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    616d72c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b99b72 View commit details
    Browse the repository at this point in the history
  3. doc: fix typos

    tmatth committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    a51b1e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2025

  1. testresample2: define M_PI if needed

    Fixes #49
    tmatth committed Jul 5, 2025
    Configuration menu
    Copy the full SHA
    7a15878 View commit details
    Browse the repository at this point in the history
Loading