mpd/src/inputPlugins
Max Kellermann 2bf7ec4f39 added decoder_initialized()
decoder_initialized() sets the state to DECODE_STATE_DECODE and wakes
up the player thread.  It is called by the decoder plugin after its
internal initialization is finished.  More arguments will be added
later to prevent direct accesses to the DecoderControl struct.
2008-08-26 08:27:04 +02:00
..
_flac_common.c added struct decoder 2008-08-26 08:27:04 +02:00
_flac_common.h added decoder_initialized() 2008-08-26 08:27:04 +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 decoder_initialized() 2008-08-26 08:27:04 +02:00
audiofile_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00
flac_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00
mod_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00
mp3_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00
mp4_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00
mpc_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00
oggflac_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00
oggvorbis_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00
wavpack_plugin.c added decoder_initialized() 2008-08-26 08:27:04 +02:00