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: dpirch/libfvad
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0
Choose a base ref
...
head repository: dpirch/libfvad
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 14 commits
  • 18 files changed
  • 7 contributors

Commits on May 4, 2018

  1. Verified

    This commit was signed with the committer’s verified signature.
    agostbiro Agost Biro
    Copy the full SHA
    cf585ec View commit details

Commits on May 9, 2018

  1. Copy the full SHA
    ab268e5 View commit details

Commits on Jun 21, 2018

  1. fix Windows build

    - add -no-undefined to LDFLAGS, necessary on Windows.
    - diff with -b to support windows line endings.
    dpirch committed Jun 21, 2018
    Copy the full SHA
    be527cf View commit details

Commits on Jul 26, 2018

  1. add debian package rules

    s3rj1k committed Jul 26, 2018
    Copy the full SHA
    96de59a View commit details
  2. Merge pull request #6 from s3rj1k/master

    add debian package rules
    dpirch authored Jul 26, 2018
    Copy the full SHA
    ee69951 View commit details

Commits on Jun 8, 2019

  1. Copy the full SHA
    aa3c662 View commit details

Commits on Jan 8, 2020

  1. resolve warnings

    Abe Miller authored and dpirch committed Jan 8, 2020
    Copy the full SHA
    fdf039b View commit details

Commits on May 23, 2021

  1. Added CMake build scripts

    eugenebas authored and dpirch committed May 23, 2021
    Copy the full SHA
    67c881a View commit details
  2. Added flag for PIC code generation

    eugenebas authored and dpirch committed May 23, 2021
    Copy the full SHA
    847a372 View commit details

Commits on Jun 21, 2023

  1. fvad_new: Cast result of malloc

    Otherwise can get a compile warning/error on some compilers
    jonnor authored and dpirch committed Jun 21, 2023
    Copy the full SHA
    661293e View commit details
  2. Add build of example with CMake

    eugenebas authored and dpirch committed Jun 21, 2023
    Copy the full SHA
    997e9dc View commit details

Commits on Sep 18, 2023

  1. Copy the full SHA
    21d4260 View commit details

Commits on Nov 12, 2023

  1. vad_core: Expose filterbank/power features

    This enables code using libfvad to access the features from the outside
    Very useful to do additional VAD processing, for visualization,
    or to use the code for audio feature extraction - as it is one of the
    fastest and most portable filterbank implementations available
    jonnor authored and dpirch committed Nov 12, 2023
    Copy the full SHA
    0ecc89d View commit details

Commits on Feb 19, 2024

  1. Fix C11 compiler support check in configure.ac

    Replaced the undefined _AC_C_STD_TRY macro with a manual compiler support check for C11 using standard Autoconf macros. This ensures compatibility with Autoconf 2.71 and resolves configuration errors related to compiler feature checks. The update includes a direct setting of C11 flags and a compile test to verify support, improving the build configuration's robustness and portability.
    s1lviu authored and dpirch committed Feb 19, 2024
    Copy the full SHA
    532ab66 View commit details
Loading