aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* playlist_save: added spl_save_playlist()Max Kellermann2009-02-04
* playlist: added G_LOG_DOMAINMax Kellermann2009-02-04
* playlist_print: added wrappers for printing the queueMax Kellermann2009-02-04
* playlist: pass const playlist pointersMax Kellermann2009-02-04
* playlist_print: added API documentationMax Kellermann2009-02-04
* playlist_print: use bool instead of intMax Kellermann2009-02-04
* playlist_print: no CamelCaseMax Kellermann2009-02-04
* playlist_print: include cleanupMax Kellermann2009-02-04
* playlist: moved code to playlist_edit.cMax Kellermann2009-02-04
* playlist: moved code to playlist_control.cMax Kellermann2009-02-04
* playlist: call syncPlaylistWithQueue() only in the event handlerMax Kellermann2009-02-04
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-04
* playlist: moved code to playlist_state.cMax Kellermann2009-02-04
* playlist: simplified playlist.queued updatesMax Kellermann2009-02-04
* ffmpeg: fixed seek integer overflowMax Kellermann2009-02-03
* ffmpeg: check if the time stamp is validMax Kellermann2009-02-03
* ffmpeg: don't warn of empty packet outputMax Kellermann2009-02-03
* ffmpeg: print codec nameMax Kellermann2009-02-03
* shout_mp3: call lame_close() in clear_encoder() methodMax Kellermann2009-02-02
* shout_mp3: free the lame_data struct on exitMax Kellermann2009-02-02
* player_thread: set player error when output device failsMax Kellermann2009-02-02
* main: don't pass argv[0] to openDB()Max Kellermann2009-02-02
* main: create database after daemonizationMax Kellermann2009-02-02
* output_api: moved the command check out of method pause()Max Kellermann2009-01-30
* playlist: clear playlist.playing when deleting current songMax Kellermann2009-01-30
* output_api: removed DISABLED_AUDIO_OUTPUT_PLUGINMax Kellermann2009-01-30
* output_api: removed audio_output_closed()Max Kellermann2009-01-30
* jack: don't override output_ports in connect()Max Kellermann2009-01-30
* jack: removed sample_rate callbackMax Kellermann2009-01-30
* configure.ac: detect jack_set_info_function()Max Kellermann2009-01-30
* mikmod: call MikMod_Exit() only in the finish() methodMatthias Drochner2009-01-30
* wavpack: pass NULL if the .wvc file fails to openMax Kellermann2009-01-30
* jack: print info messagesMax Kellermann2009-01-30
* client: check for G_IO_ERR and G_IO_HUPMax Kellermann2009-01-30
* mapper: ignore duplicate slashes in playlistsMax Kellermann2009-01-30
* mapper: remove trailing slashes from music_directoryMax Kellermann2009-01-30
* ffmeg: added support for the tags comment, genre, yearDavid Horn2009-01-30
* input_stream: make seek(), buffer() optionalMax Kellermann2009-01-30
* archive: replaced setup_stream() with open_stream()Max Kellermann2009-01-30
* input_stream: let the implementation assign is->pluginMax Kellermann2009-01-30
* input_stream: documented the APIMax Kellermann2009-01-30
* jack: don't manually close on shutdownMax Kellermann2009-01-29
* jack: initialize output_ports if not configuredMax Kellermann2009-01-29
* jack: close JACK client on stopMax Kellermann2009-01-29
* jack: removed "bps" attributeMax Kellermann2009-01-29
* jack: make mpd_jack_connect() return boolMax Kellermann2009-01-29
* jack: use loops for allocating/freeing ports/buffersMax Kellermann2009-01-29
* jack: fail if jack_get_ports() returns NULLMax Kellermann2009-01-29
* jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann2009-01-29
* jack: initialize libjack's error function in mpd_jack_init()Max Kellermann2009-01-29