aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2008-10-13song: stat file in song_file_update(), don't use isMusic()Max Kellermann3-20/+8
2008-10-13update: always look up parent directory in updatePath()Max Kellermann1-20/+10
2008-10-13update: pass base file name to updateInDirectory()Max Kellermann1-9/+24
2008-10-13update: moved code to make_subdir()Max Kellermann1-4/+13
2008-10-13update: added delete_name_in()Max Kellermann1-1/+18
2008-10-13dirvec: dirvec_find() compares basenameMax Kellermann1-1/+4
2008-10-13directory: added directory_get_name()Max Kellermann2-0/+13
2008-10-13playlist: don't use isPlaylist() in deletePlaylist()Max Kellermann3-22/+3
2008-10-13audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann1-3/+1
2008-10-13directory: pass const pointers to inline functionsMax Kellermann1-2/+2
2008-10-13songvec: avoid holding nr_lock during free(3)Eric Wong1-3/+5
2008-10-13update: allow music_root updates to be queuedEric Wong1-3/+2
2008-10-13directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2-7/+8
2008-10-13tag_item: avoid wasting space when struct is unpackableEric Wong2-2/+4
2008-10-13song: song_get_url: fix "/" prefix for songs in music_rootEric Wong1-1/+1
2008-10-12shout: make the protocol configurableAaron McEwan1-2/+25
2008-10-12shout: use strcmp() instead of strncasecmp()Max Kellermann1-2/+2
2008-10-12alsa: fall back to 16 bit outputMax Kellermann1-0/+11
2008-10-12pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()Max Kellermann1-11/+2
2008-10-12pcm_utils: support converting N channels to stereoMax Kellermann1-0/+26
2008-10-12pcm_utils: pass output channel count to pcm_convertChannels()Max Kellermann1-35/+22
2008-10-12pcm_utils: moved code from pcm_convertChannels() to separate functionsMax Kellermann1-20/+32
2008-10-12alsa: moved code to alsa_configure()Max Kellermann1-13/+18
2008-10-12pcm_utils: pass int16_t* where appropriateMax Kellermann1-12/+15
2008-10-12player: replaced buffered_before_play with buffering flagMax Kellermann1-9/+10
2008-10-12audio: renamed the audio_format variablesMax Kellermann1-17/+13
2008-10-12audio: removed enum ad_stateMax Kellermann1-22/+14
2008-10-12audio: removed audio_buffer.bufferMax Kellermann1-69/+2
2008-10-12output_buffer: converted ob_is_empty() to inlineMax Kellermann2-6/+4
2008-10-12player: added commands QUEUE and CANCELMax Kellermann4-155/+74
2008-10-12playlist: call clearPlayerQueue() only if song is queuedMax Kellermann1-23/+15
2008-10-12player: added struct playerMax Kellermann1-48/+75
2008-10-11player: removed set_current_song()Max Kellermann1-13/+5
2008-10-11player: removed player_control.fileTimeMax Kellermann3-3/+2
2008-10-11alsa: don't override libasound's buffer_time and period_timeMax Kellermann1-20/+19
2008-10-11alsa: re-enable blocking modeMax Kellermann1-15/+2
2008-10-11oss: fix opening default OSS deviceMax Kellermann1-1/+1
2008-10-10player: don't wake up decoder after every frameMax Kellermann1-1/+7
2008-10-10mp3: dither an arbitrary number of channelsMax Kellermann1-6/+3
2008-10-10mp3: hard-code dithering to 16 bitsMax Kellermann1-8/+6
2008-10-10player: added player_get_audio_format()Max Kellermann3-22/+8
2008-10-10player: added player_control.audio_formatMax Kellermann4-17/+12
2008-10-10mvp: unsinged integersMax Kellermann1-4/+5
2008-10-10mvp: adapt to the new output device APIMax Kellermann1-20/+21
2008-10-10mvp: missing includesMax Kellermann1-0/+5
2008-10-10oss: added OssData.audio_formatMax Kellermann1-19/+20
2008-10-10audio_format: added audio_format_frame_size()Max Kellermann5-7/+12
2008-10-10audio_format: renamed sampleRate to sample_rateMax Kellermann27-97/+96
2008-10-10audio_format: unsigned integersMax Kellermann6-15/+15
2008-10-09update: replaced update_return with global "modified" flagMax Kellermann1-65/+41