- 02 Jan, 2013 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
RTTI adds overhead to the binary, and we don't need that.
-
Max Kellermann authored
We don't use exceptions currently. Since allowing exceptions means a lot of overhead, this commit disables the feature.
-
Max Kellermann authored
Allows eliminating more dead code. Adds two more C++ options that may reduce the binary size.
-
- 27 Oct, 2012 1 commit
-
-
Jurgen Kramer authored
-
- 05 Oct, 2012 10 commits
-
-
Max Kellermann authored
Conflicts: src/PlaylistSave.cxx
-
Max Kellermann authored
The song's URI must be UTF-8, not filesystem character set.
-
Max Kellermann authored
Fixes minor Windows compatibility problem.
-
Max Kellermann authored
Implements Mantis feature request 3582.
-
Max Kellermann authored
Interleaving was completely wrong. This code was never used, so it didn't have an effect.
-
Max Kellermann authored
-
Max Kellermann authored
Works around assertion failure in decoder_timestamp().
-
Max Kellermann authored
Use av_get_sample_fmt_string() to obtain a human-readable string.
-
Max Kellermann authored
API simplification.
-
Max Kellermann authored
-
- 04 Oct, 2012 5 commits
-
-
Max Kellermann authored
Implement the "scan_stream" method that can read tags from any input_stream object. This requires a FLAC__IOCallbacks implementation based on the input_stream API.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
g_file_error_quark() is meant to be used with the GFileError enum which does not correspond with errno, but must be converted with g_file_error_from_errno(). At the same time, this removes g_strerror() use for g_file_error_quark().
-
Max Kellermann authored
Improved support for scanning http:// resources.
-
- 02 Oct, 2012 17 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.
-