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: audiocogs/aac.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: audiocogs/aac.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 6 files changed
  • 2 contributors

Commits on Dec 24, 2015

  1. Fix CCE decoding bug

    devongovett committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    da31cad View commit details
    Browse the repository at this point in the history
  2. Don't reuse elements in decoder #8

    Sometimes there are multiple elements of the same type in the same frame of audio. We can't reuse the element objects in that case, since memory would be overwritten.
    devongovett committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    650d665 View commit details
    Browse the repository at this point in the history
  3. 0.1.1

    devongovett committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    7f63cf8 View commit details
    Browse the repository at this point in the history
  4. Missing export

    devongovett committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    e1efbcc View commit details
    Browse the repository at this point in the history
  5. gitignore

    devongovett committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    ad18fba View commit details
    Browse the repository at this point in the history
  6. 0.1.2

    devongovett committed Dec 24, 2015
    Configuration menu
    Copy the full SHA
    43e93d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. Fix random noise generator

    phoboslab authored Jun 17, 2016
    Configuration menu
    Copy the full SHA
    1f98342 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from phoboslab/patch-1

    Fix random noise generator, see #10
    devongovett authored Jun 17, 2016
    Configuration menu
    Copy the full SHA
    29b02b6 View commit details
    Browse the repository at this point in the history
  3. 0.1.3

    devongovett committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    2d9bd01 View commit details
    Browse the repository at this point in the history
Loading