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