aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-23pcm_resample: don't hard-code sample sizeMax Kellermann2-4/+4
2008-10-23pcm_utils: moved code to pcm_resample.cMax Kellermann7-176/+306
2008-10-23command: fix boolean value parserMax Kellermann1-1/+1
2008-10-23mp3: send 24 bit PCM dataMax Kellermann1-63/+24
2008-10-23mp3: use sizeof(sample) instead of hard-coded "2"Max Kellermann1-2/+3
2008-10-23pcm_dither: added generic 24 to 16 bit ditheringMax Kellermann5-8/+139
2008-10-23audio: allow 24 and 8 bit outputMax Kellermann1-4/+2
2008-10-23output_buffer: don't split framesMax Kellermann3-1/+16
2008-10-23stored_playlist: don't map files outside the databaseMax Kellermann1-2/+3
2008-10-23stored_playlist: emit idle event on deleteMax Kellermann1-0/+1
2008-10-23stored_playlist: renamed and moved spl_delete() to stored_playlist.cMax Kellermann5-17/+19
2008-10-23stored_playlist: spl_load() returns GPtrArrayMax Kellermann3-146/+75
2008-10-23command: check over/underflows in check_int()Max Kellermann1-2/+13
2008-10-23command: added check_unsigned() / check_bool()Max Kellermann1-13/+57
2008-10-23stored_playlist: unsigned index argumentsMax Kellermann2-6/+6
2008-10-23playlist: unsigned integersMax Kellermann3-150/+131
2008-10-22command: use the bool datatype instead of intMax Kellermann2-51/+54
2008-10-22command: converted COMMAND_RETURN_* macros to enumMax Kellermann2-168/+173
2008-10-22command: replaced "goto" with "break"Max Kellermann1-2/+2
2008-10-22command: no CamelCaseMax Kellermann4-238/+260
2008-10-22command: removed CommandHandlerFunction typedefMax Kellermann1-3/+1
2008-10-22ack: converted ACK_ERROR_* macros to enumMax Kellermann3-16/+18
2008-10-22stored_playlist: send timestampsMax Kellermann1-0/+8
2008-10-22command: added command "listplaylists"Max Kellermann1-0/+17
2008-10-22command: added print_spl_list()Max Kellermann3-22/+18
2008-10-22stored_playlist: added spl_list()Max Kellermann3-73/+106
2008-10-22stored_playlist: spl_append_uri() returns enum playlist_resultMax Kellermann2-5/+4
2008-10-22stored_playlist: de-CamelCase moved functionMax Kellermann3-6/+6
2008-10-22stored_playlist: moved functions from playlist.cMax Kellermann4-32/+26
2008-10-22stored_playlist: no CamelCaseMax Kellermann5-34/+39
2008-10-22renamed storedPlaylist.c to stored_playlist.cMax Kellermann6-8/+8
2008-10-22command: added "commands" array instead of registering manuallyMax Kellermann1-193/+145
2008-10-22command: make command pointers constantMax Kellermann1-12/+13
2008-10-22command: renamed CommandEntry to struct commandMax Kellermann1-12/+10
2008-10-21pcm_utils: added pcm_convert_init()Max Kellermann4-2/+9
2008-10-21pcm_utils: no CamelCaseMax Kellermann5-88/+89
2008-10-21pcm_utils: renamed ConvState to struct pcm_convert_stateMax Kellermann5-9/+12
2008-10-21ffmpeg: don't pass pointer as hexadecimal stringMax Kellermann1-20/+27
2008-10-21ffmpeg: detect which ffmpeg headers should be includedMax Kellermann1-0/+6
2008-10-21update: fix multiple deletes from *vec iteratorsEric Wong2-2/+10
2008-10-21dirvec: introduce locking for all iteratorsEric Wong1-6/+25
2008-10-21{dir,song}vec: these structs are constEric Wong2-2/+2
2008-10-21dirvec: add dirvec_for_each iteratorEric Wong2-0/+19
2008-10-20path: removed pathcpy_trunc()Max Kellermann3-24/+2
2008-10-20path: replaced parent_path() with g_path_get_dirname()Max Kellermann3-42/+7
2008-10-20path: replaced mpd_basename() with g_path_get_basename()Max Kellermann6-29/+30
2008-10-20signal_check.c: don't use leading underscoresMax Kellermann1-8/+8
2008-10-19mapper: don't return database path with leading slashMax Kellermann1-1/+1
2008-10-18listen: fix "struct ucred" checkAndrzej Rybczak1-3/+3
2008-10-18input_stream: don't declare method typedefsMax Kellermann1-14/+8