aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mapper: don't allocate music_dir twiceMax Kellermann2009-01-071-1/+0
* pcm: added pcm_convert_deinit(), pcm_resample_deinit()Max Kellermann2009-01-078-2/+29
* pcm_volume: changed PCM_VOLUME_1 to 1024Max Kellermann2009-01-071-1/+1
* pcm: pass void pointers to PCM functionsMax Kellermann2009-01-076-12/+11
* Makefile.am: added mixer_api.h to mpd_headersMax Kellermann2009-01-071-0/+1
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-078-36/+53
* pcm_format: pass struct pcm_dither_24 to pcm_convert_to_16()Max Kellermann2009-01-073-6/+6
* pcm_utils: moved code to pcm_format.cMax Kellermann2009-01-074-126/+187
* pcm_volume: rename pcm_dither() to pcm_volume_dither()Max Kellermann2009-01-073-7/+13
* pcm_prng: renamed prng() to pcm_prng()Max Kellermann2009-01-073-3/+4
* pcm_utils: moved code to pcm_mix.cMax Kellermann2009-01-076-93/+151
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-079-109/+171
* pcm_utils: export pcm_range()Max Kellermann2009-01-072-14/+16
* removed dlist.hMax Kellermann2009-01-072-485/+0
* curl: use GQueue instead of dlist.h for buffer listMax Kellermann2009-01-071-69/+138
* client: use GList instead of dlist.hMax Kellermann2009-01-071-37/+47
* input_curl: disable "seekable" when icy-metadata is enabledMax Kellermann2009-01-071-1/+1
* configure.ac: declare MPD_LIBS and MPD_CFLAGS firstMax Kellermann2009-01-061-10/+10
* m4: deleted acx_pthread.m4 and codeset.m4Max Kellermann2009-01-052-298/+0
* locate: fix strcmp() return value checkMax Kellermann2009-01-051-1/+1
* fix G_BYTE_ORDER checkMax Kellermann2009-01-054-4/+4
* configure.ac: moved checks to argument declarations IMax Kellermann2009-01-051-68/+68
* configure.ac: moved checks to argument declarations IMax Kellermann2009-01-051-38/+38
* configure.ac: reordered plugin typesMax Kellermann2009-01-051-105/+125
* configure.ac: moved build options downMax Kellermann2009-01-051-23/+18
* configure.ac: use AC_CHECK_HEADERS to check for locale.hMax Kellermann2009-01-052-3/+3
* configure.ac: moved mandatory checks upMax Kellermann2009-01-051-18/+35
* configure.ac: removed obsolete checksMax Kellermann2009-01-051-5/+0
* use GLib byte order macrosMax Kellermann2009-01-055-12/+11
* configure.ac: disable ID3 support when libid3tag was not foundMax Kellermann2009-01-051-1/+1
* tag: allocate space for null terminator in clear_non_printable()Max Kellermann2009-01-041-3/+1
* database: use stdboolMax Kellermann2009-01-043-26/+27
* database: db_init() initializes library, does not updateMax Kellermann2009-01-043-9/+25
* stats: added stats_update()Max Kellermann2009-01-044-7/+11
* removed the "condition" libraryMax Kellermann2009-01-043-124/+0
* update: use notify.h instead of condition.hMax Kellermann2009-01-041-12/+10
* event_pipe: removed the unused function event_pipe_wait()Max Kellermann2009-01-042-16/+4
* don't exit after --create-dbMax Kellermann2009-01-045-15/+4
* update: refresh stats when database update is finishedMax Kellermann2009-01-041-0/+5
* update: splitted reap_update_task()Max Kellermann2009-01-041-17/+30
* initialize GError pointersMax Kellermann2009-01-044-4/+4
* path, tag: don't allocate GError for charset conversionMax Kellermann2009-01-043-19/+7
* path: removed pfx_dir()Max Kellermann2009-01-044-41/+10
* renaming mixer.h to mixer_api.hViliam Mateicka2009-01-046-7/+7
* song: allocate the result of song_get_url()Max Kellermann2009-01-0413-85/+110
* directory: added directory_is_root()Max Kellermann2009-01-046-8/+18
* mapper: allocate the result of map_fs_to_utf8()Max Kellermann2009-01-043-11/+10
* playlist: log errors during loadPlaylist()Max Kellermann2009-01-043-5/+4
* playlist: use GLib loggingMax Kellermann2009-01-041-21/+19
* ls: renamed functions, no CamelCaseMax Kellermann2009-01-046-18/+29