- 04 Oct, 2012 1 commit
-
-
Max Kellermann authored
Improved support for scanning http:// resources.
-
- 02 Oct, 2012 19 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Merge common code.
-
Max Kellermann authored
Use the new FLACMetadataIterator C++ class, which is more powerful.
-
Max Kellermann authored
Not using libFLAC++ because this library adds a lot of overhead due to virtual method calls. This new class library is zero-overhead.
-
Max Kellermann authored
This has been deprecated by the "embcue" playlist plugin.
-
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
-