aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (follow)
Commit message (Expand)AuthorAgeFilesLines
* shout: removed shout_plugin.hMax Kellermann2009-02-221-1/+0
* shout: use the new encoder APIMax Kellermann2009-02-221-8/+0
* encoder: added lame mp3 encoderMax Kellermann2009-02-221-0/+4
* encoder: added vorbis encoderMax Kellermann2009-02-221-0/+4
* added the encoder APIMax Kellermann2009-02-221-0/+9
* Makefile.am: add new headers to $(mpd_headers)Max Kellermann2009-02-191-0/+5
* added the "decoder buffer" libraryMax Kellermann2009-02-171-0/+2
* renamed decoder plugin "mpc" to "mpcdec"Max Kellermann2009-02-171-1/+1
* renamed decoder plugin "mp4" to "mp4ff"Max Kellermann2009-02-171-1/+1
* renamed decoder plugin "oggvorbis" to "vorbis"Max Kellermann2009-02-161-2/+2
* renamed decoder plugin "mp3" to "mad"Max Kellermann2009-02-161-1/+1
* decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann2009-02-151-0/+1
* wildmidi: new decoder plugin for MIDI filesMax Kellermann2009-02-121-0/+6
* fluidsynth: new decoder plugin for MIDI filesMax Kellermann2009-02-121-0/+6
* sidplay: new decoder plugin for playing C64 SID filesMax Kellermann2009-02-111-0/+6
* audio: moved code to output_command.cMax Kellermann2009-02-111-0/+2
* audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann2009-02-111-0/+2
* audio: moved code to output_all.cMax Kellermann2009-02-101-0/+2
* audio: moved protocol code to output_print.cMax Kellermann2009-02-101-0/+2
* audio: moved state file code to output_state.cMax Kellermann2009-02-101-0/+2
* playlist: moved code to playlist_edit.cMax Kellermann2009-02-041-0/+1
* playlist: moved code to playlist_control.cMax Kellermann2009-02-041-0/+2
* playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann2009-02-041-0/+1
* playlist: moved code to playlist_state.cMax Kellermann2009-02-041-0/+2
* added support for the MMS protocolMax Kellermann2009-01-291-0/+7
* renamed the "mod" decoder plugin to "mikmod"Max Kellermann2009-01-241-1/+1
* playlist: moved saving/loading code to queue_save.cMax Kellermann2009-01-231-0/+2
* playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann2009-01-231-0/+2
* playlist: moved some printing code to queue_print.cMax Kellermann2009-01-231-0/+2
* playlist: moved code to queue.cMax Kellermann2009-01-221-0/+2
* sticker: added song sticker libraryMax Kellermann2009-01-191-1/+2
* sticker: new library for storing dynamic information about songsMax Kellermann2009-01-191-0/+5
* removed playerData.cMax Kellermann2009-01-181-2/+0
* configure.ac: added the --enable-sqlite optionMax Kellermann2009-01-121-0/+2
* Makefile.am: moved C/CPP/LDFLAGS upMax Kellermann2009-01-111-26/+26
* Introducing mixer apiViliam Mateicka2009-01-101-0/+1
* Makefile.am: added mixer_api.h to mpd_headersMax Kellermann2009-01-071-0/+1
* pcm_utils: moved conversion code to pcm_convert.cMax Kellermann2009-01-071-1/+2
* pcm_utils: moved code to pcm_format.cMax Kellermann2009-01-071-0/+2
* pcm_utils: moved code to pcm_mix.cMax Kellermann2009-01-071-0/+2
* pcm_utils: moved code to pcm_volume.cMax Kellermann2009-01-071-0/+2
* removed dlist.hMax Kellermann2009-01-071-1/+0
* removed the "condition" libraryMax Kellermann2009-01-041-2/+0
* added library for parsing icy-metadataMax Kellermann2009-01-031-1/+2
* pcm_utils: use the custom PRNG for volume ditheringMax Kellermann2009-01-031-0/+1
* list: removed linked list libraryMax Kellermann2009-01-021-2/+0
* removed the signal_check librariesMax Kellermann2009-01-011-2/+0
* main_notify: renamed source to event_pipe.cMax Kellermann2009-01-011-2/+2
* Moving mixers to audio outputsViliam Mateicka2008-12-311-1/+2
* main: export the main_loop variableMax Kellermann2008-12-301-0/+1