aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-01-29added support for the MMS protocolMax Kellermann5-0/+164
2009-01-29player_control: reset pc.error if pc.errored_song is clearedMax Kellermann1-1/+3
2009-01-29jack: reduced sleep time to 1msMax Kellermann1-1/+1
2009-01-29jack: clear "shutdown" flag on reconnectMax Kellermann1-0/+2
2009-01-29jack: allocate ring buffers before connectingMax Kellermann1-5/+3
2009-01-29jack: register ports before activating clientsMax Kellermann1-5/+5
2009-01-27zeroconf: corrected default service name usageMax Kellermann1-2/+2
2009-01-25client: use the GIOChannel for I/OMax Kellermann1-40/+110
2009-01-25client: use GLib's win32 IO channel on WIN32Max Kellermann1-0/+5
2009-01-25tag: remove unused variable paramLaszlo Ashin1-3/+2
2009-01-25database: eliminate "goto" usageMax Kellermann1-7/+8
2009-01-25use g_free() instead of free()Max Kellermann18-40/+36
2009-01-25mixer_api: removed struct mixer_dataMax Kellermann4-39/+45
2009-01-25mixer: merged methods "init" and "configure"Max Kellermann4-68/+20
2009-01-25mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann5-30/+0