| Commit message (Expand) | Author | Age | Files | Lines |
* | player: don't send partial frames of silence | Max Kellermann | 2008-10-23 | 1 | -1/+7 |
* | pcm_utils: added 24 bit conversion functions | Max Kellermann | 2008-10-23 | 1 | -0/+108 |
* | pcm_utils: generic pcm_convert_size() implementation | Max Kellermann | 2008-10-23 | 1 | -21/+2 |
* | pcm_utils: moved code to pcm_convert_16() | Max Kellermann | 2008-10-23 | 1 | -21/+39 |
* | pcm_channels: added 24 bit implementations | Max Kellermann | 2008-10-23 | 2 | -0/+84 |
* | pcm_utils: moved channel conversion functions to pcm_channels.c | Max Kellermann | 2008-10-23 | 4 | -82/+138 |
* | pcm_resample: implemented 24 bit resampling | Max Kellermann | 2008-10-23 | 3 | -0/+94 |
* | pcm_resample: moved code to pcm_resample_set() | Max Kellermann | 2008-10-23 | 1 | -29/+40 |
* | pcm_resample: eliminated "sample" local variables | Max Kellermann | 2008-10-23 | 1 | -9/+3 |
* | pcm_resample: don't resample partial samples | Max Kellermann | 2008-10-23 | 2 | -0/+9 |
* | pcm_resample: don't hard-code sample size | Max Kellermann | 2008-10-23 | 2 | -4/+4 |
* | pcm_utils: moved code to pcm_resample.c | Max Kellermann | 2008-10-23 | 7 | -176/+306 |
* | command: fix boolean value parser | Max Kellermann | 2008-10-23 | 1 | -1/+1 |
* | mp3: send 24 bit PCM data | Max Kellermann | 2008-10-23 | 1 | -63/+24 |
* | mp3: use sizeof(sample) instead of hard-coded "2" | Max Kellermann | 2008-10-23 | 1 | -2/+3 |
* | pcm_dither: added generic 24 to 16 bit dithering | Max Kellermann | 2008-10-23 | 5 | -8/+139 |
* | audio: allow 24 and 8 bit output | Max Kellermann | 2008-10-23 | 1 | -4/+2 |
* | output_buffer: don't split frames | Max Kellermann | 2008-10-23 | 3 | -1/+16 |
* | stored_playlist: don't map files outside the database | Max Kellermann | 2008-10-23 | 1 | -2/+3 |
* | stored_playlist: emit idle event on delete | Max Kellermann | 2008-10-23 | 1 | -0/+1 |
* | stored_playlist: renamed and moved spl_delete() to stored_playlist.c | Max Kellermann | 2008-10-23 | 5 | -17/+19 |
* | stored_playlist: spl_load() returns GPtrArray | Max Kellermann | 2008-10-23 | 3 | -146/+75 |
* | command: check over/underflows in check_int() | Max Kellermann | 2008-10-23 | 1 | -2/+13 |
* | command: added check_unsigned() / check_bool() | Max Kellermann | 2008-10-23 | 1 | -13/+57 |
* | stored_playlist: unsigned index arguments | Max Kellermann | 2008-10-23 | 2 | -6/+6 |
* | playlist: unsigned integers | Max Kellermann | 2008-10-23 | 3 | -150/+131 |
* | command: use the bool datatype instead of int | Max Kellermann | 2008-10-22 | 2 | -51/+54 |
* | command: converted COMMAND_RETURN_* macros to enum | Max Kellermann | 2008-10-22 | 2 | -168/+173 |
* | command: replaced "goto" with "break" | Max Kellermann | 2008-10-22 | 1 | -2/+2 |
* | command: no CamelCase | Max Kellermann | 2008-10-22 | 4 | -238/+260 |
* | command: removed CommandHandlerFunction typedef | Max Kellermann | 2008-10-22 | 1 | -3/+1 |
* | ack: converted ACK_ERROR_* macros to enum | Max Kellermann | 2008-10-22 | 3 | -16/+18 |
* | stored_playlist: send timestamps | Max Kellermann | 2008-10-22 | 1 | -0/+8 |
* | command: added command "listplaylists" | Max Kellermann | 2008-10-22 | 1 | -0/+17 |
* | command: added print_spl_list() | Max Kellermann | 2008-10-22 | 3 | -22/+18 |
* | stored_playlist: added spl_list() | Max Kellermann | 2008-10-22 | 3 | -73/+106 |
* | stored_playlist: spl_append_uri() returns enum playlist_result | Max Kellermann | 2008-10-22 | 2 | -5/+4 |
* | stored_playlist: de-CamelCase moved function | Max Kellermann | 2008-10-22 | 3 | -6/+6 |
* | stored_playlist: moved functions from playlist.c | Max Kellermann | 2008-10-22 | 4 | -32/+26 |
* | stored_playlist: no CamelCase | Max Kellermann | 2008-10-22 | 5 | -34/+39 |
* | renamed storedPlaylist.c to stored_playlist.c | Max Kellermann | 2008-10-22 | 6 | -8/+8 |
* | command: added "commands" array instead of registering manually | Max Kellermann | 2008-10-22 | 1 | -193/+145 |
* | command: make command pointers constant | Max Kellermann | 2008-10-22 | 1 | -12/+13 |
* | command: renamed CommandEntry to struct command | Max Kellermann | 2008-10-22 | 1 | -12/+10 |
* | pcm_utils: added pcm_convert_init() | Max Kellermann | 2008-10-21 | 4 | -2/+9 |
* | pcm_utils: no CamelCase | Max Kellermann | 2008-10-21 | 5 | -88/+89 |
* | pcm_utils: renamed ConvState to struct pcm_convert_state | Max Kellermann | 2008-10-21 | 5 | -9/+12 |
* | ffmpeg: don't pass pointer as hexadecimal string | Max Kellermann | 2008-10-21 | 1 | -20/+27 |
* | ffmpeg: detect which ffmpeg headers should be included | Max Kellermann | 2008-10-21 | 1 | -0/+6 |
* | update: fix multiple deletes from *vec iterators | Eric Wong | 2008-10-21 | 2 | -2/+10 |