aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure.ac: define HAVE_FFMPEG after all checksMax Kellermann2009-02-092-2/+7
* 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-094-18/+15
* shout: don't postpone metadataMax Kellermann2009-02-094-34/+15
* shout: use libshout's synchronizationMax Kellermann2009-02-093-24/+5
* shout: switch to blocking modeMax Kellermann2009-02-093-77/+8
* 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
* playlist: added G_LOG_DOMAINMax Kellermann2009-02-042-4/+11
* playlist_print: added wrappers for printing the queueMax Kellermann2009-02-043-31/+164
* playlist: pass const playlist pointersMax Kellermann2009-02-042-15/+12
* playlist_print: added API documentationMax Kellermann2009-02-041-0/+8
* playlist_print: use bool instead of intMax Kellermann2009-02-043-16/+22
* playlist_print: no CamelCaseMax Kellermann2009-02-043-5/+6
* playlist_print: include cleanupMax Kellermann2009-02-041-4/+1
* playlist: moved code to playlist_edit.cMax Kellermann2009-02-043-369/+394
* playlist: moved code to playlist_control.cMax Kellermann2009-02-044-241/+306
* playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann2009-02-041-4/+0
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-0411-391/+494
* playlist: moved code to playlist_state.cMax Kellermann2009-02-044-134/+217
* playlist: simplified playlist.queued updatesMax Kellermann2009-02-041-117/+111
* configure.ac: raised protocol version to "0.15.0"Max Kellermann2009-02-041-1/+1
* configure.ac: make DocBook processing optionalMax Kellermann2009-02-042-8/+13