aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* wildmidi: provide and current total song timeMax Kellermann2009-02-121-5/+34
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-123-0/+112
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-123-0/+243
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-113-0/+171
* decoder_thread: re-enable file decodersMax Kellermann2009-02-111-1/+1
* ffmpeg: added TTA supportMax Kellermann2009-02-111-0/+2
* playlist: don't preserve "current" song after "random" toggleMax Kellermann2009-02-111-2/+4
* audio: moved code to output_command.cMax Kellermann2009-02-116-50/+122
* audio_format: added validation functionsMax Kellermann2009-02-112-6/+37
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-116-63/+153
* Set boundPort to the current portnumber, so zeroconf announces the right port...Qball Cow2009-02-111-0/+1
* output_all: immediately reopen output on playMax Kellermann2009-02-101-0/+13
* output_thread: moved code to ao_close()Max Kellermann2009-02-101-12/+14
* output_thread: leave the pause loop on failureMax Kellermann2009-02-101-0/+1
* output_thread: consistently (de)initialize pcm_convert_stateMax Kellermann2009-02-101-3/+5
* output_api: no CamelCase in struct audio_outputMax Kellermann2009-02-104-26/+27
* shout_mp3: use audio_format_frame_size()Max Kellermann2009-02-101-2/+1
* shout: pass void pointer to the encoderMax Kellermann2009-02-103-5/+6
* shout_ogg: moved PCM conversion to a separate functionMax Kellermann2009-02-101-12/+13
* ao: declare AoData.writeSize as size_tMax Kellermann2009-02-101-3/+3
* osx: removed disabled debug messagesMax Kellermann2009-02-101-43/+2
* output_all: added API documentationMax Kellermann2009-02-101-0/+33
* output_all: moved code to audio_output_all_finished()Max Kellermann2009-02-101-13/+16
* output_all: no CamelCaseMax Kellermann2009-02-104-81/+97
* audio: moved code to output_all.cMax Kellermann2009-02-1010-298/+366
* audio: moved protocol code to output_print.cMax Kellermann2009-02-106-19/+78
* audio: moved state file code to output_state.cMax Kellermann2009-02-106-59/+121
* audio: removed isCurrentAudioFormat()Max Kellermann2009-02-102-10/+0
* crossfade: don't use isCurrentAudioFormat()Max Kellermann2009-02-103-2/+5
* playlist: fix assertion when last/current song is deletedMax Kellermann2009-02-101-1/+4
* audio: added output enumeration functionsMax Kellermann2009-02-102-0/+35
* audio: added audio_output_config_count()Max Kellermann2009-02-102-1/+11
* output_internal: added missing output_api.h includeMax Kellermann2009-02-101-0/+1
* player: added some more assertionsMax Kellermann2009-02-102-0/+4
* player_thread: reset pc.next_song only if queuedMax Kellermann2009-02-101-1/+5
* playlist: update queued song after seekingMax Kellermann2009-02-101-3/+7
* player_thread: reset pc.next_songMax Kellermann2009-02-101-0/+6
* queue: update order array after song moveMax Kellermann2009-02-091-0/+14
* playlist: fixed "next song" checkVladimir S Eremin2009-02-091-3/+2
* output_api: include "config.h" without "../"Max Kellermann2009-02-091-1/+1
* shout: clear buffer before calling the encoderMax Kellermann2009-02-093-18/+14
* shout: don't postpone metadataMax Kellermann2009-02-093-34/+14
* shout: use libshout's synchronizationMax Kellermann2009-02-092-24/+4
* shout: switch to blocking modeMax Kellermann2009-02-092-77/+7
* shout: removed shout_data.tag_to_sendMax Kellermann2009-02-092-9/+6
* shout: removed shout_data.shout_errorMax Kellermann2009-02-092-4/+0
* playlist: provide information about "next song"Vladimir S Eremin2009-02-093-0/+27
* playlist: increase playlist version after loading stateMax Kellermann2009-02-041-0/+2
* update: check whether stickers are enabledMax Kellermann2009-02-041-1/+3
* playlist_save: added spl_save_playlist()Max Kellermann2009-02-043-1/+13