| Commit message (Expand) | Author | Files | Lines |
2009-02-23 | Makefile.am: no recursive makefiles | Max Kellermann | 1 | -446/+0 |
2009-02-22 | shout: removed shout_plugin.h | Max Kellermann | 1 | -1/+0 |
2009-02-22 | shout: use the new encoder API | Max Kellermann | 1 | -8/+0 |
2009-02-22 | encoder: added lame mp3 encoder | Max Kellermann | 1 | -0/+4 |
2009-02-22 | encoder: added vorbis encoder | Max Kellermann | 1 | -0/+4 |
2009-02-22 | added the encoder API | Max Kellermann | 1 | -0/+9 |
2009-02-19 | Makefile.am: add new headers to $(mpd_headers) | Max Kellermann | 1 | -0/+5 |
2009-02-17 | added the "decoder buffer" library | Max Kellermann | 1 | -0/+2 |
2009-02-17 | renamed decoder plugin "mpc" to "mpcdec" | Max Kellermann | 1 | -1/+1 |
2009-02-17 | renamed decoder plugin "mp4" to "mp4ff" | Max Kellermann | 1 | -1/+1 |
2009-02-16 | renamed decoder plugin "oggvorbis" to "vorbis" | Max Kellermann | 1 | -2/+2 |
2009-02-16 | renamed decoder plugin "mp3" to "mad" | Max Kellermann | 1 | -1/+1 |
2009-02-15 | decoder_api: moved struct decoder_plugin to decoder_plugin.h | Max Kellermann | 1 | -0/+1 |
2009-02-12 | wildmidi: new decoder plugin for MIDI files | Max Kellermann | 1 | -0/+6 |
2009-02-12 | fluidsynth: new decoder plugin for MIDI files | Max Kellermann | 1 | -0/+6 |
2009-02-11 | sidplay: new decoder plugin for playing C64 SID files | Max Kellermann | 1 | -0/+6 |
2009-02-11 | audio: moved code to output_command.c | Max Kellermann | 1 | -0/+2 |
2009-02-11 | audio: replaced parseAudioConfig() with audio_format_parse() | Max Kellermann | 1 | -0/+2 |
2009-02-10 | audio: moved code to output_all.c | Max Kellermann | 1 | -0/+2 |
2009-02-10 | audio: moved protocol code to output_print.c | Max Kellermann | 1 | -0/+2 |
2009-02-10 | audio: moved state file code to output_state.c | Max Kellermann | 1 | -0/+2 |
2009-02-04 | playlist: moved code to playlist_edit.c | Max Kellermann | 1 | -0/+1 |
2009-02-04 | playlist: moved code to playlist_control.c | Max Kellermann | 1 | -0/+2 |
2009-02-04 | playlist: renamed global "playlist" variable to "g_playlist" | Max Kellermann | 1 | -0/+1 |
2009-02-04 | playlist: moved code to playlist_state.c | Max Kellermann | 1 | -0/+2 |
2009-01-29 | added support for the MMS protocol | Max Kellermann | 1 | -0/+7 |
2009-01-24 | renamed the "mod" decoder plugin to "mikmod" | Max Kellermann | 1 | -1/+1 |
2009-01-23 | playlist: moved saving/loading code to queue_save.c | Max Kellermann | 1 | -0/+2 |
2009-01-23 | playlist: moved PlaylistInfo() to playlist_print.c | Max Kellermann | 1 | -0/+2 |
2009-01-23 | playlist: moved some printing code to queue_print.c | Max Kellermann | 1 | -0/+2 |
2009-01-22 | playlist: moved code to queue.c | Max Kellermann | 1 | -0/+2 |
2009-01-19 | sticker: added song sticker library | Max Kellermann | 1 | -1/+2 |
2009-01-19 | sticker: new library for storing dynamic information about songs | Max Kellermann | 1 | -0/+5 |
2009-01-18 | removed playerData.c | Max Kellermann | 1 | -2/+0 |
2009-01-12 | configure.ac: added the --enable-sqlite option | Max Kellermann | 1 | -0/+2 |
2009-01-11 | Makefile.am: moved C/CPP/LDFLAGS up | Max Kellermann | 1 | -26/+26 |
2009-01-10 | Introducing mixer api | Viliam Mateicka | 1 | -0/+1 |
2009-01-07 | Makefile.am: added mixer_api.h to mpd_headers | Max Kellermann | 1 | -0/+1 |
2009-01-07 | pcm_utils: moved conversion code to pcm_convert.c | Max Kellermann | 1 | -1/+2 |
2009-01-07 | pcm_utils: moved code to pcm_format.c | Max Kellermann | 1 | -0/+2 |
2009-01-07 | pcm_utils: moved code to pcm_mix.c | Max Kellermann | 1 | -0/+2 |
2009-01-07 | pcm_utils: moved code to pcm_volume.c | Max Kellermann | 1 | -0/+2 |
2009-01-07 | removed dlist.h | Max Kellermann | 1 | -1/+0 |
2009-01-04 | removed the "condition" library | Max Kellermann | 1 | -2/+0 |
2009-01-03 | added library for parsing icy-metadata | Max Kellermann | 1 | -1/+2 |
2009-01-03 | pcm_utils: use the custom PRNG for volume dithering | Max Kellermann | 1 | -0/+1 |
2009-01-02 | list: removed linked list library | Max Kellermann | 1 | -2/+0 |
2009-01-01 | removed the signal_check libraries | Max Kellermann | 1 | -2/+0 |
2009-01-01 | main_notify: renamed source to event_pipe.c | Max Kellermann | 1 | -2/+2 |
2008-12-31 | Moving mixers to audio outputs | Viliam Mateicka | 1 | -1/+2 |