aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-02-02main: don't pass argv[0] to openDB()Max Kellermann1-6/+4
2009-02-02main: create database after daemonizationMax Kellermann1-8/+29
2009-01-30output_api: moved the command check out of method pause()Max Kellermann4-24/+18
2009-01-30playlist: clear playlist.playing when deleting current songMax Kellermann1-0/+1
2009-01-30output_api: removed DISABLED_AUDIO_OUTPUT_PLUGINMax Kellermann1-2/+0
2009-01-30output_api: removed audio_output_closed()Max Kellermann3-10/+0
2009-01-30jack: don't override output_ports in connect()Max Kellermann1-10/+22
2009-01-30jack: removed sample_rate callbackMax Kellermann1-20/+7
2009-01-30configure.ac: detect jack_set_info_function()Max Kellermann1-0/+5
2009-01-30mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner1-6/+0
2009-01-30wavpack: pass NULL if the .wvc file fails to openMax Kellermann1-1/+3
2009-01-30jack: print info messagesMax Kellermann1-0/+7
2009-01-30client: check for G_IO_ERR and G_IO_HUPMax Kellermann1-8/+19
2009-01-30mapper: ignore duplicate slashes in playlistsMax Kellermann1-0/+3
2009-01-30mapper: remove trailing slashes from music_directoryMax Kellermann1-1/+15
2009-01-30ffmeg: added support for the tags comment, genre, yearDavid Horn1-0/+10
2009-01-30input_stream: make seek(), buffer() optionalMax Kellermann5-44/+7
2009-01-30archive: replaced setup_stream() with open_stream()Max Kellermann7-135/+37
2009-01-30input_stream: let the implementation assign is->pluginMax Kellermann4-1/+10
2009-01-30input_stream: documented the APIMax Kellermann1-9/+83