- 06 Feb, 2018 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 05 Feb, 2018 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 04 Feb, 2018 4 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-
- 03 Feb, 2018 1 commit
-
-
Jean-Marc Valin authored
Makes it possible to manually specify a channel mapping
-
- 02 Feb, 2018 1 commit
-
-
Jean-Marc Valin authored
-
- 15 Jan, 2018 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 05 Jan, 2018 1 commit
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 04 Jan, 2018 3 commits
-
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 30 Dec, 2017 2 commits
-
-
This effectively changes: oggp->buf + (p->buf_pos - header_size) to: oggp->buf + p->buf_pos - header_size When header_size > p->buf_pos the first subtraction results in a large unsigned value, as p->buf_pos is size_t. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
assert(enc->streams == NULL) would fail because pad_samples was missing a fractional number of samples due to the resampler output latency not being an integer.
-
- 29 Dec, 2017 8 commits
-
-
Jean-Marc Valin authored
-
Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 28 Dec, 2017 2 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 13 Nov, 2017 1 commit
-
-
Jean-Marc Valin authored
-
- 02 Aug, 2017 1 commit
-
-
Jean-Marc Valin authored
(copied from opusfile) Without this check, the PKG_CHECK_MODULES() macro remains unexpanded, which gives a syntax error when the shell reaches that point in the configure script, even for checks which are disabled (e.g., the OpenSSL check when using --disable-http). Instead, explicitly check for pkg-config and give the user useful advice on how to solve the problem if it's not found. Thanks to eXpl0it3r for reporting a problem for which installing pkg-config turned out to be the solution.
-
- 25 Jul, 2017 2 commits
-
-
(modified by Jean-Marc Valin) Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
ope_encoder_create_pull calls ope_encoder_create_callbacks with a NULL callbacks argument, which causes the function to crash. Test for NULL to prevent this. As well, we try and call the close callback when flushing the stream, which also leads to a crash when the callbacks are not set. Don't call the callback in pull mode. Signed-off-by:
Jean-Marc Valin <jmvalin@jmvalin.ca>
-
- 10 Jul, 2017 3 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
- 24 Jun, 2017 4 commits
-
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
-
Jean-Marc Valin authored
It got copied from opus-tools, but it's not needed.
-
Jean-Marc Valin authored
-
- 19 Jun, 2017 2 commits
-
-
Jean-Marc Valin authored
We have to do the extension at the input sampling rate, not at the output sampling rate.
-
Jean-Marc Valin authored
-