- 02 Oct, 2012 13 commits
-
-
Max Kellermann authored
-
Gregory Smith authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "opusinfo" program complained about preskip value that was too small. This commit uses OPUS_GET_LOOKAHEAD to obtain the number of frames that shall be silence at the beginning.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Improves quality by not squeezing 32 bit samples down to 16 bit, and then back to 32 bit floating point. Reduces CPU usage by skipping a conversion step.
-
Max Kellermann authored
-
Max Kellermann authored
If there are multiple pages, the last partial page must be flushed.
-
- 01 Oct, 2012 18 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate the evil goto.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This is necessary for Ogg packets that span more than one page.
-
Max Kellermann authored
-
Max Kellermann authored
We can only check for negative values if the variable is signed.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Make sure the file header gets written at the beginning, before _write() gets called.
-
Max Kellermann authored
Move the raw buffer to struct shout_data.
-
Max Kellermann authored
Make it a local variable instead.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
main.c has been renamed to Main.cxx.
-
Max Kellermann authored
-
- 30 Sep, 2012 2 commits
-
-
Avuton Olrich authored
-
Avuton Olrich authored
-
- 27 Sep, 2012 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Sep, 2012 3 commits
-
-
Max Kellermann authored
Implements Mantis ticket 0003340.
-
Max Kellermann authored
-
Max Kellermann authored
-