mpd/src/inputPlugins
Max Kellermann 9e0f7dcd1a added dc_command_finished()
dc_command_finished() is invoked by the decoder thread when it has
finished a command (sent by the player thread).  It resets dc.command
and wakes up the player thread.  This combination was used at a lot of
places, and by introducing this function, the code will be more
readable.
2008-08-26 08:27:04 +02:00
..
_flac_common.c merged start, stop, seek into DecoderControl.command 2008-08-26 08:27:04 +02:00
_flac_common.h clean up CPP includes 2008-08-26 08:27:03 +02:00
_ogg_common.c clean up CPP includes 2008-08-26 08:27:03 +02:00
_ogg_common.h fix builds that only have FLAC >= 1.1.3 but not Ogg-Vorbis 2007-12-31 00:54:32 +00:00
aac_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
audiofile_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
flac_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
mod_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
mp3_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
mp4_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
mpc_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
oggflac_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
oggvorbis_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00
wavpack_plugin.c added dc_command_finished() 2008-08-26 08:27:04 +02:00