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

Add opus custom support #18

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 23, 2021

  1. Enable Opus CUSTOM_MODES

    emlynmac committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    b96e0ad View commit details
    Browse the repository at this point in the history
  2. Add comma

    emlynmac committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    144063f View commit details
    Browse the repository at this point in the history
  3. Add CELT headers / source

    emlynmac committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    fb5c31c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    04fa515 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db32719 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1be9a6 View commit details
    Browse the repository at this point in the history
  7. rename to copuswrapper

    emlynmac committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    80f7e0f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc5f841 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    4e452fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6104386 View commit details
    Browse the repository at this point in the history
  3. Enable custom encoder / decoders to create higher level wrapper class…

    …es; add these to the custom implementation
    emlynmac committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    7273180 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40be05d View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

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

Commits on Mar 21, 2022

  1. Fix up encoder bug

    emlynmac committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    605b9ec View commit details
    Browse the repository at this point in the history
  2. Set frame size in encode

    emlynmac committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    fefebd7 View commit details
    Browse the repository at this point in the history
  3. Generalize the ioctl call

    emlynmac committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    3204c1a View commit details
    Browse the repository at this point in the history
  4. make the framesize public

    emlynmac committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    b0c9e3b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

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

Commits on Apr 1, 2022

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

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    9fa606f View commit details
    Browse the repository at this point in the history
  2. Add explicit return

    emlynmac committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    21164e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Allocate a buffer properly

    emlynmac committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    bada8cf View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

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

Commits on Apr 18, 2022

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

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    3ff24bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    566f056 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b41d414 View commit details
    Browse the repository at this point in the history
  4. More whitespace formatting

    emlynmac committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    40fb047 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3788e3 View commit details
    Browse the repository at this point in the history
  6. Apply swiftformat rules

    emlynmac committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    8b656b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e7cb649 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7f8272 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    a5b29aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    712b0ff View commit details
    Browse the repository at this point in the history
  3. Apply swiftformat

    emlynmac committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    33c68f4 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Rename to customFrameSize

    emlynmac committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    033520f View commit details
    Browse the repository at this point in the history
  2. One more rename

    emlynmac committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    aa3db6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42d044f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

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

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    00d42cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a48104d View commit details
    Browse the repository at this point in the history