aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* player: don't clear command before do_play() returnsMax Kellermann2008-10-241-1/+0
* remove unused sourcesMax Kellermann2008-10-242-221/+0
* jack: support for 24 bit samplesMax Kellermann2008-10-241-1/+32
* jack: moved code to jack_write_samples_16()Max Kellermann2008-10-241-14/+42
* jack: eliminated CamelCaseMax Kellermann2008-10-241-73/+76
* jack: added assertions against partial framesMax Kellermann2008-10-241-0/+2
* jack: optimize local variablesMax Kellermann2008-10-241-9/+8
* jack: lockless data transfer to jack threadMax Kellermann2008-10-241-47/+15
* jack: partial writes to ring bufferMax Kellermann2008-10-241-15/+15
* jack: added constant "frame_size"Max Kellermann2008-10-241-1/+2
* jack: fix indentationMax Kellermann2008-10-241-33/+33
* pcm_resample: support for libsamplerate < 0.1.3Max Kellermann2008-10-241-0/+20
* player: don't send partial frames of silenceMax Kellermann2008-10-231-1/+7
* pcm_utils: added 24 bit conversion functionsMax Kellermann2008-10-231-0/+108
* pcm_utils: generic pcm_convert_size() implementationMax Kellermann2008-10-231-21/+2
* pcm_utils: moved code to pcm_convert_16()Max Kellermann2008-10-231-21/+39
* pcm_channels: added 24 bit implementationsMax Kellermann2008-10-232-0/+84
* pcm_utils: moved channel conversion functions to pcm_channels.cMax Kellermann2008-10-234-82/+138
* pcm_resample: implemented 24 bit resamplingMax Kellermann2008-10-233-0/+94
* pcm_resample: moved code to pcm_resample_set()Max Kellermann2008-10-231-29/+40
* pcm_resample: eliminated "sample" local variablesMax Kellermann2008-10-231-9/+3
* pcm_resample: don't resample partial samplesMax Kellermann2008-10-232-0/+9
* 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