aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-23player: don't send partial frames of silenceMax Kellermann1-1/+7
2008-10-23pcm_utils: added 24 bit conversion functionsMax Kellermann1-0/+108
2008-10-23pcm_utils: generic pcm_convert_size() implementationMax Kellermann1-21/+2
2008-10-23pcm_utils: moved code to pcm_convert_16()Max Kellermann1-21/+39
2008-10-23pcm_channels: added 24 bit implementationsMax Kellermann2-0/+84
2008-10-23pcm_utils: moved channel conversion functions to pcm_channels.cMax Kellermann4-82/+138
2008-10-23pcm_resample: implemented 24 bit resamplingMax Kellermann3-0/+94
2008-10-23pcm_resample: moved code to pcm_resample_set()Max Kellermann1-29/+40
2008-10-23pcm_resample: eliminated "sample" local variablesMax Kellermann1-9/+3
2008-10-23pcm_resample: don't resample partial samplesMax Kellermann2-0/+9
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