| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | pcm_convert: return NULL on failure | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | command: return COMMAND_RETURN_OK in handle_addid() | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | command: handle the addToPlaylist() result properly | Max Kellermann | 2009-03-14 | 1 | -1/+2 |
* | faad: faad_decoder_decode() returns NULL, not false | Max Kellermann | 2009-03-14 | 1 | -1/+1 |
* | sticker: sticker_load_value() returns NULL on error, not false | Max Kellermann | 2009-03-14 | 1 | -4/+4 |
* | sticker: initialize hash table in sticker_new() | Max Kellermann | 2009-03-14 | 1 | -18/+26 |
* | sticker: don't export sticker_list_values() | Max Kellermann | 2009-03-14 | 4 | -32/+1 |
* | command: use sticker_song_get() instead of sticker_song_list_values() | Max Kellermann | 2009-03-14 | 1 | -11/+10 |
* | sticker: added "struct sticker" | Max Kellermann | 2009-03-14 | 4 | -0/+131 |
* | mixer_all: removed debug message | Max Kellermann | 2009-03-14 | 1 | -1/+0 |
* | mixer: protect the mixer struct with a mutex | Max Kellermann | 2009-03-14 | 3 | -5/+37 |
* | mixer_api: moved mixer_init() to mixer_api.c | Max Kellermann | 2009-03-14 | 2 | -9/+9 |
* | mixer_api: moved mixer_plugin imports to mixer_list.h | Max Kellermann | 2009-03-14 | 5 | -11/+36 |
* | mixer_api: moved functions to mixer_control.c | Max Kellermann | 2009-03-14 | 11 | -82/+112 |
* | mixer_control: moved functions to mixer_all.c | Max Kellermann | 2009-03-14 | 3 | -71/+61 |
* | volume: moved code to mixer_all.c | Max Kellermann | 2009-03-14 | 3 | -30/+111 |
* | mixer_api: moved struct mixer_plugin to mixer_plugin.h | Max Kellermann | 2009-03-14 | 2 | -41/+74 |
* | volume: use bool instead of int | Max Kellermann | 2009-03-14 | 3 | -15/+22 |
* | Removed superfluous if statement in update.c:453 | Jochen Keil | 2009-03-14 | 1 | -28/+22 |
* | all: Update copyright header. | Avuton Olrich | 2009-03-13 | 265 | -1358/+1677 |
* | crossfade: added missing '&' | Jeffrey Middleton | 2009-03-12 | 1 | -1/+1 |
* | crossfade: copy chunk.audio_format in !NDEBUG | Max Kellermann | 2009-03-12 | 1 | -0/+10 |
* | output_all: fix off-by-one error in audio_output_all_check() | Max Kellermann | 2009-03-12 | 1 | -1/+1 |
* | mixer_control: don't touch mixers of disabled outputs | Max Kellermann | 2009-03-12 | 2 | -0/+15 |
* | audio: converted device number check to assertion | Max Kellermann | 2009-03-12 | 1 | -4/+4 |
* | audio: moved mixer functions to mixer_control.c | Max Kellermann | 2009-03-12 | 5 | -56/+108 |
* | volume: removed unused variable "default_mixer" | Max Kellermann | 2009-03-12 | 1 | -1/+0 |
* | Move from the opaque GPtrArray to GHashTable for sticker lists. | Eric Wollesen | 2009-03-11 | 5 | -45/+34 |
* | player_thread: added comments | Max Kellermann | 2009-03-11 | 2 | -24/+89 |
* | player_thread: removed player_stop_decoder() | Max Kellermann | 2009-03-11 | 1 | -14/+6 |
* | player_thread: don't call dc_stop() twice | Max Kellermann | 2009-03-11 | 1 | -3/+1 |
* | output_control: removed audio_output_signal() | Max Kellermann | 2009-03-10 | 2 | -14/+0 |
* | Cleaned up update_regular_file() method in update.c | Jochen Keil | 2009-03-10 | 1 | -83/+88 |
* | alsa: use snd_pcm_sframes_t instead of int | Max Kellermann | 2009-03-10 | 1 | -2/+1 |
* | alsa: don't close PCM handle in alsa_recover() | Max Kellermann | 2009-03-10 | 1 | -13/+3 |
* | player_thread: fill buffer after seeking | Max Kellermann | 2009-03-10 | 1 | -3/+9 |
* | output_all: clear input_audio_format on close | Max Kellermann | 2009-03-10 | 1 | -0/+2 |
* | output_all: don't allow audio_format==NULL in audio_output_all_open() | Max Kellermann | 2009-03-10 | 1 | -5/+3 |
* | player_thread: pass format to audio_output_all_open() after resume | Max Kellermann | 2009-03-10 | 1 | -8/+12 |
* | player_thread: moved code to player_send_silence() | Max Kellermann | 2009-03-10 | 1 | -22/+39 |
* | output_thread: check commands while playing | Max Kellermann | 2009-03-10 | 1 | -1/+1 |
* | player_thread: finish failed seek command | Max Kellermann | 2009-03-10 | 1 | -1/+5 |
* | player_thread: clear player.queued after failure | Max Kellermann | 2009-03-10 | 1 | -0/+1 |
* | player_thread: moved code to player_seek_decoder() | Max Kellermann | 2009-03-10 | 1 | -12/+15 |
* | music_chunk: increased chunk size to 4 kB | Max Kellermann | 2009-03-10 | 1 | -2/+1 |
* | player_thread: don't free music buffer after decoder failure | Max Kellermann | 2009-03-10 | 1 | -1/+0 |
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 8 | -113/+378 |
* | player_thread: don't open audio device when paused | Max Kellermann | 2009-03-09 | 1 | -4/+2 |
* | music_pipe: added music_pipe_contains() | Max Kellermann | 2009-03-09 | 2 | -0/+30 |
* | player_thread: moved code to player_song_border() | Max Kellermann | 2009-03-09 | 1 | -6/+19 |