mpd/src/decoder
Max Kellermann 0a61877702 input_stream: convert offset and size to the off_t data type
size_t and long aren't 64 bit safe (i.e. files larger than 2 GB on a
32 bit OS).  Use off_t instead, which is a 64 bit integer if compiled
with large file support.
2008-10-28 20:39:09 +01:00
..
_flac_common.c input_stream: removed the InputStream typedef 2008-10-26 19:54:57 +01:00
_flac_common.h input_stream: removed the InputStream typedef 2008-10-26 19:54:57 +01:00
_ogg_common.c input_stream: no CamelCase 2008-10-26 20:34:47 +01:00
_ogg_common.h input_stream: removed the InputStream typedef 2008-10-26 19:54:57 +01:00
aac_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
audiofile_plugin.c renamed src/inputPlugins/ to src/decoder/ 2008-10-26 11:29:25 +01:00
ffmpeg_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
flac_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
mod_plugin.c renamed src/inputPlugins/ to src/decoder/ 2008-10-26 11:29:25 +01:00
mp3_plugin.c input_stream: convert offset and size to the off_t data type 2008-10-28 20:39:09 +01:00
mp4_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
mpc_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
oggflac_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
oggvorbis_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00
wavpack_plugin.c input_stream: use "bool" instead of "int" 2008-10-26 20:56:46 +01:00