summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-10output_thread: moved code to ao_close()Max Kellermann
2009-02-10output_thread: leave the pause loop on failureMax Kellermann
2009-02-10output_thread: consistently (de)initialize pcm_convert_stateMax Kellermann
2009-02-10output_api: no CamelCase in struct audio_outputMax Kellermann
2009-02-10shout_mp3: use audio_format_frame_size()Max Kellermann
2009-02-10shout: pass void pointer to the encoderMax Kellermann
2009-02-10shout_ogg: moved PCM conversion to a separate functionMax Kellermann
2009-02-10ao: declare AoData.writeSize as size_tMax Kellermann
2009-02-10osx: removed disabled debug messagesMax Kellermann
2009-02-10output_all: added API documentationMax Kellermann
2009-02-10output_all: moved code to audio_output_all_finished()Max Kellermann
2009-02-10output_all: no CamelCaseMax Kellermann
2009-02-10audio: moved code to output_all.cMax Kellermann
2009-02-10audio: moved protocol code to output_print.cMax Kellermann
2009-02-10audio: moved state file code to output_state.cMax Kellermann
2009-02-10audio: removed isCurrentAudioFormat()Max Kellermann
2009-02-10crossfade: don't use isCurrentAudioFormat()Max Kellermann
2009-02-10playlist: fix assertion when last/current song is deletedMax Kellermann
2009-02-10audio: added output enumeration functionsMax Kellermann
2009-02-10audio: added audio_output_config_count()Max Kellermann
2009-02-10output_internal: added missing output_api.h includeMax Kellermann
2009-02-10player: added some more assertionsMax Kellermann
2009-02-10player_thread: reset pc.next_song only if queuedMax Kellermann
2009-02-10playlist: update queued song after seekingMax Kellermann
2009-02-10player_thread: reset pc.next_songMax Kellermann
2009-02-09queue: update order array after song moveMax Kellermann
2009-02-09playlist: fixed "next song" checkVladimir S Eremin
2009-02-09output_api: include "config.h" without "../"Max Kellermann
2009-02-09shout: clear buffer before calling the encoderMax Kellermann
2009-02-09shout: don't postpone metadataMax Kellermann
2009-02-09shout: use libshout's synchronizationMax Kellermann
2009-02-09shout: switch to blocking modeMax Kellermann
2009-02-09shout: removed shout_data.tag_to_sendMax Kellermann
2009-02-09shout: removed shout_data.shout_errorMax Kellermann
2009-02-09playlist: provide information about "next song"Vladimir S Eremin
2009-02-04playlist: increase playlist version after loading stateMax Kellermann
2009-02-04update: check whether stickers are enabledMax Kellermann
2009-02-04playlist_save: added spl_save_playlist()Max Kellermann
2009-02-04playlist: added G_LOG_DOMAINMax Kellermann
2009-02-04playlist_print: added wrappers for printing the queueMax Kellermann
2009-02-04playlist: pass const playlist pointersMax Kellermann
2009-02-04playlist_print: added API documentationMax Kellermann
2009-02-04playlist_print: use bool instead of intMax Kellermann
2009-02-04playlist_print: no CamelCaseMax Kellermann
2009-02-04playlist_print: include cleanupMax Kellermann
2009-02-04playlist: moved code to playlist_edit.cMax Kellermann
2009-02-04playlist: moved code to playlist_control.cMax Kellermann
2009-02-04playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann
2009-02-04playlist: moved code to playlist_state.cMax Kellermann