This website requires JavaScript.
Explore
Tokyo Drift Issues
Help
Sign In
oysteikt
/
mpd
Watch
0
Star
0
Fork
0
You've already forked mpd
Code
Issues
Pull Requests
Releases
Activity
Files
cbc076461371fca57749191fb323cf75b43d9544
mpd
/
src
/
inputPlugins
T
History
Max Kellermann
b084bc28ed
use the "bool" data type instead of "int"
...
"bool" should be used in C99 programs for boolean values.
2008-10-08 11:03:39 +02:00
..
_flac_common.c
switch to C99 types, part II
2008-09-29 15:49:29 +02:00
_flac_common.h
flac: removed FlacData.chunk_length
2008-09-23 23:59:55 +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
don't include os_compat.h
2008-10-08 10:49:29 +02:00
audiofile_plugin.c
don't include os_compat.h
2008-10-08 10:49:29 +02:00
flac_plugin.c
use the "bool" data type instead of "int"
2008-10-08 11:03:39 +02:00
mod_plugin.c
use C99 struct initializers
2008-09-29 15:55:17 +02:00
mp3_plugin.c
use C99 struct initializers
2008-09-29 15:55:17 +02:00
mp4_plugin.c
use the "bool" data type instead of "int"
2008-10-08 11:03:39 +02:00
mpc_plugin.c
use C99 struct initializers
2008-09-29 15:55:17 +02:00
oggflac_plugin.c
use the "bool" data type instead of "int"
2008-10-08 11:03:39 +02:00
oggvorbis_plugin.c
use the "bool" data type instead of "int"
2008-10-08 11:03:39 +02:00
wavpack_plugin.c
use the "bool" data type instead of "int"
2008-10-08 11:03:39 +02:00