| Commit message (Expand) | Author | Files | Lines |
2008-10-13 | update: added delete_name_in() | Max Kellermann | 1 | -1/+18 |
2008-10-13 | dirvec: dirvec_find() compares basename | Max Kellermann | 1 | -1/+4 |
2008-10-13 | directory: added directory_get_name() | Max Kellermann | 2 | -0/+13 |
2008-10-13 | playlist: don't use isPlaylist() in deletePlaylist() | Max Kellermann | 3 | -22/+3 |
2008-10-13 | audio: don't clear input_audio_format on openAudioDevice(NULL) | Max Kellermann | 1 | -3/+1 |
2008-10-13 | directory: pass const pointers to inline functions | Max Kellermann | 1 | -2/+2 |
2008-10-13 | songvec: avoid holding nr_lock during free(3) | Eric Wong | 1 | -3/+5 |
2008-10-13 | update: allow music_root updates to be queued | Eric Wong | 1 | -3/+2 |
2008-10-13 | directory: use mpd_sizeof_str_flex_array for path, too | Eric Wong | 2 | -7/+8 |
2008-10-13 | tag_item: avoid wasting space when struct is unpackable | Eric Wong | 2 | -2/+4 |
2008-10-13 | song: song_get_url: fix "/" prefix for songs in music_root | Eric Wong | 1 | -1/+1 |
2008-10-12 | shout: make the protocol configurable | Aaron McEwan | 1 | -2/+25 |
2008-10-12 | shout: use strcmp() instead of strncasecmp() | Max Kellermann | 1 | -2/+2 |
2008-10-12 | alsa: fall back to 16 bit output | Max Kellermann | 1 | -0/+11 |
2008-10-12 | pcm_utils: support any number of channels in pcm_sizeOfConvBuffer() | Max Kellermann | 1 | -11/+2 |
2008-10-12 | pcm_utils: support converting N channels to stereo | Max Kellermann | 1 | -0/+26 |
2008-10-12 | pcm_utils: pass output channel count to pcm_convertChannels() | Max Kellermann | 1 | -35/+22 |
2008-10-12 | pcm_utils: moved code from pcm_convertChannels() to separate functions | Max Kellermann | 1 | -20/+32 |
2008-10-12 | alsa: moved code to alsa_configure() | Max Kellermann | 1 | -13/+18 |
2008-10-12 | pcm_utils: pass int16_t* where appropriate | Max Kellermann | 1 | -12/+15 |
2008-10-12 | player: replaced buffered_before_play with buffering flag | Max Kellermann | 1 | -9/+10 |
2008-10-12 | audio: renamed the audio_format variables | Max Kellermann | 1 | -17/+13 |
2008-10-12 | audio: removed enum ad_state | Max Kellermann | 1 | -22/+14 |
2008-10-12 | audio: removed audio_buffer.buffer | Max Kellermann | 1 | -69/+2 |
2008-10-12 | output_buffer: converted ob_is_empty() to inline | Max Kellermann | 2 | -6/+4 |
2008-10-12 | player: added commands QUEUE and CANCEL | Max Kellermann | 4 | -155/+74 |
2008-10-12 | playlist: call clearPlayerQueue() only if song is queued | Max Kellermann | 1 | -23/+15 |
2008-10-12 | player: added struct player | Max Kellermann | 1 | -48/+75 |
2008-10-11 | player: removed set_current_song() | Max Kellermann | 1 | -13/+5 |
2008-10-11 | player: removed player_control.fileTime | Max Kellermann | 3 | -3/+2 |
2008-10-11 | alsa: don't override libasound's buffer_time and period_time | Max Kellermann | 1 | -20/+19 |
2008-10-11 | alsa: re-enable blocking mode | Max Kellermann | 1 | -15/+2 |
2008-10-11 | oss: fix opening default OSS device | Max Kellermann | 1 | -1/+1 |
2008-10-10 | player: don't wake up decoder after every frame | Max Kellermann | 1 | -1/+7 |
2008-10-10 | mp3: dither an arbitrary number of channels | Max Kellermann | 1 | -6/+3 |
2008-10-10 | mp3: hard-code dithering to 16 bits | Max Kellermann | 1 | -8/+6 |
2008-10-10 | player: added player_get_audio_format() | Max Kellermann | 3 | -22/+8 |
2008-10-10 | player: added player_control.audio_format | Max Kellermann | 4 | -17/+12 |
2008-10-10 | mvp: unsinged integers | Max Kellermann | 1 | -4/+5 |
2008-10-10 | mvp: adapt to the new output device API | Max Kellermann | 1 | -20/+21 |
2008-10-10 | mvp: missing includes | Max Kellermann | 1 | -0/+5 |
2008-10-10 | oss: added OssData.audio_format | Max Kellermann | 1 | -19/+20 |
2008-10-10 | audio_format: added audio_format_frame_size() | Max Kellermann | 5 | -7/+12 |
2008-10-10 | audio_format: renamed sampleRate to sample_rate | Max Kellermann | 27 | -97/+96 |
2008-10-10 | audio_format: unsigned integers | Max Kellermann | 6 | -15/+15 |
2008-10-09 | update: replaced update_return with global "modified" flag | Max Kellermann | 1 | -65/+41 |
2008-10-09 | update: make the variable "progress" static | Max Kellermann | 1 | -1/+1 |
2008-10-09 | update: don't print debug message when song was not modified | Max Kellermann | 1 | -4/+5 |
2008-10-09 | update: fix memory leak in directory_update_init() | Max Kellermann | 1 | -1/+4 |
2008-10-09 | update: make the job id unsigned | Max Kellermann | 4 | -9/+13 |