aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-23Makefile.am: no recursive makefilesMax Kellermann1-446/+0
2009-02-22shout: removed shout_plugin.hMax Kellermann1-1/+0
2009-02-22shout: use the new encoder APIMax Kellermann1-8/+0
2009-02-22encoder: added lame mp3 encoderMax Kellermann1-0/+4
2009-02-22encoder: added vorbis encoderMax Kellermann1-0/+4
2009-02-22added the encoder APIMax Kellermann1-0/+9
2009-02-19Makefile.am: add new headers to $(mpd_headers)Max Kellermann1-0/+5
2009-02-17added the "decoder buffer" libraryMax Kellermann1-0/+2
2009-02-17renamed decoder plugin "mpc" to "mpcdec"Max Kellermann1-1/+1
2009-02-17renamed decoder plugin "mp4" to "mp4ff"Max Kellermann1-1/+1
2009-02-16renamed decoder plugin "oggvorbis" to "vorbis"Max Kellermann1-2/+2
2009-02-16renamed decoder plugin "mp3" to "mad"Max Kellermann1-1/+1
2009-02-15decoder_api: moved struct decoder_plugin to decoder_plugin.hMax Kellermann1-0/+1
2009-02-12wildmidi: new decoder plugin for MIDI filesMax Kellermann1-0/+6
2009-02-12fluidsynth: new decoder plugin for MIDI filesMax Kellermann1-0/+6
2009-02-11sidplay: new decoder plugin for playing C64 SID filesMax Kellermann1-0/+6
2009-02-11audio: moved code to output_command.cMax Kellermann1-0/+2
2009-02-11audio: replaced parseAudioConfig() with audio_format_parse()Max Kellermann1-0/+2
2009-02-10audio: moved code to output_all.cMax Kellermann1-0/+2
2009-02-10audio: moved protocol code to output_print.cMax Kellermann1-0/+2
2009-02-10audio: moved state file code to output_state.cMax Kellermann1-0/+2
2009-02-04playlist: moved code to playlist_edit.cMax Kellermann1-0/+1
2009-02-04playlist: moved code to playlist_control.cMax Kellermann1-0/+2
2009-02-04playlist: renamed global "playlist" variable to "g_playlist"Max Kellermann1-0/+1
2009-02-04playlist: moved code to playlist_state.cMax Kellermann1-0/+2
2009-01-29added support for the MMS protocolMax Kellermann1-0/+7
2009-01-24renamed the "mod" decoder plugin to "mikmod"Max Kellermann1-1/+1
2009-01-23playlist: moved saving/loading code to queue_save.cMax Kellermann1-0/+2
2009-01-23playlist: moved PlaylistInfo() to playlist_print.cMax Kellermann1-0/+2
2009-01-23playlist: moved some printing code to queue_print.cMax Kellermann1-0/+2
2009-01-22playlist: moved code to queue.cMax Kellermann1-0/+2
2009-01-19sticker: added song sticker libraryMax Kellermann1-1/+2
2009-01-19sticker: new library for storing dynamic information about songsMax Kellermann1-0/+5
2009-01-18removed playerData.cMax Kellermann1-2/+0
2009-01-12configure.ac: added the --enable-sqlite optionMax Kellermann1-0/+2
2009-01-11Makefile.am: moved C/CPP/LDFLAGS upMax Kellermann1-26/+26
2009-01-10Introducing mixer apiViliam Mateicka1-0/+1
2009-01-07Makefile.am: added mixer_api.h to mpd_headersMax Kellermann1-0/+1
2009-01-07pcm_utils: moved conversion code to pcm_convert.cMax Kellermann1-1/+2
2009-01-07pcm_utils: moved code to pcm_format.cMax Kellermann1-0/+2
2009-01-07pcm_utils: moved code to pcm_mix.cMax Kellermann1-0/+2
2009-01-07pcm_utils: moved code to pcm_volume.cMax Kellermann1-0/+2
2009-01-07removed dlist.hMax Kellermann1-1/+0
2009-01-04removed the "condition" libraryMax Kellermann1-2/+0
2009-01-03added library for parsing icy-metadataMax Kellermann1-1/+2
2009-01-03pcm_utils: use the custom PRNG for volume ditheringMax Kellermann1-0/+1
2009-01-02list: removed linked list libraryMax Kellermann1-2/+0
2009-01-01removed the signal_check librariesMax Kellermann1-2/+0
2009-01-01main_notify: renamed source to event_pipe.cMax Kellermann1-2/+2
2008-12-31Moving mixers to audio outputsViliam Mateicka1-1/+2