aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* audio: don't clear input_audio_format on openAudioDevice(NULL)Max Kellermann2008-10-13
* directory: pass const pointers to inline functionsMax Kellermann2008-10-13
* songvec: avoid holding nr_lock during free(3)Eric Wong2008-10-13
* update: allow music_root updates to be queuedEric Wong2008-10-13
* directory: use mpd_sizeof_str_flex_array for path, tooEric Wong2008-10-13
* tag_item: avoid wasting space when struct is unpackableEric Wong2008-10-13
* song: song_get_url: fix "/" prefix for songs in music_rootEric Wong2008-10-13
* shout: make the protocol configurableAaron McEwan2008-10-12
* shout: use strcmp() instead of strncasecmp()Max Kellermann2008-10-12
* alsa: fall back to 16 bit outputMax Kellermann2008-10-12
* pcm_utils: support any number of channels in pcm_sizeOfConvBuffer()Max Kellermann2008-10-12
* pcm_utils: support converting N channels to stereoMax Kellermann2008-10-12
* pcm_utils: pass output channel count to pcm_convertChannels()Max Kellermann2008-10-12
* pcm_utils: moved code from pcm_convertChannels() to separate functionsMax Kellermann2008-10-12
* alsa: moved code to alsa_configure()Max Kellermann2008-10-12
* pcm_utils: pass int16_t* where appropriateMax Kellermann2008-10-12
* player: replaced buffered_before_play with buffering flagMax Kellermann2008-10-12
* audio: renamed the audio_format variablesMax Kellermann2008-10-12
* audio: removed enum ad_stateMax Kellermann2008-10-12
* audio: removed audio_buffer.bufferMax Kellermann2008-10-12
* output_buffer: converted ob_is_empty() to inlineMax Kellermann2008-10-12
* player: added commands QUEUE and CANCELMax Kellermann2008-10-12
* playlist: call clearPlayerQueue() only if song is queuedMax Kellermann2008-10-12
* player: added struct playerMax Kellermann2008-10-12
* player: removed set_current_song()Max Kellermann2008-10-11
* player: removed player_control.fileTimeMax Kellermann2008-10-11
* alsa: don't override libasound's buffer_time and period_timeMax Kellermann2008-10-11
* alsa: re-enable blocking modeMax Kellermann2008-10-11
* oss: fix opening default OSS deviceMax Kellermann2008-10-11
* player: don't wake up decoder after every frameMax Kellermann2008-10-10
* mp3: dither an arbitrary number of channelsMax Kellermann2008-10-10
* mp3: hard-code dithering to 16 bitsMax Kellermann2008-10-10
* player: added player_get_audio_format()Max Kellermann2008-10-10
* player: added player_control.audio_formatMax Kellermann2008-10-10
* mvp: unsinged integersMax Kellermann2008-10-10
* mvp: adapt to the new output device APIMax Kellermann2008-10-10
* mvp: missing includesMax Kellermann2008-10-10
* oss: added OssData.audio_formatMax Kellermann2008-10-10
* audio_format: added audio_format_frame_size()Max Kellermann2008-10-10
* audio_format: renamed sampleRate to sample_rateMax Kellermann2008-10-10
* audio_format: unsigned integersMax Kellermann2008-10-10
* update: replaced update_return with global "modified" flagMax Kellermann2008-10-09
* update: make the variable "progress" staticMax Kellermann2008-10-09
* update: don't print debug message when song was not modifiedMax Kellermann2008-10-09
* update: fix memory leak in directory_update_init()Max Kellermann2008-10-09
* update: make the job id unsignedMax Kellermann2008-10-09
* update: job ID must be positiveMax Kellermann2008-10-09
* update: check progress!=IDLE in reap_update_task()Max Kellermann2008-10-09
* update: fixed stack corruption due to pthread_join() callMax Kellermann2008-10-09
* updated: always call removeDeletedFromDirectory()Max Kellermann2008-10-09