| Commit message (Expand) | Author | Files | Lines |
2009-11-02 | alsa_plugin.c: workaround snd_pcm_drain bug | Jeffrey Middleton | 1 | -1/+2 |
2009-11-02 | output_thread: moved code to ao_next_chunk() | Max Kellermann | 1 | -6/+11 |
2009-11-02 | output_thread: return from ao_play() if chunk->next is NULL | Max Kellermann | 1 | -5/+4 |
2009-11-02 | player_thread: check command before waiting during pause | Max Kellermann | 1 | -1/+3 |
2009-11-02 | output: signal the output thread when CANCEL is finished | Max Kellermann | 2 | -0/+34 |
2009-11-02 | update: removed unused variable "update_notify" | Max Kellermann | 2 | -11/+0 |
2009-11-02 | {decoder,player}_control: removed duplicate wakeups | Max Kellermann | 3 | -7/+5 |
2009-11-02 | player_control: lock player before setting seek parameters | Max Kellermann | 1 | -2/+6 |
2009-11-02 | output_thread: check command before g_cond_wait() | Max Kellermann | 1 | -1/+2 |
2009-11-01 | song_save: free song object on error | Max Kellermann | 1 | -0/+4 |
2009-11-01 | song_save: load one song at a time | Max Kellermann | 5 | -76/+34 |
2009-11-01 | database: save database format version | Max Kellermann | 1 | -1/+17 |
2009-11-01 | directory_save: partially revert the g_str_has_prefix() patch | Max Kellermann | 1 | -2/+2 |
2009-11-01 | database: use strcmp() instead of g_str_has_prefix() | Max Kellermann | 3 | -6/+5 |
2009-11-01 | database: removed redundant music_root allocation | Max Kellermann | 1 | -2/+0 |
2009-11-01 | replay_gain: trigger OPTIONS idle event on mode change | Max Kellermann | 1 | -0/+3 |
2009-11-01 | text_file: allocate line buffers dynamically | Max Kellermann | 7 | -59/+161 |
2009-11-01 | directory_save: allocate directory object earlier, assign mtime | Max Kellermann | 1 | -12/+13 |
2009-11-01 | directory_save: free directory on error | Max Kellermann | 1 | -1/+3 |
2009-11-01 | directory_save: abort on duplicate subdirectory | Max Kellermann | 1 | -7/+9 |
2009-11-01 | directory_save: moved code to directory_load_subdir() | Max Kellermann | 1 | -49/+63 |
2009-11-01 | decoder_api: check decoder==NULL in decoder_read() | Max Kellermann | 1 | -1/+2 |
2009-10-31 | decoder_control: removed the global variable "dc" | Max Kellermann | 11 | -317/+377 |
2009-10-31 | decoder_control: removed unused DECODE_TYPE macros | Max Kellermann | 1 | -3/+0 |
2009-10-31 | player_thread: simplified thread destruction | Max Kellermann | 1 | -4/+2 |
2009-10-31 | songvec: sort songs by album name first, then disc/track number | Max Kellermann | 1 | -1/+30 |
2009-10-31 | songvec: simplified compare_tag_item() | Max Kellermann | 1 | -8/+10 |
2009-10-31 | player_control: protect command, state, error with a mutex | Max Kellermann | 12 | -89/+263 |
2009-10-30 | {player,output}_thread: fixed elapsed_time quirks | Max Kellermann | 3 | -3/+23 |
2009-10-29 | output_thread: return bool from ao_play() | Max Kellermann | 1 | -4/+22 |
2009-10-29 | player_thread: set error status in play_next_chunk() | Max Kellermann | 1 | -4/+3 |
2009-10-29 | output_control: fixed deadlock in audio_output_update() | Max Kellermann | 1 | -1/+21 |
2009-10-29 | httpd: add config option to limit number of clients | Viliam Mateicka | 2 | -3/+20 |
2009-10-29 | output: consistently lock audio output objects | Max Kellermann | 5 | -46/+102 |
2009-10-29 | output_plugin: added method "drain" | Max Kellermann | 3 | -14/+34 |
2009-10-29 | output/alsa: don't recover on CANCEL | Max Kellermann | 1 | -1/+1 |
2009-10-29 | output_thread: removed redundant filter_close() call | Max Kellermann | 1 | -4/+0 |
2009-10-29 | output/pulse: initialize pulse_output.mixer | Max Kellermann | 1 | -0/+1 |
2009-10-28 | decoder/ffmpeg: removed the "author" vs "artist" workaround | Max Kellermann | 1 | -2/+1 |
2009-10-28 | decoder/ffmpeg: convert metadata | Max Kellermann | 1 | -4/+4 |
2009-10-27 | update: delete ignored symlinks from database | Max Kellermann | 1 | -1/+5 |
2009-10-27 | include pulse/version.h for PA_CHECK_VERSION | Alam Arias | 1 | -0/+2 |
2009-10-26 | encoder: renaming none_encoder to null_encoder | Viliam Mateicka | 2 | -27/+27 |
2009-10-26 | mpd.conf: new bool config value for enabling/disabling inotify update | Viliam Mateicka | 3 | -2/+8 |
2009-10-24 | encoder: new encoder plugin which just pass data through | Viliam Mateicka | 2 | -0/+126 |
2009-10-24 | add --disable-inotify for configure to disable inotify when autodetected | Viliam Mateicka | 1 | -0/+7 |
2009-10-23 | output/jack: implement methods enable()/disable() | Max Kellermann | 1 | -16/+24 |
2009-10-23 | output/pulse: implement methods enable()/disable() | Max Kellermann | 1 | -9/+35 |
2009-10-23 | output_plugin: added methods enable() and disable() | Max Kellermann | 15 | -1/+213 |
2009-10-23 | output/pulse: call mixer on state changes | Max Kellermann | 4 | -129/+196 |