aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2009-11-06playlist: added extm3u pluginMax Kellermann3-0/+187
2009-11-06playlist/{m3u,pls}: removed URI checksMax Kellermann2-7/+1
2009-11-06playlist_list: rewind the stream before opening the playlistMax Kellermann1-0/+9
2009-11-05output/httpd: bind port when output is enabledMax Kellermann2-13/+49
2009-11-05output/jack: support mono inputMax Kellermann1-13/+41
2009-11-05output/jack: clear ring buffers before activatingMax Kellermann1-1/+6
2009-11-05output/jack: use jack_client_open() instead of jack_client_new()Max Kellermann1-4/+23
2009-11-05output/jack: added option "client_name"Max Kellermann1-3/+2
2009-11-05update_walk: log unrecognized filesMax Kellermann1-2/+9
2009-11-04database: rescan after metadata_to_use changeMax Kellermann1-0/+32
2009-11-04tag: added function tag_name_parse()Max Kellermann4-26/+61
2009-11-04song_save: explicitly parse the colonMax Kellermann1-18/+27
2009-11-04decoder_thread: initialize decoder_control.quitMax Kellermann1-0/+2
2009-11-04sticker comments in code and example configuration fileRomain Bignon1-0/+5
2009-11-03player_thread: on return, reset next_song only if queuedMax Kellermann1-3/+7
2009-11-03player_thread: detect finished queued songMax Kellermann1-1/+2
2009-11-03player_control: moved pc.next_song assertion into lockMax Kellermann1-1/+2
2009-11-03player_thread: moved code to decoding_next_song()Max Kellermann1-4/+15
2009-11-03player_thread: lock player in player_check_decoder_startup()Max Kellermann1-0/+8
2009-11-03decoder_control: pass pipe and buffer to dc_start()Max Kellermann3-14/+25
2009-11-03player_thread: lock inside player_wait_for_decoder()Max Kellermann1-7/+17
2009-11-03player_thread: moved code to player_dc_start()Max Kellermann1-5/+20
2009-11-03decoder_control: don't check command in decoder_is_starting()Max Kellermann1-5/+3
2009-11-03decoder_control: merge next_song and current_songMax Kellermann5-16/+16
2009-11-03player_thread: don't set errored_song on audio errorMax Kellermann1-2/+0
2009-11-03decoder_thread: unlock the decoder while checking the streamMax Kellermann1-4/+4
2009-11-03player_thread: don't start the decoder asynchronouslyMax Kellermann3-17/+2
2009-11-03decoder_thread: open input stream after command finishedMax Kellermann1-5/+10
2009-11-03decoder_control: make the song objects constMax Kellermann3-4/+4
2009-11-02alsa_plugin.c: workaround snd_pcm_drain bugJeffrey Middleton1-1/+2
2009-11-02output_thread: moved code to ao_next_chunk()Max Kellermann1-6/+11
2009-11-02output_thread: return from ao_play() if chunk->next is NULLMax Kellermann1-5/+4
2009-11-02player_thread: check command before waiting during pauseMax Kellermann1-1/+3
2009-11-02output: signal the output thread when CANCEL is finishedMax Kellermann2-0/+34
2009-11-02update: removed unused variable "update_notify"Max Kellermann2-11/+0
2009-11-02{decoder,player}_control: removed duplicate wakeupsMax Kellermann3-7/+5
2009-11-02player_control: lock player before setting seek parametersMax Kellermann1-2/+6
2009-11-02output_thread: check command before g_cond_wait()Max Kellermann1-1/+2
2009-11-01song_save: free song object on errorMax Kellermann1-0/+4
2009-11-01song_save: load one song at a timeMax Kellermann5-76/+34
2009-11-01database: save database format versionMax Kellermann1-1/+17
2009-11-01directory_save: partially revert the g_str_has_prefix() patchMax Kellermann1-2/+2
2009-11-01database: use strcmp() instead of g_str_has_prefix()Max Kellermann3-6/+5
2009-11-01database: removed redundant music_root allocationMax Kellermann1-2/+0
2009-11-01replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann1-0/+3
2009-11-01text_file: allocate line buffers dynamicallyMax Kellermann7-59/+161
2009-11-01directory_save: allocate directory object earlier, assign mtimeMax Kellermann1-12/+13
2009-11-01directory_save: free directory on errorMax Kellermann1-1/+3
2009-11-01directory_save: abort on duplicate subdirectoryMax Kellermann1-7/+9
2009-11-01directory_save: moved code to directory_load_subdir()Max Kellermann1-49/+63