aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* player_thread: lock player in player_check_decoder_startup()Max Kellermann2009-11-031-0/+8
* decoder_control: pass pipe and buffer to dc_start()Max Kellermann2009-11-033-14/+25
* player_thread: lock inside player_wait_for_decoder()Max Kellermann2009-11-031-7/+17
* player_thread: moved code to player_dc_start()Max Kellermann2009-11-031-5/+20
* decoder_control: don't check command in decoder_is_starting()Max Kellermann2009-11-031-5/+3
* decoder_control: merge next_song and current_songMax Kellermann2009-11-035-16/+16
* player_thread: don't set errored_song on audio errorMax Kellermann2009-11-031-2/+0
* decoder_thread: unlock the decoder while checking the streamMax Kellermann2009-11-031-4/+4
* player_thread: don't start the decoder asynchronouslyMax Kellermann2009-11-033-17/+2
* decoder_thread: open input stream after command finishedMax Kellermann2009-11-031-5/+10
* decoder_control: make the song objects constMax Kellermann2009-11-033-4/+4
* alsa_plugin.c: workaround snd_pcm_drain bugJeffrey Middleton2009-11-021-1/+2
* output_thread: moved code to ao_next_chunk()Max Kellermann2009-11-021-6/+11
* output_thread: return from ao_play() if chunk->next is NULLMax Kellermann2009-11-021-5/+4
* player_thread: check command before waiting during pauseMax Kellermann2009-11-021-1/+3
* output: signal the output thread when CANCEL is finishedMax Kellermann2009-11-022-0/+34
* update: removed unused variable "update_notify"Max Kellermann2009-11-022-11/+0
* {decoder,player}_control: removed duplicate wakeupsMax Kellermann2009-11-023-7/+5
* player_control: lock player before setting seek parametersMax Kellermann2009-11-021-2/+6
* output_thread: check command before g_cond_wait()Max Kellermann2009-11-021-1/+2
* song_save: free song object on errorMax Kellermann2009-11-011-0/+4
* song_save: load one song at a timeMax Kellermann2009-11-015-76/+34
* database: save database format versionMax Kellermann2009-11-011-1/+17
* directory_save: partially revert the g_str_has_prefix() patchMax Kellermann2009-11-011-2/+2
* database: use strcmp() instead of g_str_has_prefix()Max Kellermann2009-11-013-6/+5
* database: removed redundant music_root allocationMax Kellermann2009-11-011-2/+0
* replay_gain: trigger OPTIONS idle event on mode changeMax Kellermann2009-11-011-0/+3
* text_file: allocate line buffers dynamicallyMax Kellermann2009-11-017-59/+161
* directory_save: allocate directory object earlier, assign mtimeMax Kellermann2009-11-011-12/+13
* directory_save: free directory on errorMax Kellermann2009-11-011-1/+3
* directory_save: abort on duplicate subdirectoryMax Kellermann2009-11-011-7/+9
* directory_save: moved code to directory_load_subdir()Max Kellermann2009-11-011-49/+63
* decoder_api: check decoder==NULL in decoder_read()Max Kellermann2009-11-011-1/+2
* decoder_control: removed the global variable "dc"Max Kellermann2009-10-3111-317/+377
* Merge branch 'v0.15.x'Max Kellermann2009-10-313-4/+14
|\
| * decoder_control: removed unused DECODE_TYPE macrosMax Kellermann2009-10-311-3/+0
| * decoder/ffmpeg: convert metadataMax Kellermann2009-10-281-4/+4
| * update: delete ignored symlinks from databaseMax Kellermann2009-10-271-1/+5
| * output_thread: check again if output is open on PAUSEMax Kellermann2009-10-211-0/+9
* | player_thread: simplified thread destructionMax Kellermann2009-10-311-4/+2
* | songvec: sort songs by album name first, then disc/track numberMax Kellermann2009-10-311-1/+30
* | songvec: simplified compare_tag_item()Max Kellermann2009-10-311-8/+10
* | player_control: protect command, state, error with a mutexMax Kellermann2009-10-3112-89/+263
* | {player,output}_thread: fixed elapsed_time quirksMax Kellermann2009-10-303-3/+23
* | output_thread: return bool from ao_play()Max Kellermann2009-10-291-4/+22
* | player_thread: set error status in play_next_chunk()Max Kellermann2009-10-291-4/+3
* | output_control: fixed deadlock in audio_output_update()Max Kellermann2009-10-291-1/+21
* | httpd: add config option to limit number of clientsViliam Mateicka2009-10-292-3/+20
* | output: consistently lock audio output objectsMax Kellermann2009-10-295-46/+102
* | output_plugin: added method "drain"Max Kellermann2009-10-293-14/+34