| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | added the shufflerange command | Romain Bignon | 2009-02-13 | 4 | -26/+32 |
* | doc: use $(DESTDIR) | Max Kellermann | 2009-02-13 | 1 | -2/+2 |
* | doc: generate API documentation with doxygen | Max Kellermann | 2009-02-13 | 4 | -1/+1436 |
* | update: free deleted subdirectories | Max Kellermann | 2009-02-12 | 2 | -2/+7 |
* | update: recursively purge deleted directories | Max Kellermann | 2009-02-12 | 2 | -1/+2 |
* | aac: fix stream metadata | Max Kellermann | 2009-02-12 | 2 | -1/+2 |
* | database: don't load database after charset was reconfigured | Max Kellermann | 2009-02-12 | 1 | -6/+4 |
* | wildmidi: added seeking support | Max Kellermann | 2009-02-12 | 1 | -1/+11 |
* | configure.ac: always check for C++ compiler | Max Kellermann | 2009-02-12 | 1 | -5/+2 |
* | wildmidi: provide and current total song time | Max Kellermann | 2009-02-12 | 1 | -5/+34 |
* | wildmidi: new decoder plugin for MIDI files | Max Kellermann | 2009-02-12 | 6 | -0/+148 |
* | fluidsynth: new decoder plugin for MIDI files | Max Kellermann | 2009-02-12 | 6 | -1/+268 |
* | configure.ac: define conditional am__fastdepCXX | Max Kellermann | 2009-02-11 | 1 | -0/+2 |
* | sidplay: new decoder plugin for playing C64 SID files | Max Kellermann | 2009-02-11 | 6 | -0/+201 |
* | configure.ac: removed misplaced comma | Max Kellermann | 2009-02-11 | 1 | -1/+1 |
* | decoder_thread: re-enable file decoders | Max Kellermann | 2009-02-11 | 1 | -1/+1 |
* | ffmpeg: added TTA support | Max Kellermann | 2009-02-11 | 2 | -1/+4 |
* | playlist: don't preserve "current" song after "random" toggle | Max Kellermann | 2009-02-11 | 1 | -2/+4 |
* | 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 |