mpd/src/inputPlugins
Max Kellermann 8bcbe90b25 flac: moved code from flacWrite() to _flac_common.c
There is still a lot of duplicated code in flac_plugin.c and
oggflac_plugin.c.  Move code from flac_plugin.c to _flac_common.c, and
use the new function flac_common_write() also in oggflac_plugin.c,
porting lots of optimizations over to it.
2008-09-23 23:59:54 +02:00
..
_flac_common.c flac: moved code from flacWrite() to _flac_common.c 2008-09-23 23:59:54 +02:00
_flac_common.h flac: moved code from flacWrite() to _flac_common.c 2008-09-23 23:59:54 +02:00
_ogg_common.c added decoder_read() 2008-08-26 08:27:14 +02:00
_ogg_common.h moved InputPlugin to decoder_api.h 2008-08-26 08:27:06 +02:00
aac_plugin.c audio_format: converted typedef AudioFormat to struct audio_format 2008-09-07 19:19:55 +02:00
audiofile_plugin.c audio_format: converted typedef AudioFormat to struct audio_format 2008-09-07 19:19:55 +02:00
flac_plugin.c flac: moved code from flacWrite() to _flac_common.c 2008-09-23 23:59:54 +02:00
mod_plugin.c audio_format: converted typedef AudioFormat to struct audio_format 2008-09-07 19:19:55 +02:00
mp3_plugin.c start using prefixcmp() 2008-09-23 20:48:12 +02:00
mp4_plugin.c mp4: fix potential integer overflow bug in the mp4_decode() function 2008-09-12 17:06:04 +02:00
mpc_plugin.c audio_format: converted typedef AudioFormat to struct audio_format 2008-09-07 19:19:55 +02:00
oggflac_plugin.c flac: moved code from flacWrite() to _flac_common.c 2008-09-23 23:59:54 +02:00
oggvorbis_plugin.c audio_format: converted typedef AudioFormat to struct audio_format 2008-09-07 19:19:55 +02:00
wavpack_plugin.c audio_format: converted typedef AudioFormat to struct audio_format 2008-09-07 19:19:55 +02:00