| Commit message (Expand) | Author | Age | Files | Lines |
* | update: recursively purge deleted directories | Max Kellermann | 2009-02-12 | 1 | -1/+1 |
* | aac: fix stream metadata | Max Kellermann | 2009-02-12 | 1 | -1/+1 |
* | ffmpeg: added TTA support | Max Kellermann | 2009-02-11 | 1 | -0/+2 |
* | shout: clear buffer before calling the encoder | Max Kellermann | 2009-02-09 | 3 | -18/+14 |
* | shout: don't postpone metadata | Max Kellermann | 2009-02-09 | 3 | -34/+14 |
* | shout: use libshout's synchronization | Max Kellermann | 2009-02-09 | 2 | -24/+4 |
* | shout: switch to blocking mode | Max Kellermann | 2009-02-09 | 2 | -78/+8 |
* | 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 | 1 | -0/+1 |
* | ffmpeg: fixed seek integer overflow | Max Kellermann | 2009-02-03 | 1 | -3/+4 |
* | ffmpeg: check if the time stamp is valid | Max Kellermann | 2009-02-03 | 1 | -4/+5 |
* | ffmpeg: don't warn of empty packet output | Max Kellermann | 2009-02-03 | 1 | -3/+2 |
* | 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 | 1 | -2/+6 |
* | 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 | 1 | -1/+4 |
* | mikmod: call MikMod_Exit() only in the finish() method | Matthias Drochner | 2009-01-30 | 1 | -6/+0 |
* | wavpack: pass NULL if the .wvc file fails to open | Max Kellermann | 2009-01-30 | 1 | -1/+3 |
* | 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 | 1 | -1/+15 |
* | ffmeg: added support for the tags comment, genre, year | David Horn | 2009-01-30 | 1 | -0/+10 |
* | jack: reduced sleep time to 1ms | Max Kellermann | 2009-01-29 | 1 | -1/+1 |
* | jack: clear "shutdown" flag on reconnect | Max Kellermann | 2009-01-29 | 1 | -0/+2 |
* | jack: allocate ring buffers before connecting | Max Kellermann | 2009-01-29 | 1 | -5/+3 |
* | jack: register ports before activating clients | Max Kellermann | 2009-01-29 | 1 | -5/+5 |
* | oggvorbis: disable seeking on remote songs | Max Kellermann | 2009-01-17 | 1 | -6/+24 |
* | 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 | 1 | -2/+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 | 1 | -0/+5 |
* | input_curl: call curl_multi_info_read() in constructor | Max Kellermann | 2009-01-15 | 1 | -0/+6 |
* | playlist: safely search the playlist for deleted song | Max Kellermann | 2009-01-14 | 1 | -1/+1 |
* | 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 | 1 | -0/+30 |
* | playlist: implement Fisher-Yates shuffle properly | Max Kellermann | 2009-01-13 | 1 | -2/+2 |
* | 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 | 1 | -0/+6 |
* | decoder_api: don't ignore DECODE_COMMAND_STOP | Max Kellermann | 2009-01-13 | 1 | -2/+1 |
* | update: save the database even if it is empty | Max Kellermann | 2009-01-13 | 2 | -1/+14 |
* | pcm_utils: use the custom PRNG for volume dithering | Max Kellermann | 2009-01-13 | 4 | -6/+40 |
* | update: refresh stats when database update is finished | Max Kellermann | 2009-01-13 | 1 | -0/+5 |
* | playlist: log errors during loadPlaylist() | Max Kellermann | 2009-01-13 | 3 | -5/+4 |
* | player_thread: fix cross-fading duplicate chunk bug | Max Kellermann | 2009-01-04 | 1 | -0/+8 |
* | decoder_api: moved code to do_send_tag(), free temporary tag | Max Kellermann | 2009-01-04 | 1 | -7/+17 |
* | 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 | 1 | -42/+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 |