aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-04playlist: pass const playlist pointersMax Kellermann2-15/+12
2009-02-04playlist_print: added API documentationMax Kellermann1-0/+8
2009-02-04playlist_print: use bool instead of intMax Kellermann3-16/+22
2009-02-04playlist_print: no CamelCaseMax Kellermann3-5/+6
2009-02-04playlist_print: include cleanupMax Kellermann1-4/+1
2009-02-04playlist: moved code to playlist_edit.cMax Kellermann3-369/+394
2009-02-04playlist: moved code to playlist_control.cMax Kellermann4-241/+306
2009-02-04playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann1-4/+0
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann11-391/+494
2009-02-04playlist: moved code to playlist_state.cMax Kellermann4-134/+217
2009-02-04playlist: simplified playlist.queued updatesMax Kellermann1-117/+111
2009-02-03ffmpeg: fixed seek integer overflowMax Kellermann1-3/+4
2009-02-03ffmpeg: check if the time stamp is validMax Kellermann1-4/+5
2009-02-03ffmpeg: don't warn of empty packet outputMax Kellermann1-3/+2
2009-02-03ffmpeg: print codec nameMax Kellermann1-0/+3
2009-02-02shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann1-2/+6
2009-02-02shout_mp3: free the lame_data struct on exitMax Kellermann1-0/+2
2009-02-02player_thread: set player error when output device failsMax Kellermann1-1/+4