aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* output/jack: added option "client_name"Max Kellermann2009-11-05
* update_walk: log unrecognized filesMax Kellermann2009-11-05
* database: rescan after metadata_to_use changeMax Kellermann2009-11-04
* tag: added function tag_name_parse()Max Kellermann2009-11-04
* song_save: explicitly parse the colonMax Kellermann2009-11-04
* decoder_thread: initialize decoder_control.quitMax Kellermann2009-11-04
* Merge branch 'master' of git://git.musicpd.org/romain/mpdMax Kellermann2009-11-04
|\
| * sticker comments in code and example configuration fileRomain Bignon2009-11-04
* | player_thread: on return, reset next_song only if queuedMax Kellermann2009-11-03
* | player_thread: detect finished queued songMax Kellermann2009-11-03
* | player_control: moved pc.next_song assertion into lockMax Kellermann2009-11-03
* | player_thread: moved code to decoding_next_song()Max Kellermann2009-11-03
* | player_thread: lock player in player_check_decoder_startup()Max Kellermann2009-11-03
* | decoder_control: pass pipe and buffer to dc_start()Max Kellermann2009-11-03
* | player_thread: lock inside player_wait_for_decoder()Max Kellermann2009-11-03
* | player_thread: moved code to player_dc_start()Max Kellermann2009-11-03
* | decoder_control: don't check command in decoder_is_starting()Max Kellermann2009-11-03
* | decoder_control: merge next_song and current_songMax Kellermann2009-11-03
* | player_thread: don't set errored_song on audio errorMax Kellermann2009-11-03
* | decoder_thread: unlock the decoder while checking the streamMax Kellermann2009-11-03
* | player_thread: don't start the decoder asynchronouslyMax Kellermann2009-11-03
* | decoder_thread: open input stream after command finishedMax Kellermann2009-11-03
* | decoder_control: make the song objects constMax Kellermann2009-11-03
|/
* alsa_plugin.c: workaround snd_pcm_drain bugJeffrey Middleton2009-11-02
* output_thread: moved code to ao_next_chunk()Max Kellermann2009-11-02
* output_thread: return from ao_play() if chunk->next is NULLMax Kellermann2009-11-02
* player_thread: check command before waiting during pauseMax Kellermann2009-11-02
* output: signal the output thread when CANCEL is finishedMax Kellermann2009-11-02
* update: removed unused variable "update_notify"Max Kellermann2009-11-02
* {decoder,player}_control: removed duplicate wakeupsMax Kellermann2009-11-02
* player_control: lock player before setting seek parametersMax Kellermann2009-11-02
* output_thread: check command before g_cond_wait()Max Kellermann2009-11-02
* song_save: free song object on errorMax Kellermann2009-11-01
* song_save: load one song at a timeMax Kellermann2009-11-01
* database: save database format versionMax Kellermann2009-11-01
* directory_save: partially revert the g_str_has_prefix() patchMax Kellermann2009-11-01
* database: use strcmp() instead of g_str_has_prefix()Max Kellermann2009-11-01
* database: removed redundant music_root allocationMax Kellermann2009-11-01
* replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann2009-11-01
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-01
* directory_save: allocate directory object earlier, assign mtimeMax Kellermann2009-11-01
* directory_save: free directory on errorMax Kellermann2009-11-01
* directory_save: abort on duplicate subdirectoryMax Kellermann2009-11-01
* directory_save: moved code to directory_load_subdir()Max Kellermann2009-11-01
* decoder_api: check decoder==NULL in decoder_read()Max Kellermann2009-11-01
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-31
* Merge branch 'v0.15.x'Max Kellermann2009-10-31
|\
| * decoder_control: removed unused DECODE_TYPE macrosMax Kellermann2009-10-31
| * decoder/ffmpeg: convert metadataMax Kellermann2009-10-28
| * update: delete ignored symlinks from databaseMax Kellermann2009-10-27