aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-24player: don't clear command before do_play() returnsMax Kellermann1-1/+0
2008-10-24remove unused sourcesMax Kellermann2-221/+0
2008-10-24jack: support for 24 bit samplesMax Kellermann1-1/+32
2008-10-24jack: moved code to jack_write_samples_16()Max Kellermann1-14/+42
2008-10-24jack: eliminated CamelCaseMax Kellermann1-73/+76
2008-10-24jack: added assertions against partial framesMax Kellermann1-0/+2
2008-10-24jack: optimize local variablesMax Kellermann1-9/+8
2008-10-24jack: lockless data transfer to jack threadMax Kellermann1-47/+15
2008-10-24jack: partial writes to ring bufferMax Kellermann1-15/+15
2008-10-24jack: added constant "frame_size"Max Kellermann1-1/+2
2008-10-24jack: fix indentationMax Kellermann1-33/+33
2008-10-24pcm_resample: support for libsamplerate < 0.1.3Max Kellermann1-0/+20
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