aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-01-29jack: don't manually close on shutdownMax Kellermann1-3/+1
2009-01-29jack: initialize output_ports if not configuredMax Kellermann1-0/+3
2009-01-29jack: close JACK client on stopMax Kellermann1-4/+4
2009-01-29jack: removed "bps" attributeMax Kellermann1-5/+1
2009-01-29jack: make mpd_jack_connect() return boolMax Kellermann1-10/+10
2009-01-29jack: use loops for allocating/freeing ports/buffersMax Kellermann1-36/+32
2009-01-29jack: fail if jack_get_ports() returns NULLMax Kellermann1-19/+23
2009-01-29jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann1-12/+2
2009-01-29jack: initialize libjack's error function in mpd_jack_init()Max Kellermann1-1/+2
2009-01-29mms: declare GLib log domainMax Kellermann1-0/+3