| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | decoder/mpcdec: fix replay gain formula with v8 | Aleksei Kaveshnikov | 2010-03-19 | 2 | -0/+9 |
* | player_thread: postpone song tags during cross-fade | Max Kellermann | 2010-03-17 | 2 | -0/+28 |
* | tag: added function tag_merge_replace() | Max Kellermann | 2010-03-17 | 3 | -21/+26 |
* | decoder/mpcdec: fix negative shift on fixed-point samples | Piotr Gozdur | 2010-03-17 | 2 | -1/+2 |
* | playlist: fix single+repeat in random mode | Max Kellermann | 2010-03-07 | 2 | -1/+3 |
* | decoder/mad: fix crash when seeking at end of song | Max Kellermann | 2010-02-27 | 2 | -4/+2 |
* | Modify version string to post-release version 0.15.9~git | Avuton Olrich | 2010-01-18 | 2 | -1/+4 |
* | mpd version 0.15.8release-0.15.8 | Avuton Olrich | 2010-01-18 | 2 | -2/+2 |
* | decoder/ffmpeg: added more MIME types | Max Kellermann | 2010-01-17 | 1 | -0/+6 |
* | Makefile.am: link test/run_decoder and test/read_tags with timer.c | Max Kellermann | 2010-01-17 | 1 | -0/+2 |
* | decoder/ffmpeg: append file name suffix to virtual stream URL | Max Kellermann | 2010-01-17 | 2 | -4/+29 |
* | configure.ac: disable -Wdeclaration-after-statement | Max Kellermann | 2010-01-17 | 1 | -1/+0 |
* | queue: don't repeat current song in consume mode | Max Kellermann | 2010-01-16 | 2 | -2/+3 |
* | decoder_thread: fix CUE track playback | Max Kellermann | 2010-01-16 | 2 | -5/+11 |
* | NEWS: added missing entry | Max Kellermann | 2010-01-16 | 1 | -0/+1 |
* | dbUtils: return empty tag value only if no value was found | Max Kellermann | 2010-01-02 | 1 | -1/+4 |
* | input/curl: removed the built-in rewinding code | Max Kellermann | 2009-12-30 | 1 | -181/+10 |
* | input/rewind: new input_stream wrapper to allow stream rewinding | Max Kellermann | 2009-12-29 | 7 | -1/+318 |
* | decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME types | Max Kellermann | 2009-12-29 | 5 | -4/+24 |
* | Modify version string to post-release version 0.15.8~git | Avuton Olrich | 2009-12-27 | 2 | -1/+4 |
* | mpd version 0.15.7release-0.15.7 | Avuton Olrich | 2009-12-27 | 2 | -2/+2 |
* | dbUtils: return multiple tag values per song | Max Kellermann | 2009-12-27 | 2 | -1/+1 |
* | decoder_thread: eliminate jitter after seek failure | Max Kellermann | 2009-12-26 | 2 | -1/+6 |
* | decoder/wavpack: allow fine-grained seeking | Max Kellermann | 2009-12-26 | 2 | -3/+3 |
* | Makefile.am: create doxygen output directory | Max Kellermann | 2009-12-26 | 1 | -0/+1 |
* | iso, zip: fixed memory leak in destructor | Max Kellermann | 2009-12-15 | 3 | -2/+5 |
* | archive: close archive when stream is closed | Max Kellermann | 2009-12-15 | 5 | -0/+11 |
* | archive/bz2: removed NULL check before g_free() | Max Kellermann | 2009-12-15 | 1 | -2/+2 |
* | input/archive: close the archive file on error | Max Kellermann | 2009-12-15 | 2 | -0/+2 |
* | test/run_input: deinitialize everything after open() error | Max Kellermann | 2009-12-15 | 1 | -40/+50 |
* | test/run_input: initialize archive plugins | Max Kellermann | 2009-12-15 | 1 | -0/+15 |
* | input/file: don't fall back to parent directory | Max Kellermann | 2009-12-15 | 2 | -18/+5 |
* | decoder/wavpack: don't use the nonstandard "uchar" type | Max Kellermann | 2009-12-11 | 1 | -1/+1 |
* | mixer: explicitly close all mixers on shutdown | Max Kellermann | 2009-12-08 | 2 | -0/+5 |
* | mapper: apply filesystem_charset to playlists | Max Kellermann | 2009-12-08 | 5 | -11/+37 |
* | command: verify playlist name in the "rm" command | Max Kellermann | 2009-12-08 | 2 | -0/+4 |
* | mapper: fix memory leak when playlist_directory is not set | Max Kellermann | 2009-12-08 | 2 | -2/+3 |
* | tag_id3: fix ID3v1 charset conversion | svitoos | 2009-11-30 | 2 | -1/+3 |
* | ffmpeg: don't try to force stereo | Max Kellermann | 2009-11-30 | 2 | -4/+2 |
* | decoder/flac: fixed compiler warning | Max Kellermann | 2009-11-19 | 1 | -3/+1 |
* | Modify version string to post-release version 0.15.7~git | Avuton Olrich | 2009-11-18 | 2 | -1/+4 |
* | mpd version 0.15.6release-0.15.6 | Avuton Olrich | 2009-11-18 | 2 | -2/+2 |
* | decoder/flac: fixed NULL pointer dereference in CUE code | Max Kellermann | 2009-11-18 | 2 | -0/+3 |
* | id3: allow 4 MB RIFF/AIFF tags | Max Kellermann | 2009-11-15 | 2 | -1/+3 |
* | decoder/ffmpeg: align the output buffer | Max Kellermann | 2009-11-15 | 2 | -5/+25 |
* | decoder/flac: fixed CUE seeking range check | Max Kellermann | 2009-11-11 | 2 | -14/+9 |
* | oggflac: rewind stream after FLAC detection | Max Kellermann | 2009-11-11 | 2 | -0/+9 |
* | zzip: require libzzip 0.13 | Max Kellermann | 2009-11-10 | 2 | -1/+3 |
* | input/mms: require libmms 0.4 | Max Kellermann | 2009-11-10 | 2 | -1/+2 |
* | sticker: added fallback for sqlite3_prepare_v2() | Max Kellermann | 2009-11-10 | 2 | -0/+5 |