aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mapper: ignore duplicate slashes in playlistsMax Kellermann2009-01-301-0/+3
* mapper: remove trailing slashes from music_directoryMax Kellermann2009-01-301-1/+15
* ffmeg: added support for the tags comment, genre, yearDavid Horn2009-01-301-0/+10
* input_stream: make seek(), buffer() optionalMax Kellermann2009-01-305-44/+7
* archive: replaced setup_stream() with open_stream()Max Kellermann2009-01-307-135/+37
* input_stream: let the implementation assign is->pluginMax Kellermann2009-01-304-1/+10
* input_stream: documented the APIMax Kellermann2009-01-301-9/+83
* jack: don't manually close on shutdownMax Kellermann2009-01-291-3/+1
* jack: initialize output_ports if not configuredMax Kellermann2009-01-291-0/+3
* jack: close JACK client on stopMax Kellermann2009-01-291-4/+4
* jack: removed "bps" attributeMax Kellermann2009-01-291-5/+1
* jack: make mpd_jack_connect() return boolMax Kellermann2009-01-291-10/+10
* jack: use loops for allocating/freeing ports/buffersMax Kellermann2009-01-291-36/+32
* jack: fail if jack_get_ports() returns NULLMax Kellermann2009-01-291-19/+23
* jack: use jack_port_name() instead of g_malloc()+sprintf()Max Kellermann2009-01-291-12/+2
* jack: initialize libjack's error function in mpd_jack_init()Max Kellermann2009-01-291-1/+2
* mms: declare GLib log domainMax Kellermann2009-01-291-0/+3
* added support for the MMS protocolMax Kellermann2009-01-295-0/+164
* player_control: reset pc.error if pc.errored_song is clearedMax Kellermann2009-01-291-1/+3
* jack: reduced sleep time to 1msMax Kellermann2009-01-291-1/+1
* jack: clear "shutdown" flag on reconnectMax Kellermann2009-01-291-0/+2
* jack: allocate ring buffers before connectingMax Kellermann2009-01-291-5/+3
* jack: register ports before activating clientsMax Kellermann2009-01-291-5/+5
* zeroconf: corrected default service name usageMax Kellermann2009-01-271-2/+2
* client: use the GIOChannel for I/OMax Kellermann2009-01-251-40/+110
* client: use GLib's win32 IO channel on WIN32Max Kellermann2009-01-251-0/+5
* tag: remove unused variable paramLaszlo Ashin2009-01-251-3/+2
* database: eliminate "goto" usageMax Kellermann2009-01-251-7/+8
* use g_free() instead of free()Max Kellermann2009-01-2518-40/+36
* mixer_api: removed struct mixer_dataMax Kellermann2009-01-254-39/+45
* mixer: merged methods "init" and "configure"Max Kellermann2009-01-254-68/+20
* mixer: removed mixer_configure_legacy(), AC_MIXER_CONFIGUREMax Kellermann2009-01-255-30/+0
* mixer: configure legacy mixer before the audio outputsMax Kellermann2009-01-252-22/+70