| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | audio: moved code to output_command.c | Max Kellermann | 2009-02-11 | 6 | -50/+122 |
* | audio_format: added validation functions | Max Kellermann | 2009-02-11 | 2 | -6/+37 |
* | audio: replaced parseAudioConfig() with audio_format_parse() | Max Kellermann | 2009-02-11 | 6 | -63/+153 |
* | Set boundPort to the current portnumber, so zeroconf announces the right port... | Qball Cow | 2009-02-11 | 1 | -0/+1 |
* | output_all: immediately reopen output on play | Max Kellermann | 2009-02-10 | 1 | -0/+13 |
* | output_thread: moved code to ao_close() | Max Kellermann | 2009-02-10 | 1 | -12/+14 |
* | output_thread: leave the pause loop on failure | Max Kellermann | 2009-02-10 | 1 | -0/+1 |
* | output_thread: consistently (de)initialize pcm_convert_state | Max Kellermann | 2009-02-10 | 1 | -3/+5 |
* | output_api: no CamelCase in struct audio_output | Max Kellermann | 2009-02-10 | 4 | -26/+27 |
* | shout_mp3: use audio_format_frame_size() | Max Kellermann | 2009-02-10 | 1 | -2/+1 |
* | shout: pass void pointer to the encoder | Max Kellermann | 2009-02-10 | 3 | -5/+6 |
* | shout_ogg: moved PCM conversion to a separate function | Max Kellermann | 2009-02-10 | 1 | -12/+13 |
* | ao: declare AoData.writeSize as size_t | Max Kellermann | 2009-02-10 | 1 | -3/+3 |
* | osx: removed disabled debug messages | Max Kellermann | 2009-02-10 | 1 | -43/+2 |
* | output_all: added API documentation | Max Kellermann | 2009-02-10 | 1 | -0/+33 |
* | output_all: moved code to audio_output_all_finished() | Max Kellermann | 2009-02-10 | 1 | -13/+16 |
* | output_all: no CamelCase | Max Kellermann | 2009-02-10 | 4 | -81/+97 |
* | audio: moved code to output_all.c | Max Kellermann | 2009-02-10 | 10 | -298/+366 |
* | audio: moved protocol code to output_print.c | Max Kellermann | 2009-02-10 | 6 | -19/+78 |
* | audio: moved state file code to output_state.c | Max Kellermann | 2009-02-10 | 6 | -59/+121 |
* | audio: removed isCurrentAudioFormat() | Max Kellermann | 2009-02-10 | 2 | -10/+0 |
* | crossfade: don't use isCurrentAudioFormat() | Max Kellermann | 2009-02-10 | 3 | -2/+5 |
* | playlist: fix assertion when last/current song is deleted | Max Kellermann | 2009-02-10 | 1 | -1/+4 |
* | audio: added output enumeration functions | Max Kellermann | 2009-02-10 | 2 | -0/+35 |
* | audio: added audio_output_config_count() | Max Kellermann | 2009-02-10 | 2 | -1/+11 |
* | output_internal: added missing output_api.h include | Max Kellermann | 2009-02-10 | 1 | -0/+1 |
* | player: added some more assertions | Max Kellermann | 2009-02-10 | 2 | -0/+4 |
* | player_thread: reset pc.next_song only if queued | Max Kellermann | 2009-02-10 | 1 | -1/+5 |
* | playlist: update queued song after seeking | Max Kellermann | 2009-02-10 | 1 | -3/+7 |
* | player_thread: reset pc.next_song | Max Kellermann | 2009-02-10 | 1 | -0/+6 |
* | queue: update order array after song move | Max Kellermann | 2009-02-09 | 1 | -0/+14 |
* | configure.ac: define HAVE_FFMPEG after all checks | Max Kellermann | 2009-02-09 | 2 | -2/+7 |
* | playlist: fixed "next song" check | Vladimir S Eremin | 2009-02-09 | 1 | -3/+2 |
* | output_api: include "config.h" without "../" | Max Kellermann | 2009-02-09 | 1 | -1/+1 |
* | shout: clear buffer before calling the encoder | Max Kellermann | 2009-02-09 | 4 | -18/+15 |
* | shout: don't postpone metadata | Max Kellermann | 2009-02-09 | 4 | -34/+15 |
* | shout: use libshout's synchronization | Max Kellermann | 2009-02-09 | 3 | -24/+5 |
* | shout: switch to blocking mode | Max Kellermann | 2009-02-09 | 3 | -77/+8 |
* | shout: removed shout_data.tag_to_send | Max Kellermann | 2009-02-09 | 2 | -9/+6 |
* | shout: removed shout_data.shout_error | Max Kellermann | 2009-02-09 | 2 | -4/+0 |
* | playlist: provide information about "next song" | Vladimir S Eremin | 2009-02-09 | 3 | -0/+27 |
* | playlist: increase playlist version after loading state | Max Kellermann | 2009-02-04 | 1 | -0/+2 |
* | update: check whether stickers are enabled | Max Kellermann | 2009-02-04 | 1 | -1/+3 |
* | playlist_save: added spl_save_playlist() | Max Kellermann | 2009-02-04 | 3 | -1/+13 |
* | playlist: added G_LOG_DOMAIN | Max Kellermann | 2009-02-04 | 2 | -4/+11 |
* | playlist_print: added wrappers for printing the queue | Max Kellermann | 2009-02-04 | 3 | -31/+164 |
* | playlist: pass const playlist pointers | Max Kellermann | 2009-02-04 | 2 | -15/+12 |
* | playlist_print: added API documentation | Max Kellermann | 2009-02-04 | 1 | -0/+8 |
* | playlist_print: use bool instead of int | Max Kellermann | 2009-02-04 | 3 | -16/+22 |
* | playlist_print: no CamelCase | Max Kellermann | 2009-02-04 | 3 | -5/+6 |