- 03 Jan, 2013 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Jan, 2013 21 commits
-
-
Max Kellermann authored
Use the C++ API.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The "bool" type is built-in.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
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 2 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
-