| Commit message (Expand) | Author | Age | Files | Lines |
* | jack: clear "shutdown" flag on reconnect | Max Kellermann | 2009-01-29 | 2 | -0/+3 |
* | jack: allocate ring buffers before connecting | Max Kellermann | 2009-01-29 | 2 | -5/+5 |
* | jack: register ports before activating clients | Max Kellermann | 2009-01-29 | 1 | -5/+5 |
* | Modify version string to post-release version 0.14.2~git | Avuton Olrich | 2009-01-17 | 2 | -1/+4 |
* | mpd version 0.14.1release-0.14.1 | Avuton Olrich | 2009-01-17 | 2 | -2/+2 |
* | oggvorbis: disable seeking on remote songs | Max Kellermann | 2009-01-17 | 2 | -6/+25 |
* | decoder_api: added assertion on partial frames | Max Kellermann | 2009-01-16 | 1 | -0/+1 |
* | pcm_resample_fallback: corrected the sample calculation | Max Kellermann | 2009-01-16 | 2 | -2/+5 |
* | oggvorbis: define HAVE_OGGVORBIS when tremor is enabled | Max Kellermann | 2009-01-15 | 2 | -1/+4 |
* | input_curl: don't call input_curl_select() when already at EOF | Max Kellermann | 2009-01-15 | 1 | -1/+3 |
* | input_curl: set "ready" flag on EOF | Max Kellermann | 2009-01-15 | 2 | -0/+6 |
* | input_curl: call curl_multi_info_read() in constructor | Max Kellermann | 2009-01-15 | 2 | -0/+7 |
* | playlist: safely search the playlist for deleted song | Max Kellermann | 2009-01-14 | 2 | -3/+5 |
* | song_save: check for colon and space when loading a tag | Max Kellermann | 2009-01-14 | 1 | -2/+4 |
* | input_curl: honour http_proxy_* config directives | Joe Milbourn | 2009-01-13 | 2 | -0/+31 |
* | playlist: implement Fisher-Yates shuffle properly | Max Kellermann | 2009-01-13 | 2 | -2/+3 |
* | playlist: use GLib's random number generator | Max Kellermann | 2009-01-13 | 1 | -6/+10 |
* | input_curl: use select() to eliminate busy loop during connect | Max Kellermann | 2009-01-13 | 2 | -0/+8 |
* | decoder_api: don't ignore DECODE_COMMAND_STOP | Max Kellermann | 2009-01-13 | 1 | -2/+1 |
* | configure.ac: removed duplicate PKG_PROG_PKG_CONFIG | Max Kellermann | 2009-01-13 | 1 | -2/+0 |
* | updated .gitignore | Max Kellermann | 2009-01-13 | 1 | -0/+3 |
* | update: save the database even if it is empty | Max Kellermann | 2009-01-13 | 3 | -1/+15 |
* | pcm_utils: use the custom PRNG for volume dithering | Max Kellermann | 2009-01-13 | 5 | -6/+41 |
* | update: refresh stats when database update is finished | Max Kellermann | 2009-01-13 | 2 | -0/+7 |
* | configure.ac: detect libid3tag without pkg-config | Max Kellermann | 2009-01-13 | 2 | -3/+9 |
* | playlist: log errors during loadPlaylist() | Max Kellermann | 2009-01-13 | 4 | -5/+5 |
* | player_thread: fix cross-fading duplicate chunk bug | Max Kellermann | 2009-01-04 | 2 | -0/+9 |
* | decoder_api: moved code to do_send_tag(), free temporary tag | Max Kellermann | 2009-01-04 | 2 | -7/+18 |
* | NEWS: updated NEWS file for 0.14.1 | Max Kellermann | 2009-01-04 | 1 | -1/+10 |
* | Check for pkg-config before using it | Qball Cow | 2009-01-04 | 1 | -0/+3 |
* | jack: duplicate jack_get_ports() return values | Max Kellermann | 2009-01-02 | 1 | -3/+4 |
* | bonjour: fixed "unused parameter" warnings | Max Kellermann | 2009-01-02 | 1 | -7/+13 |
* | main: use g_setenv() instead of setenv() | Max Kellermann | 2009-01-02 | 2 | -43/+1 |
* | log: automatically append newline | Max Kellermann | 2009-01-02 | 1 | -2/+17 |
* | tag_id3: strip leading and trailing whitespace from ID3 tags | Thomas Jansen | 2009-01-02 | 1 | -2/+6 |
* | mp4: support the writer/composer tag | Frank Mulder | 2009-01-02 | 1 | -0/+2 |
* | configure.ac: version number 0.14.1~git | Max Kellermann | 2009-01-02 | 2 | -1/+3 |
* | MPD version 0.14release-0.14 | Avuton Olrich | 2008-12-25 | 2 | -6/+2 |
* | Fix a few problems with the huge mpdconf update. There's alot of shift here, ... | Avuton Olrich | 2008-12-24 | 1 | -72/+86 |
* | doc: fix "playlistdelete" documentation | Max Kellermann | 2008-12-24 | 1 | -2/+2 |
* | playlist: fix stored playlist modifications with absolute paths | Max Kellermann | 2008-12-24 | 3 | -2/+20 |
* | stored_playlist: fix integer overflow in length estimation | Max Kellermann | 2008-12-24 | 1 | -1/+1 |
* | ffmpeg: case AV_NOPTS_VALUE to int64_t | Max Kellermann | 2008-12-24 | 1 | -2/+2 |
* | ffmpeg: don't assign "0" to pointer | Max Kellermann | 2008-12-24 | 1 | -1/+1 |
* | Makefile.am: fix sparse invocation | Max Kellermann | 2008-12-24 | 1 | -1/+4 |
* | added build test script "test.sh" | Max Kellermann | 2008-12-24 | 1 | -0/+87 |
* | mp3: "tag" argument is unused when libid3tag is disabled | Max Kellermann | 2008-12-24 | 1 | -2/+2 |
* | listen: "port" argument is unused when TCP support is disabled | Max Kellermann | 2008-12-24 | 1 | -1/+2 |
* | Makefile.am: distribute only real scripts | Max Kellermann | 2008-12-24 | 1 | -1/+1 |
* | Makefile.am: removed m4/* from EXTRA_DIST | Max Kellermann | 2008-12-24 | 1 | -1/+3 |