- 15 Dec, 2009 24 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
For the fluidsynth plugin.
-
Max Kellermann authored
This fixes a regression: a boolean value was returned from decoder_input_buffer(), but the caller chose to do a "<= 0" comparison.
-
Max Kellermann authored
.. instead of manually checking pathname[0]=='/'. g_path_is_absolute() is portable.
-
Max Kellermann authored
Don't attempt to fill the whole buffer in the read() method, return whatever libbz2 provides with the first successful BZ2_bzDecompress().
-
Max Kellermann authored
-
Max Kellermann authored
Use the raw struct name.
-
Max Kellermann authored
This plugin is based on libzzip.
-
Max Kellermann authored
Conflicts: src/archive/bz2_plugin.c src/archive_api.h src/input/file_input_plugin.c test/run_input.c
-
Max Kellermann authored
Free the "context" pointer in the method archive_plugin.close().
-
Max Kellermann authored
Fixes a memory leak: the "archive" input plugin opens the archive, but never closes it. This patch moves the responsibility for doing that to archive_plugin.open_stream(). This is an slight internal API change, but it is the simplest and least intrusive fix for the memory leak.
-
Max Kellermann authored
g_free(NULL) is allowed.
-
Max Kellermann authored
Fixed memory leak in error handler.
-
Max Kellermann authored
This enables valgrind debugging after an error occurred.
-
Max Kellermann authored
Enable archive plugin debugging.
-
Max Kellermann authored
This code has never made any sense, and has broken some of the archive plugin.
-
Max Kellermann authored
This code has never made any sense, and has broken some of the archive plugin.
-
Max Kellermann authored
-
Max Kellermann authored
Use struct forward declarations.
-
Max Kellermann authored
Don't use num_archive_plugins.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This fixes "make distcheck".
-
- 14 Dec, 2009 16 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Removed local variable "sample_rate".
-
Max Kellermann authored
-
Max Kellermann authored
Not used by any plugin currently, but this eliminates the g_error() call in input_plugin_config(), so it's worth it.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This is easier to traverse.
-
Max Kellermann authored
Wrap the AudioCompress library in a filter plugin.
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
Max Kellermann authored
Log to stderr, not to stdout (which broke PCM output).
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-