| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | input/lastfm: fixed variable name in GLib<2.16 code path | Max Kellermann | 2009-11-10 | 2 | -1/+3 |
* | song_save: increased maximum line length to 32 kB | Max Kellermann | 2009-11-01 | 2 | -3/+8 |
* | decoder_control: removed unused DECODE_TYPE macros | Max Kellermann | 2009-10-31 | 1 | -3/+0 |
* | decoder/ffmpeg: convert metadata | Max Kellermann | 2009-10-28 | 2 | -4/+6 |
* | update: delete ignored symlinks from database | Max Kellermann | 2009-10-27 | 2 | -1/+6 |
* | output_thread: check again if output is open on PAUSE | Max Kellermann | 2009-10-21 | 2 | -0/+10 |
* | Modify version string to post-release version 0.15.6~git | Avuton Olrich | 2009-10-18 | 2 | -1/+4 |
* | mpd version 0.15.5release-0.15.5 | Avuton Olrich | 2009-10-18 | 2 | -2/+2 |
* | decoder/flac: fixed two memory leaks in the CUE tag loader | Max Kellermann | 2009-10-16 | 2 | -2/+5 |
* | update: fixed memory leak during container scan | Max Kellermann | 2009-10-16 | 2 | -3/+7 |
* | update: song_file_new() cannot fail | Max Kellermann | 2009-10-16 | 1 | -3/+0 |
* | output_thread: check again if output is open on CANCEL | Max Kellermann | 2009-10-16 | 2 | -1/+3 |
* | input/curl: fixed endless loop during buffering | Max Kellermann | 2009-10-13 | 2 | -1/+2 |
* | riff, aiff: fixed "limited range" gcc warning | Max Kellermann | 2009-10-11 | 3 | -10/+12 |