aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-12-30main: export the main_loop variableMax Kellermann1-0/+1
2008-12-30main: use the GLib main loopMax Kellermann1-2/+0
2008-12-30zeroconf: moved code to zeroconf-avahi.c and zeroconf-bonjour.cMax Kellermann1-1/+9
2008-12-30main: moved daemonize() to daemon.cMax Kellermann1-0/+2
2008-12-29removed os_compat.hMax Kellermann1-1/+0
2008-12-28decoder: new plugin using modplug libraryViliam Mateicka1-0/+6
2008-12-27moved command line parser to cmdline.cMax Kellermann1-0/+2
2008-12-27disable archive API without pluginsMax Kellermann1-4/+9
2008-12-24Makefile.am: fix sparse invocationMax Kellermann1-1/+4
2008-12-16archiveapi: archive plugin for ISO filesViliam Mateicka1-0/+4
2008-12-16archiveapi: archive plugin for ZIP filesViliam Mateicka1-0/+3
2008-12-16archiveapi: archive plugin for BZ2 filesViliam Mateicka1-0/+6
2008-12-16new archive api, input_archive streamViliam Mateicka1-2/+8
2008-11-11replay_gain: renamed sources to replay_gain.c, replay_gain.hMax Kellermann1-2/+2
2008-11-05Makefile.am: distribute input_curl.hMax Kellermann1-0/+1
2008-11-03configure.ac: separate the "aac" and "mp4" decoder testsMax Kellermann1-1/+6
2008-11-02removed unused sourcesMax Kellermann1-2/+0
2008-11-02renamed outputBuffer.[ch] to pipe.[ch]Max Kellermann1-2/+2
2008-10-31removed UTF-8 library, use GLib insteadMax Kellermann1-2/+0
2008-10-31removed the sllist libraryMax Kellermann1-2/+0
2008-10-26output: don't compile plugins which are disabledMax Kellermann1-15/+46