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