aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-07pcm_format: use the pcm_buffer libraryMax Kellermann4-41/+39
2009-01-07pcm_buffer: new library for temporary buffersMax Kellermann1-0/+74
2009-01-07output: join the output thread after sending the KILL commandMax Kellermann2-2/+6
2009-01-07output: deinitialize notify objectMax Kellermann1-0/+2
2009-01-07mapper: don't allocate music_dir twiceMax Kellermann1-1/+0
2009-01-07pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann8-2/+29
2009-01-07pcm_volume: changed PCM_VOLUME_1 to 1024Max Kellermann1-1/+1
2009-01-07pcm: pass void pointers to PCM functionsMax Kellermann6-12/+11
2009-01-07Makefile.am: added mixer_api.h to mpd_headersMax Kellermann1-0/+1
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann8-36/+53
2009-01-07pcm_format: pass struct pcm_dither_24 to pcm_convert_to_16()Max Kellermann3-6/+6
2009-01-07pcm_utils: moved code to pcm_format.cMax Kellermann4-126/+187
2009-01-07pcm_volume: rename pcm_dither() to pcm_volume_dither()Max Kellermann3-7/+13
2009-01-07pcm_prng: renamed prng() to pcm_prng()Max Kellermann3-3/+4
2009-01-07pcm_utils: moved code to pcm_mix.cMax Kellermann6-93/+151
2009-01-07pcm_utils: moved code to pcm_volume.cMax Kellermann9-109/+171
2009-01-07pcm_utils: export pcm_range()Max Kellermann2-14/+16
2009-01-07removed dlist.hMax Kellermann2-485/+0
2009-01-07curl: use GQueue instead of dlist.h for buffer listMax Kellermann1-69/+138
2009-01-07client: use GList instead of dlist.hMax Kellermann1-37/+47
2009-01-07input_curl: disable "seekable" when icy-metadata is enabledMax Kellermann1-1/+1
2009-01-05locate: fix strcmp() return value checkMax Kellermann1-1/+1
2009-01-05fix G_BYTE_ORDER checkMax Kellermann4-4/+4
2009-01-05configure.ac: use AC_CHECK_HEADERS to check for locale.hMax Kellermann1-2/+2
2009-01-05use GLib byte order macrosMax Kellermann4-10/+11
2009-01-04tag: allocate space for null terminator in clear_non_printable()Max Kellermann1-3/+1
2009-01-04database: use stdboolMax Kellermann3-26/+27
2009-01-04database: db_init() initializes library, does not updateMax Kellermann3-9/+25
2009-01-04stats: added stats_update()Max Kellermann4-7/+11
2009-01-04removed the "condition" libraryMax Kellermann3-124/+0
2009-01-04update: use notify.h instead of condition.hMax Kellermann1-12/+10
2009-01-04event_pipe: removed the unused function event_pipe_wait()Max Kellermann2-16/+4
2009-01-04don't exit after --create-dbMax Kellermann3-14/+2
2009-01-04update: refresh stats when database update is finishedMax Kellermann1-0/+5
2009-01-04update: splitted reap_update_task()Max Kellermann1-17/+30
2009-01-04initialize GError pointersMax Kellermann4-4/+4
2009-01-04path, tag: don't allocate GError for charset conversionMax Kellermann3-19/+7
2009-01-04path: removed pfx_dir()Max Kellermann4-41/+10
2009-01-04renaming mixer.h to mixer_api.hViliam Mateicka6-7/+7
2009-01-04song: allocate the result of song_get_url()Max Kellermann13-85/+110
2009-01-04directory: added directory_is_root()Max Kellermann6-8/+18
2009-01-04mapper: allocate the result of map_fs_to_utf8()Max Kellermann3-11/+10
2009-01-04playlist: log errors during loadPlaylist()Max Kellermann3-5/+4
2009-01-04playlist: use GLib loggingMax Kellermann1-21/+19
2009-01-04ls: renamed functions, no CamelCaseMax Kellermann6-18/+29
2009-01-04update: removed struct delete_dataMax Kellermann1-9/+3
2009-01-04ls: removed hasMusicSuffix() and get_archive_by_suffix()Max Kellermann4-59/+39
2009-01-04update: moved code to update_regular_file()Max Kellermann1-26/+35
2009-01-04song: removed duplicate '\n' checkMax Kellermann1-5/+2
2009-01-04ls: include cleanupMax Kellermann3-9/+7