- 15 Dec, 2009 19 commits
-
-
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 19 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
-
Albin Eldstål-Damlin authored
-
Albin Eldstål-Damlin authored
-
Max Kellermann authored
Conflicts: src/decoder/ffmpeg_plugin.c
-
- 11 Dec, 2009 1 commit
-
-
Max Kellermann authored
Use the signed C99 type int8_t instead.
-
- 08 Dec, 2009 1 commit
-
-
Max Kellermann authored
Mixers with the "global" flag set aren't closed automatically when the output device is closed. Thus, they might still be open when MPD shuts down.
-