Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mod_avmd] exposing more parameters to config #2418

Commits on Apr 3, 2024

  1. [mod_avmd] exposing more parameters to config

    1. Exposing previously hardcoded parameters in mod_avmd.c to be configurable, this would allow fine-tuning mod_avmd to suite wider needs.
    
    - AVMD_MIN_FREQUENCY
    - AVMD_MAX_FREQUENCY
    - AVMD_MIN_AMP
    - AVMD_VARIANCE_RSD_THRESHOLD
    - AVMD_AMPLITUDE_RSD_THRESHOLD
    
    2. Updated default avmd.conf.xml to have default values for new exposed parameters.
    Evgenii Buchnev committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    da529bb View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. [mod_vlc] Resolve double mutex lock

    hhadzem authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    76336b0 View commit details
    Browse the repository at this point in the history
  2. [mod_av] Fix scan-build 14

    jakubkarolczyk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d391c57 View commit details
    Browse the repository at this point in the history
  3. [mod_avmd] Fix scan-build 14

    jakubkarolczyk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8f66934 View commit details
    Browse the repository at this point in the history
  4. [mod_amrwb] Fix scan-build 14

    jakubkarolczyk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7f1a82f View commit details
    Browse the repository at this point in the history
  5. [support-d] Add deadlock.py to tree.

    andywolk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    74a1c58 View commit details
    Browse the repository at this point in the history
  6. [Core, mod_sofia] Add switch_uint31_t type. Fix CSeq bigger than 2^31-1.

    andywolk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    aeb4407 View commit details
    Browse the repository at this point in the history
  7. [libvpx] Fix scan-build 14

    jakubkarolczyk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    72666b7 View commit details
    Browse the repository at this point in the history
  8. [Core] VAD: Add a math sanity check to the switch_vad_process

    andywolk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    52e3f0a View commit details
    Browse the repository at this point in the history
  9. [core] Fix scan-build 14 in port allocator

    jakubkarolczyk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    22b62a1 View commit details
    Browse the repository at this point in the history
  10. [CI] Enable scan build 14 on Drone CI

    andywolk authored and Evgenii Buchnev committed May 22, 2024
    Configuration menu
    Copy the full SHA
    5017461 View commit details
    Browse the repository at this point in the history