| Commit message (Expand) | Author | Files | Lines |
2010-01-16 | queue: don't repeat current song in consume mode | Max Kellermann | 1 | -2/+2 |
2010-01-16 | decoder_thread: fix CUE track playback | Max Kellermann | 1 | -5/+10 |
2010-01-02 | dbUtils: return empty tag value only if no value was found | Max Kellermann | 1 | -1/+4 |
2009-12-30 | input/curl: removed the built-in rewinding code | Max Kellermann | 1 | -181/+10 |
2009-12-29 | input/rewind: new input_stream wrapper to allow stream rewinding | Max Kellermann | 5 | -0/+312 |
2009-12-29 | decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME types | Max Kellermann | 4 | -4/+22 |
2009-12-27 | dbUtils: return multiple tag values per song | Max Kellermann | 1 | -1/+0 |
2009-12-26 | decoder_thread: eliminate jitter after seek failure | Max Kellermann | 1 | -1/+5 |
2009-12-26 | decoder/wavpack: allow fine-grained seeking | Max Kellermann | 1 | -3/+2 |
2009-12-15 | iso, zip: fixed memory leak in destructor | Max Kellermann | 2 | -2/+4 |
2009-12-15 | archive: close archive when stream is closed | Max Kellermann | 4 | -0/+9 |
2009-12-15 | archive/bz2: removed NULL check before g_free() | Max Kellermann | 1 | -2/+2 |
2009-12-15 | input/archive: close the archive file on error | Max Kellermann | 1 | -0/+1 |
2009-12-15 | input/file: don't fall back to parent directory | Max Kellermann | 1 | -18/+3 |
2009-12-11 | decoder/wavpack: don't use the nonstandard "uchar" type | Max Kellermann | 1 | -1/+1 |
2009-12-08 | mixer: explicitly close all mixers on shutdown | Max Kellermann | 1 | -0/+4 |
2009-12-08 | mapper: apply filesystem_charset to playlists | Max Kellermann | 4 | -11/+36 |
2009-12-08 | command: verify playlist name in the "rm" command | Max Kellermann | 1 | -0/+3 |
2009-12-08 | mapper: fix memory leak when playlist_directory is not set | Max Kellermann | 1 | -2/+2 |
2009-11-30 | tag_id3: fix ID3v1 charset conversion | svitoos | 1 | -1/+1 |
2009-11-30 | ffmpeg: don't try to force stereo | Max Kellermann | 1 | -4/+0 |
2009-11-19 | decoder/flac: fixed compiler warning | Max Kellermann | 1 | -3/+1 |
2009-11-18 | decoder/flac: fixed NULL pointer dereference in CUE code | Max Kellermann | 1 | -0/+2 |
2009-11-15 | id3: allow 4 MB RIFF/AIFF tags | Max Kellermann | 1 | -1/+1 |
2009-11-15 | decoder/ffmpeg: align the output buffer | Max Kellermann | 1 | -5/+24 |
2009-11-11 | decoder/flac: fixed CUE seeking range check | Max Kellermann | 1 | -14/+8 |
2009-11-11 | oggflac: rewind stream after FLAC detection | Max Kellermann | 1 | -0/+8 |
2009-11-10 | sticker: added fallback for sqlite3_prepare_v2() | Max Kellermann | 1 | -0/+4 |
2009-11-10 | input/lastfm: fixed variable name in GLib<2.16 code path | Max Kellermann | 1 | -1/+1 |
2009-11-01 | song_save: increased maximum line length to 32 kB | Max Kellermann | 1 | -3/+7 |
2009-10-31 | decoder_control: removed unused DECODE_TYPE macros | Max Kellermann | 1 | -3/+0 |
2009-10-28 | decoder/ffmpeg: convert metadata | Max Kellermann | 1 | -4/+4 |
2009-10-27 | update: delete ignored symlinks from database | Max Kellermann | 1 | -1/+5 |
2009-10-21 | output_thread: check again if output is open on PAUSE | Max Kellermann | 1 | -0/+9 |
2009-10-16 | decoder/flac: fixed two memory leaks in the CUE tag loader | Max Kellermann | 1 | -2/+3 |
2009-10-16 | update: fixed memory leak during container scan | Max Kellermann | 1 | -3/+6 |
2009-10-16 | update: song_file_new() cannot fail | Max Kellermann | 1 | -3/+0 |
2009-10-16 | output_thread: check again if output is open on CANCEL | Max Kellermann | 1 | -1/+2 |
2009-10-13 | input/curl: fixed endless loop during buffering | Max Kellermann | 1 | -1/+1 |
2009-10-11 | riff, aiff: fixed "limited range" gcc warning | Max Kellermann | 2 | -10/+10 |
2009-10-11 | decoder_thread: change the fallback decoder name to "mad" | Max Kellermann | 1 | -1/+1 |
2009-10-11 | input/curl: don't abort if a packet has only metadata | Max Kellermann | 1 | -20/+22 |
2009-10-11 | input/curl: moved code to fill_buffer() | Max Kellermann | 1 | -27/+40 |
2009-09-30 | decoder/ffmpeg: use the "artist" tag if "author" is not present | Max Kellermann | 1 | -2/+5 |
2009-09-30 | decoder/faad: skip assertion failure on large ID3 tags | Max Kellermann | 1 | -2/+6 |
2009-09-30 | decoder_buffer: added function decoder_buffer_skip() | Max Kellermann | 2 | -0/+36 |
2009-09-20 | input/mms: fix G_LOG_DOMAIN value | Serge Ziryukin | 1 | -1/+1 |
2009-09-20 | output/osx: fix the OS X 10.6 build | Patrik Weiskircher | 1 | -0/+1 |
2009-09-10 | decoder/vorbis: revert "faster tag scanning with ov_test_callback()" | Max Kellermann | 1 | -1/+1 |
2009-08-24 | decoder/vorbis: faster tag scanning with ov_test_callback() | Rasmus Steinke | 1 | -1/+1 |