| Commit message (Expand) | Author | Age | Files | Lines |
* | shout: switch to blocking mode | Max Kellermann | 2009-02-09 | 3 | -78/+9 |
* | shout: removed shout_data.tag_to_send | Max Kellermann | 2009-02-09 | 2 | -9/+6 |
* | shout: removed shout_data.shout_error | Max Kellermann | 2009-02-09 | 2 | -4/+0 |
* | ffmpeg: enable WAV streaming | Qball Cow | 2009-02-04 | 2 | -0/+2 |
* | ffmpeg: fixed seek integer overflow | Max Kellermann | 2009-02-03 | 2 | -3/+5 |
* | ffmpeg: check if the time stamp is valid | Max Kellermann | 2009-02-03 | 2 | -4/+6 |
* | ffmpeg: don't warn of empty packet output | Max Kellermann | 2009-02-03 | 2 | -3/+3 |
* | ffmpeg: print codec name | Max Kellermann | 2009-02-03 | 1 | -0/+3 |
* | shout_mp3: call lame_close() in clear_encoder() method | Max Kellermann | 2009-02-02 | 2 | -2/+7 |
* | shout_mp3: free the lame_data struct on exit | Max Kellermann | 2009-02-02 | 1 | -0/+2 |
* | player_thread: set player error when output device fails | Max Kellermann | 2009-02-02 | 2 | -1/+5 |
* | mikmod: call MikMod_Exit() only in the finish() method | Matthias Drochner | 2009-01-30 | 2 | -6/+1 |
* | wavpack: pass NULL if the .wvc file fails to open | Max Kellermann | 2009-01-30 | 2 | -1/+4 |
* | mapper: ignore duplicate slashes in playlists | Max Kellermann | 2009-01-30 | 1 | -0/+3 |
* | mapper: remove trailing slashes from music_directory | Max Kellermann | 2009-01-30 | 2 | -1/+16 |
* | ffmeg: added support for the tags comment, genre, year | David Horn | 2009-01-30 | 2 | -0/+12 |
* | jack: reduced sleep time to 1ms | Max Kellermann | 2009-01-29 | 2 | -1/+2 |
* | 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 |