aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-01-04update: moved code to directory_exists(), fix typoMax Kellermann1-9/+18
2009-01-04playlist: use uri_has_scheme() instead of isRemoteUrl()Max Kellermann3-14/+13
2009-01-04command: check URI scheme in "addid"Max Kellermann1-12/+22
2009-01-04command: added variable "uri" to command handlersMax Kellermann1-20/+24
2009-01-04player_thread: fix cross-fading duplicate chunk bugMax Kellermann1-0/+8
2009-01-03input_curl: enabled Icy-Metadata supportMax Kellermann2-12/+97
2009-01-03added library for parsing icy-metadataMax Kellermann3-1/+275
2009-01-03input_stream: added tag() methodMax Kellermann6-78/+129
2009-01-03tag: added function tag_merge()Max Kellermann2-0/+55
2009-01-03decoder_api: moved code to do_send_tag(), free temporary tagMax Kellermann1-7/+17