aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* ffmpeg: fixed seek integer overflowMax Kellermann2009-02-031-3/+4
* ffmpeg: check if the time stamp is validMax Kellermann2009-02-031-4/+5
* ffmpeg: don't warn of empty packet outputMax Kellermann2009-02-031-3/+2
* ffmpeg: print codec nameMax Kellermann2009-02-031-0/+3
* shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann2009-02-021-2/+6
* shout_mp3: free the lame_data struct on exitMax Kellermann2009-02-021-0/+2
* player_thread: set player error when output device failsMax Kellermann2009-02-021-1/+4
* main: don't pass argv[0] to openDB()Max Kellermann2009-02-021-6/+4
* main: create database after daemonizationMax Kellermann2009-02-021-8/+29
* output_api: moved the command check out of method pause()Max Kellermann2009-01-304-24/+18
* playlist: clear playlist.playing when deleting current songMax Kellermann2009-01-301-0/+1
* output_api: removed DISABLED_AUDIO_OUTPUT_PLUGINMax Kellermann2009-01-301-2/+0
* output_api: removed audio_output_closed()Max Kellermann2009-01-303-10/+0
* jack: don't override output_ports in connect()Max Kellermann2009-01-301-10/+22
* jack: removed sample_rate callbackMax Kellermann2009-01-301-20/+7
* configure.ac: detect jack_set_info_function()Max Kellermann2009-01-301-0/+5
* mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner2009-01-301-6/+0
* wavpack: pass NULL if the .wvc file fails to openMax Kellermann2009-01-301-1/+3
* jack: print info messagesMax Kellermann2009-01-301-0/+7
* client: check for G_IO_ERR and G_IO_HUPMax Kellermann2009-01-301-8/+19