| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 | 3 | -18/+14 |
* | shout: don't postpone metadata | Max Kellermann | 2009-02-09 | 3 | -34/+14 |
* | shout: use libshout's synchronization | Max Kellermann | 2009-02-09 | 2 | -24/+4 |
* | shout: switch to blocking mode | Max Kellermann | 2009-02-09 | 2 | -77/+7 |
* | 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 |
* | playlist_print: include cleanup | Max Kellermann | 2009-02-04 | 1 | -4/+1 |
* | playlist: moved code to playlist_edit.c | Max Kellermann | 2009-02-04 | 3 | -369/+394 |
* | playlist: moved code to playlist_control.c | Max Kellermann | 2009-02-04 | 4 | -241/+306 |
* | playlist: call syncPlaylistWithQueue() only in the event handler | Max Kellermann | 2009-02-04 | 1 | -4/+0 |
* | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 2009-02-04 | 11 | -391/+494 |
* | playlist: moved code to playlist_state.c | Max Kellermann | 2009-02-04 | 4 | -134/+217 |
* | playlist: simplified playlist.queued updates | Max Kellermann | 2009-02-04 | 1 | -117/+111 |
* | ffmpeg: fixed seek integer overflow | Max Kellermann | 2009-02-03 | 1 | -3/+4 |
* | ffmpeg: check if the time stamp is valid | Max Kellermann | 2009-02-03 | 1 | -4/+5 |
* | ffmpeg: don't warn of empty packet output | Max Kellermann | 2009-02-03 | 1 | -3/+2 |
* | ffmpeg: print codec name | Max Kellermann | 2009-02-03 | 1 | -0/+3 |
* | shout_mp3: call lame_close() in clear_encoder() method | Max Kellermann | 2009-02-02 | 1 | -2/+6 |
* | shout_mp3: free the lame_data struct on exit | Max Kellermann | 2009-02-02 | 1 | -0/+2 |
* | player_thread: set player error when output device fails | Max Kellermann | 2009-02-02 | 1 | -1/+4 |
* | main: don't pass argv[0] to openDB() | Max Kellermann | 2009-02-02 | 1 | -6/+4 |
* | main: create database after daemonization | Max Kellermann | 2009-02-02 | 1 | -8/+29 |
* | output_api: moved the command check out of method pause() | Max Kellermann | 2009-01-30 | 4 | -24/+18 |
* | playlist: clear playlist.playing when deleting current song | Max Kellermann | 2009-01-30 | 1 | -0/+1 |
* | output_api: removed DISABLED_AUDIO_OUTPUT_PLUGIN | Max Kellermann | 2009-01-30 | 1 | -2/+0 |