- 01 Jan, 2010 1 commit
-
-
Avuton Olrich authored
-
- 12 Nov, 2009 1 commit
-
-
Max Kellermann authored
After we've been hit by Large File Support problems several times in the past week (which only occur on 32 bit platforms, which I don't have), this is yet another attempt to fix the issue.
-
- 21 Oct, 2009 1 commit
-
-
Max Kellermann authored
An asterisk means that this attribute should not be enforced, and stays whatever it used to be. This way, some configuration values work like masks.
-
- 13 Oct, 2009 1 commit
-
-
Max Kellermann authored
-
- 14 Aug, 2009 1 commit
-
-
Max Kellermann authored
During the pause loop, manually sleep for 500ms if shout_delay() returns a value greater than that. Don't exhaust libshout's buffer.
-
- 03 Jun, 2009 1 commit
-
-
Max Kellermann authored
Renamed all remaining CamelCase functions.
-
- 13 Mar, 2009 1 commit
-
-
Avuton Olrich authored
This updates the copyright header to all be the same, which is pretty much an update of where to mail request for a copy of the GPL and the years of the MPD project. This also puts all committers under 'The Music Player Project' umbrella. These entries should go individually in the AUTHORS file, for consistancy.
-
- 27 Feb, 2009 1 commit
-
-
Max Kellermann authored
Renamed numOfItems to num_items.
-
- 26 Feb, 2009 2 commits
-
-
Max Kellermann authored
Use GLib's GError library for reporting output device failures. Note that some init() methods don't clean up properly after a failure, but that's ok for now, because the MPD core will abort anyway.
-
Max Kellermann authored
Eliminated manual integer parsing.
-
- 25 Feb, 2009 1 commit
-
-
Max Kellermann authored
audio_output_get_name() has been removed, which was the only function left in output_api.h. The output plugin doesn't need the audio_output object at all, remove the parameter from the init() method.
-
- 23 Feb, 2009 2 commits
-
-
Max Kellermann authored
The meaning of the chunk depends on the audio format; don't suggest a specific format by declaring the pointer as "char*", pass "void*" instead.
-
Max Kellermann authored
The old API required an output plugin to not return until all data passed to the play() method is consumed. Some output plugins have to loop to fulfill that requirement, and may block during that. Simplify these, by letting them consume only part of the buffer: make play() return the length of the consumed data.
-
- 22 Feb, 2009 5 commits
-
-
Max Kellermann authored
There are no plugins left which require shout_plugin.h. Moved the struct declaration to shout_plugin.c.
-
Max Kellermann authored
This array is empty, and is not used anymore.
-
Max Kellermann authored
Removed shout's encoder plugin API in favor of the new generic encoder plugin API.
-
Max Kellermann authored
The method implementation my_shout_open_device() consists of only one line, the call to open_shout_conn(). Merge both functions into one.
-
Max Kellermann authored
Return true/false instead of 0/-1.
-
- 09 Feb, 2009 6 commits
-
-
Max Kellermann authored
Always assume the buffer is empty before calling the encoder. Always flush the buffer immediately after there has been added something. This reduces the risk of buffer overruns, because there will never be a "rest" in the current buffer.
-
Max Kellermann authored
Don't duplicate the tag received by the send_metadata() method - send it to the shout server directly.
-
Max Kellermann authored
Removed the manual timer synchronization from the shout plugin. libshout's shout_sync() function does it for us.
-
Max Kellermann authored
The non-blocking mode of libshout is sparsely documented, and MPD's implementation had several bugs. Also removed connect throttling code, that is done by the MPD core since 0.14.
-
Max Kellermann authored
When shout_data.tag!=NULL, there is a "tag to send". The tag_to_send flag is redundant.
-
Max Kellermann authored
That variable is set in handle_shout_error(), but is never read.
-
- 30 Jan, 2009 1 commit
-
-
Max Kellermann authored
Move the "while" loop which checks for commands to the caller ao_pause(). This simplifies the pause() method, and lets us remove audio_output_is_pending().
-
- 25 Jan, 2009 2 commits
-
-
Max Kellermann authored
On some platforms, g_free() must be used for memory allocated by GLib. This patch intends to correct a lot of occurrences, but is probably not complete.
-
Max Kellermann authored
All config_get_block_*() functions should accept constant config_param pointers.
-
- 18 Jan, 2009 2 commits
-
-
Max Kellermann authored
Eliminate some more getBlockParam() invocations.
-
Max Kellermann authored
This replaces lots of getBlockParam() invocations.
-
- 17 Jan, 2009 2 commits
-
-
Max Kellermann authored
No "force" parameter, pass a default value instead.
-
Max Kellermann authored
Renamed functions, types, variables.
-
- 08 Jan, 2009 1 commit
-
-
Max Kellermann authored
-
- 23 Dec, 2008 2 commits
-
-
Viliam Mateicka authored
-
Viliam Mateicka authored
-
- 25 Nov, 2008 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
If the shout plugin is disabled, shout_plugin.c isn't compiled at all, no need to check the macro definition.
-
- 31 Oct, 2008 1 commit
-
-
Alam Arias authored
removed unneed check for protocol in shout plugin, will assume icecast2 protocol if not exist in config
-
- 29 Oct, 2008 2 commits
-
-
Max Kellermann authored
When an output plugin fails to play a chunk, close it. This replaces various manual close() calls in nearly all plugins.
-
Max Kellermann authored
Don't return 0/-1 on success/error, but true/false. Instead of int, use bool for storing flags.
-
- 26 Oct, 2008 1 commit
-
-
Max Kellermann authored
Again, no CamelCase in the directory name.
-