| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | song: moved code to song_update.c | Max Kellermann | 2009-10-12 | 3 | -147/+173 |
* | | decoder_thread: removed redundant NULL assignments | Max Kellermann | 2009-10-11 | 1 | -2/+1 |
* | | input_stream: use "goffset" instead of "off_t" | Max Kellermann | 2009-10-11 | 10 | -25/+25 |
* | | Merge branch 'v0.15.x' | Max Kellermann | 2009-10-11 | 5 | -54/+77 |
|\| |
|
| * | riff, aiff: fixed "limited range" gcc warning | Max Kellermann | 2009-10-11 | 3 | -10/+12 |
| * | decoder_thread: change the fallback decoder name to "mad" | Max Kellermann | 2009-10-11 | 2 | -1/+2 |
| * | input/curl: don't abort if a packet has only metadata | Max Kellermann | 2009-10-11 | 2 | -20/+24 |
| * | input/curl: moved code to fill_buffer() | Max Kellermann | 2009-10-11 | 1 | -27/+40 |
| * | Modify version string to post-release version 0.15.5~git | Avuton Olrich | 2009-10-03 | 2 | -1/+4 |
* | | configure: Fix up the recorder plugin configure. | Avuton Olrich | 2009-10-10 | 1 | -3/+3 |
* | | doc/protocol.xml: "addid" with negative position is deprecated | Max Kellermann | 2009-10-09 | 2 | -4/+2 |
* | | player_thread: get "elapsed" from audio outputs | Max Kellermann | 2009-10-08 | 5 | -4/+42 |