mpd/src
Max Kellermann 8a562c9c71 song: removed duplicate '\n' check
Newline characters are already checked in skip_path() (update.c).
2009-01-04 17:26:15 +01:00
..
archive archive: use GLib instead of utils.h 2009-01-02 16:22:40 +01:00
decoder utils: removed unused functions 2009-01-03 14:53:42 +01:00
mixer mixer: renamed mix_* options to mixer_* 2009-01-01 18:36:47 +01:00
output null, fifo: use GLib instead of utils.h 2009-01-03 14:51:34 +01:00
ack.h added prefix to header macros 2008-10-31 09:19:53 +01:00
archive_api.c archive: use GLib instead of utils.h 2009-01-02 16:22:40 +01:00
archive_api.h new archive api, input_archive stream 2008-12-16 21:42:34 +01:00
archive_internal.h new archive api, input_archive stream 2008-12-16 21:42:34 +01:00
archive_list.c archiveapi: archive plugin for ISO files 2008-12-16 21:48:26 +01:00
archive_list.h new archive api, input_archive stream 2008-12-16 21:42:34 +01:00
audio_format.h audio_format: added audio_format_valid() 2008-11-21 20:27:05 +01:00
audio.c audio: use GLib instead of utils.h 2009-01-03 13:36:20 +01:00
audio.h Moving mixers to audio outputs 2008-12-31 16:46:41 +01:00
audioOutput.c output: moved code from audioOutput.c to output_control.c 2008-09-09 10:02:34 +02:00
audioOutput.h added prefix to header macros 2008-10-31 09:19:53 +01:00
buffer2array.c buffer2array: use GLib's g_ascii_isspace() 2008-12-28 19:54:39 +01:00
buffer2array.h added prefix to header macros 2008-10-31 09:19:53 +01:00
client.c client: use GLib instead of utils.h 2009-01-03 13:44:19 +01:00
client.h client: run client_manager_expire() in an idle event 2008-12-31 14:30:03 +01:00
cmdline.c cmdline: exit after --version 2009-01-01 18:26:59 +01:00
cmdline.h cmdline: use gboolean instead of int 2008-12-27 19:35:30 +01:00
command.c command: check URI scheme in "addid" 2009-01-04 16:22:08 +01:00
command.h replaced mpd_printf etc by G_GNUC_PRINTF 2008-12-02 03:00:02 +01:00
compress.c compress: use GLib instead of utils.h 2009-01-03 14:52:59 +01:00
compress.h added prefix to header macros 2008-10-31 09:19:53 +01:00
condition.c condition: removed cond_timedwait() and cond_signal_async() 2008-12-29 17:28:09 +01:00
condition.h condition: removed cond_timedwait() and cond_signal_async() 2008-12-29 17:28:09 +01:00
conf.c conf: use GLib instead of utils.h 2009-01-03 14:53:34 +01:00
conf.h exporting functions 2008-12-31 15:10:53 +01:00
crossfade.c crossfade: copy tag 2008-11-02 17:07:13 +01:00
crossfade.h music_pipe: renamed struct output_buffer to struct music_pipe 2008-11-02 14:15:47 +01:00
daemon.c daemon: simplified daemonize_close_stdin() 2008-12-30 16:28:18 +01:00
daemon.h listen: moved redirect_stdin() to daemon.c 2008-12-30 16:28:13 +01:00
database.c database: use GLib instead of utils.h 2009-01-02 17:22:54 +01:00
database.h added prefix to header macros 2008-10-31 09:19:53 +01:00
dbUtils.c dbUtils: use GLib instead of utils.h 2009-01-03 13:37:36 +01:00
dbUtils.h added prefix to header macros 2008-10-31 09:19:53 +01:00
decoder_api.c input_stream: added tag() method 2009-01-03 23:29:45 +01:00
decoder_api.h decoder: return void from decode() methods 2008-11-11 17:13:44 +01:00
decoder_control.c decoder: terminate decoder thread before MPD cleanup 2008-12-28 19:48:53 +01:00
decoder_control.h decoder: terminate decoder thread before MPD cleanup 2008-12-28 19:48:53 +01:00
decoder_internal.h input_stream: added tag() method 2009-01-03 23:29:45 +01:00
decoder_list.c print supported decoders in --version 2008-12-30 14:17:15 +01:00
decoder_list.h print supported decoders in --version 2008-12-30 14:17:15 +01:00
decoder_thread.c ls: include cleanup 2009-01-04 17:26:12 +01:00
decoder_thread.h added prefix to header macros 2008-10-31 09:19:53 +01:00
directory_print.c directory: moved dirvec struct declaration to dirvec.h 2008-10-09 15:24:05 +02:00
directory_print.h added prefix to header macros 2008-10-31 09:19:53 +01:00
directory_save.c don't include utils.h when it isn't used 2009-01-03 14:52:56 +01:00
directory_save.h added prefix to header macros 2008-10-31 09:19:53 +01:00
directory.c directory: use GLib instead of utils.h 2009-01-02 16:26:19 +01:00
directory.h song: adding support for songs in archives 2008-12-16 21:42:42 +01:00
dirvec.c songvec, dirvec: use GLib instead of utils.h 2009-01-03 14:53:02 +01:00
dirvec.h dirvec: migrate from pthread to glib threads 2008-12-28 21:02:30 +01:00
dlist.h added prefix to header macros 2008-10-31 09:19:53 +01:00
event_pipe.c utils: removed unused functions 2009-01-03 14:53:42 +01:00
event_pipe.h event_pipe: moved variable "main_task" to main.c 2009-01-03 13:19:01 +01:00
gcc.h gcc.h: removed all duplicate macros 2009-01-01 18:09:28 +01:00
icy_metadata.c input_curl: enabled Icy-Metadata support 2009-01-03 23:55:03 +01:00
icy_metadata.h added library for parsing icy-metadata 2009-01-03 23:35:30 +01:00
idle.c event_pipe: added pipe_event enum and callbacks 2009-01-01 18:22:11 +01:00
idle.h idle: migrate from pthread to glib threads 2008-12-28 21:02:14 +01:00
input_archive.c don't include utils.h when it isn't used 2009-01-03 14:52:56 +01:00
input_archive.h new archive api, input_archive stream 2008-12-16 21:42:34 +01:00
input_curl.c input_curl: enabled Icy-Metadata support 2009-01-03 23:55:03 +01:00
input_curl.h input_stream: added struct input_plugin 2008-10-26 20:38:44 +01:00
input_file.c input_file.c: replaced mpd_unused by G_GNUC_UNUSED 2008-11-24 14:33:46 +01:00
input_file.h added prefix to header macros 2008-10-31 09:19:53 +01:00
input_stream.c input_stream: added tag() method 2009-01-03 23:29:45 +01:00
input_stream.h input_stream: added tag() method 2009-01-03 23:29:45 +01:00
listen.c listen: use GLib instead of utils.h 2009-01-03 14:51:43 +01:00
listen.h main: use the GLib main loop 2008-12-30 19:24:39 +01:00
locate.c locate: use GLib instead of utils.h 2009-01-02 16:24:16 +01:00
locate.h added prefix to header macros 2008-10-31 09:19:53 +01:00
log.c log: don't call closelog() on !HAVE_SYSLOG 2009-01-03 13:20:01 +01:00
log.h log: removed unused logging wrappers 2008-12-29 17:35:42 +01:00
ls.c ls: include cleanup 2009-01-04 17:26:12 +01:00
ls.h ls: include cleanup 2009-01-04 17:26:12 +01:00
main.c event_pipe: moved variable "main_task" to main.c 2009-01-03 13:19:01 +01:00
main.h event_pipe: moved variable "main_task" to main.c 2009-01-03 13:19:01 +01:00
Makefile.am added library for parsing icy-metadata 2009-01-03 23:35:30 +01:00
mapper.c mapper: allocate the result of map_directory_child_fs(), map_song_fs() 2009-01-02 10:48:55 +01:00
mapper.h mapper: allocate the result of map_directory_child_fs(), map_song_fs() 2009-01-02 10:48:55 +01:00
mixer.h Moving mixers to audio outputs 2008-12-31 16:46:41 +01:00
normalize.c audio_format: converted typedef AudioFormat to struct audio_format 2008-09-07 19:19:55 +02:00
normalize.h added prefix to header macros 2008-10-31 09:19:53 +01:00
notify.c notify: use GLib locking 2008-12-27 20:56:06 +01:00
notify.h notify: use GLib locking 2008-12-27 20:56:06 +01:00
output_api.c output: use bool for return values and flags 2008-10-29 20:40:27 +01:00
output_api.h Moving mixers to audio outputs 2008-12-31 16:46:41 +01:00
output_control.c output: migrate from pthread to glib threads 2008-12-28 22:09:42 +01:00
output_control.h added prefix to header macros 2008-10-31 09:19:53 +01:00
output_init.c output: migrate from pthread to glib threads 2008-12-28 22:09:42 +01:00
output_internal.h output: migrate from pthread to glib threads 2008-12-28 22:09:42 +01:00
output_list.c removed os_compat.h 2008-12-29 17:28:32 +01:00
output_list.h added prefix to header macros 2008-10-31 09:19:53 +01:00
output_thread.c output: migrate from pthread to glib threads 2008-12-28 22:09:42 +01:00
output_thread.h added prefix to header macros 2008-10-31 09:19:53 +01:00
path.c don't include utils.h when it isn't used 2009-01-03 14:52:56 +01:00
path.h removed os_compat.h 2008-12-29 17:28:32 +01:00
pcm_channels.c pcm: use GLib instead of utils.h 2009-01-03 14:52:13 +01:00
pcm_channels.h pcm_channels: added 24 bit implementations 2008-10-23 20:04:37 +02:00
pcm_dither.c pcm_utils: use the custom PRNG for volume dithering 2009-01-03 14:51:47 +01:00
pcm_dither.h added prefix to header macros 2008-10-31 09:19:53 +01:00
pcm_prng.h pcm_utils: use the custom PRNG for volume dithering 2009-01-03 14:51:47 +01:00
pcm_resample_fallback.c pcm_resample_fallback.c: replaced mpd_unused by G_GNUC_UNUSED 2008-11-24 14:44:17 +01:00
pcm_resample_libsamplerate.c pcm: use GLib instead of utils.h 2009-01-03 14:52:13 +01:00
pcm_resample.c pcm_utils: moved code to pcm_resample.c 2008-10-23 20:00:51 +02:00
pcm_resample.h pcm_resample: implemented 24 bit resampling 2008-10-23 20:02:51 +02:00
pcm_utils.c pcm: use GLib instead of utils.h 2009-01-03 14:52:13 +01:00
pcm_utils.h pcm_volume: added constant PCM_VOLUME_1 2008-11-11 16:32:32 +01:00
permission.c don't include utils.h when it isn't used 2009-01-03 14:52:56 +01:00
permission.h added prefix to header macros 2008-10-31 09:19:53 +01:00
pipe.c music_pipe: narrowed assertion on chunk index 2008-11-18 19:54:39 +01:00
pipe.h player: chop the tail of the music pipe after CANCEL 2008-11-13 02:09:33 +01:00
player_control.c event_pipe: replaced PIPE_EVENT_SIGNAL with main_notify 2009-01-02 11:20:41 +01:00
player_control.h playlist: clear pc.errored_song on delete 2008-12-17 16:45:49 +01:00
player_thread.c player_thread: fix cross-fading duplicate chunk bug 2009-01-04 14:55:02 +01:00
player_thread.h added prefix to header macros 2008-10-31 09:19:53 +01:00
playerData.c renamed outputBuffer.[ch] to pipe.[ch] 2008-11-02 14:12:52 +01:00
playerData.h added prefix to header macros 2008-10-31 09:19:53 +01:00
playlist_save.c playlist: use uri_has_scheme() instead of isRemoteUrl() 2009-01-04 16:23:33 +01:00
playlist_save.h added prefix to header macros 2008-10-31 09:19:53 +01:00
playlist.c playlist: use uri_has_scheme() instead of isRemoteUrl() 2009-01-04 16:23:33 +01:00
playlist.h command: don't allow adding local files on WIN32 2008-12-30 19:14:13 +01:00
replay_gain.c replay_gain: don't include os_compat.h 2008-11-11 16:38:33 +01:00
replay_gain.h replay_gain: converted struct replay_gain_info elements to an array 2008-11-11 16:24:27 +01:00
sig_handlers.c sig_handlers: disable on WIN32 2009-01-03 12:29:42 +01:00
sig_handlers.h sig_handlers: use event_pipe for delivering SIGHUP 2009-01-01 18:51:17 +01:00
song_print.c directory: fix update in root directory 2008-10-08 11:55:52 +02:00
song_print.h added prefix to header macros 2008-10-31 09:19:53 +01:00
song_save.c don't include utils.h when it isn't used 2009-01-03 14:52:56 +01:00
song_save.h added prefix to header macros 2008-10-31 09:19:53 +01:00
song.c song: removed duplicate '\n' check 2009-01-04 17:26:15 +01:00
song.h song: adding support for songs in archives 2008-12-16 21:42:42 +01:00
songvec.c songvec, dirvec: use GLib instead of utils.h 2009-01-03 14:53:02 +01:00
songvec.h songvec: migrate from pthread to glib threads 2008-12-28 21:02:42 +01:00
state_file.c state_file: use GLib instead of utils.h / stat() 2009-01-03 14:53:29 +01:00
state_file.h state_file: errors are non-fatal in read_state_file() 2009-01-03 14:53:23 +01:00
stats.c removed os_compat.h 2008-12-29 17:28:32 +01:00
stats.h added prefix to header macros 2008-10-31 09:19:53 +01:00
stored_playlist.c playlist: use uri_has_scheme() instead of isRemoteUrl() 2009-01-04 16:23:33 +01:00
stored_playlist.h stored_playlist: include time.h for the time_t type 2008-12-04 23:19:31 +01:00
strset.c strset: use GLib instead of utils.h 2009-01-03 13:38:48 +01:00
strset.h replaced mpd_malloc by G_GNUC_MALLOC 2008-12-02 02:33:24 +01:00
tag_id3.c tag_id3: use GLib instead of utils.h 2009-01-03 14:51:41 +01:00
tag_id3.h tag_id3.h: replaced mpd_unused by G_GNUC_UNUSED 2008-11-24 14:57:30 +01:00
tag_internal.h added prefix to header macros 2008-10-31 09:19:53 +01:00
tag_pool.c tag_pool: use GLib instead of utils.h 2009-01-03 14:51:37 +01:00
tag_pool.h tag & tag_pool: migrate from pthread to glib threads 2008-12-28 22:09:42 +01:00
tag_print.c pass "struct client" to dbUtils.c, song.c, tag_print.c 2008-09-07 13:53:55 +02:00
tag_print.h added prefix to header macros 2008-10-31 09:19:53 +01:00
tag_save.c tag: added buffered versions of the tag_print.c code 2008-09-07 13:36:05 +02:00
tag_save.h added prefix to header macros 2008-10-31 09:19:53 +01:00
tag.c tag: added function tag_merge() 2009-01-03 23:28:51 +01:00
tag.h tag: added function tag_merge() 2009-01-03 23:28:51 +01:00
timer.c timer: use GLib instead of utils.h 2009-01-03 14:52:53 +01:00
timer.h don't include os_compat.h 2008-10-08 10:49:29 +02:00
update.c update: moved code to directory_exists(), fix typo 2009-01-04 17:26:07 +01:00
update.h event_pipe: added pipe_event enum and callbacks 2009-01-01 18:22:11 +01:00
utils.c utils: removed unused functions 2009-01-03 14:53:42 +01:00
utils.h utils: removed unused functions 2009-01-03 14:53:42 +01:00
volume.c don't include utils.h when it isn't used 2009-01-03 14:52:56 +01:00
volume.h Moving mixers to audio outputs 2008-12-31 16:46:41 +01:00
zeroconf-avahi.c don't include utils.h when it isn't used 2009-01-03 14:52:56 +01:00
zeroconf-bonjour.c main: use the GLib main loop 2008-12-30 19:24:39 +01:00
zeroconf-internal.h zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.c 2008-12-30 16:43:58 +01:00
zeroconf.c zeroconf: eliminated strlen() usage from initZeroconf() 2008-12-30 16:45:43 +01:00
zeroconf.h removed os_compat.h 2008-12-29 17:28:32 +01:00