| Commit message (Expand) | Author | Age | Files | Lines |
* | pulse: code rewrite using the asynchronous libpulse API | Max Kellermann | 2009-10-21 | 8 | -283/+787 |
* | mixer_plugin: pass audio_output pointer to mixer_plugin.init() | Max Kellermann | 2009-10-21 | 9 | -13/+21 |
* | volume: added PIPE_EVENT_MIXER | Max Kellermann | 2009-10-21 | 2 | -0/+19 |
* | mixer_plugin: use GError for error handling | Max Kellermann | 2009-10-20 | 11 | -85/+203 |
* | output_init: renamed parameter "error" to "error_r" | Max Kellermann | 2009-10-20 | 2 | -8/+8 |
* | mixer/{oss,alsa}: renamed the mixer source files | Max Kellermann | 2009-10-20 | 7 | -15/+17 |
* | output/pulse: renamed context to "Music Player Daemon" | Max Kellermann | 2009-10-20 | 2 | -1/+2 |
* | pulse: renamed source files | Max Kellermann | 2009-10-20 | 5 | -10/+12 |
* | pulse: announce "media.role=music" | Max Kellermann | 2009-10-20 | 2 | -0/+3 |
* | main: call g_set_application_name() | Max Kellermann | 2009-10-20 | 1 | -0/+2 |
* | mapper, update, ...: use g_build_filename(), G_DIR_SEPARATOR, ... | Max Kellermann | 2009-10-20 | 7 | -11/+10 |
* | Merged release 0.15.5 from branch 'v0.15.x' | Max Kellermann | 2009-10-18 | 4 | -10/+16 |
|\ |
|
| * | mpd version 0.15.5release-0.15.5 | Avuton Olrich | 2009-10-18 | 2 | -2/+2 |
| * | decoder/flac: fixed two memory leaks in the CUE tag loader | Max Kellermann | 2009-10-16 | 2 | -2/+5 |
| * | update: fixed memory leak during container scan | Max Kellermann | 2009-10-16 | 2 | -3/+7 |
| * | update: song_file_new() cannot fail | Max Kellermann | 2009-10-16 | 1 | -3/+0 |
| * | output_thread: check again if output is open on CANCEL | Max Kellermann | 2009-10-16 | 2 | -1/+3 |
* | | decoder/vorbis: avoid unused symbol warnings from vorbisfile.h | Serge Ziryukin | 2009-10-18 | 1 | -0/+1 |
* | | command: omitting the range end is possible | Max Kellermann | 2009-10-18 | 3 | -1/+19 |
* | | command: use GLib limit macros in check_range() | Max Kellermann | 2009-10-18 | 1 | -10/+10 |
* | | doc/protocol.xml: documented range parameter in "delete" | Max Kellermann | 2009-10-18 | 1 | -1/+4 |
* | | command: allow changing replay gain mode on-the-fly | Max Kellermann | 2009-10-17 | 5 | -1/+99 |
* | | replay_gain: moved mode parser to replay_gain_set_mode_string() | Max Kellermann | 2009-10-17 | 1 | -6/+19 |
* | | replay_gain: added setting "replaygain off" | Max Kellermann | 2009-10-17 | 3 | -4/+4 |
* | | replay_gain: read configuration even when replay gain is disabled | Max Kellermann | 2009-10-17 | 1 | -4/+3 |
* | | update: obey .mpdignore files | Max Kellermann | 2009-10-16 | 6 | -3/+213 |
* | | doc/user.xml: added chapter "Using MPD" | Max Kellermann | 2009-10-16 | 1 | -0/+56 |
* | | doc/user.xml: added playlist plugin reference | Max Kellermann | 2009-10-16 | 1 | -9/+68 |
* | | notify_queue: use g_timeout_add_seconds() | A. Klitzing | 2009-10-15 | 1 | -2/+2 |
* | | player_thread: don't call audio_output_all_check() if paused | Max Kellermann | 2009-10-15 | 1 | -1/+2 |
* | | Add PLS Parser | Qball Cow | 2009-10-15 | 5 | -1/+245 |
* | | input/lastfm: removed obsolete last.fm input plugin | Max Kellermann | 2009-10-13 | 6 | -508/+1 |
* | | command: "load" supports remote playlists (m3u, xspf, lastfm://) | Max Kellermann | 2009-10-13 | 5 | -0/+150 |
* | | main: initialize playlist plugins | Max Kellermann | 2009-10-13 | 1 | -0/+3 |
* | | song: renamed attribute "url" to "uri" | Max Kellermann | 2009-10-13 | 13 | -45/+44 |
* | | queue: no CamelCase | Max Kellermann | 2009-10-13 | 2 | -17/+17 |
* | | playlist: added plugin for last.fm radio | Max Kellermann | 2009-10-13 | 4 | -0/+335 |
* | | playlist: added XSPF plugin | Max Kellermann | 2009-10-13 | 4 | -0/+360 |
* | | test/dump_playlist: try playlist_list_open_uri() first | Max Kellermann | 2009-10-13 | 1 | -21/+30 |
* | | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-13 | 2 | -1/+2 |
|\| |
|
| * | input/curl: fixed endless loop during buffering | Max Kellermann | 2009-10-13 | 2 | -1/+2 |
* | | test/dump_playlist: parse a configuration file | Max Kellermann | 2009-10-13 | 1 | -3/+11 |
* | | playlist_list: pass configuration to playlist plugins | Max Kellermann | 2009-10-13 | 4 | -2/+104 |
* | | playlist/m3u: added plugin name | Max Kellermann | 2009-10-13 | 1 | -0/+2 |
* | | playlist_list: initialize the "playlist" variable | Max Kellermann | 2009-10-13 | 1 | -1/+1 |
* | | tag: removed the "_ITEM_" suffix from the enum names | Max Kellermann | 2009-10-13 | 23 | -166/+161 |
* | | state_file: use g_timeout_add_seconds() | Max Kellermann | 2009-10-13 | 1 | -2/+3 |
* | | configure.ac: require GLib 2.16 | Max Kellermann | 2009-10-13 | 8 | -32/+4 |
* | | playlist_plugin: new plugin API for playlist parsers | Max Kellermann | 2009-10-12 | 8 | -0/+599 |
* | | text_input_stream: input_stream wrapper for reading text files | Max Kellermann | 2009-10-12 | 3 | -0/+142 |