| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | doc: documented the "openal" output plugin settings | Serge Ziryukin | 2009-09-06 | 2 | -0/+34 |
* | | output/openal: fix default device name | Serge Ziryukin | 2009-09-06 | 1 | -3/+3 |
* | | configure.ac: use /Developer/SDKs/MacOSX10.5.sdk | Patrik Weiskircher | 2009-09-06 | 1 | -0/+6 |
* | | openal output plugin | Serge Ziryukin | 2009-09-06 | 4 | -0/+300 |
* | | Merge branch 'master' of git://git.musicpd.org/avuton/mpd | Max Kellermann | 2009-09-02 | 1 | -7/+4 |
|\ \ |
|
| * | | doc: Unify position of footnotes and cleanup wording. | Avuton Olrich | 2009-08-30 | 1 | -4/+4 |
| * | | doc: Remove superfluous comment already described in footnotes. | Avuton Olrich | 2009-08-30 | 1 | -3/+0 |
* | | | decoder/sidplay: support seeking | Mike Dawson | 2009-08-30 | 2 | -3/+35 |
* | | | decoder/sidplay: implemented songlength database | Mike Dawson | 2009-08-30 | 4 | -2/+117 |
* | | | decoder/sidplay: subtunes | Mike Dawson | 2009-08-30 | 2 | -8/+126 |
* | | | Merged release 0.15.3 from branch 'v0.15.x' | Max Kellermann | 2009-08-30 | 5 | -2/+30 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | mpd version 0.15.3release-0.15.3 | Avuton Olrich | 2009-08-29 | 2 | -2/+2 |
| * | Document nextsong and nextsongid. | Anton Khirnov | 2009-08-24 | 1 | -0/+18 |
| * | decoder/vorbis: faster tag scanning with ov_test_callback() | Rasmus Steinke | 2009-08-24 | 2 | -1/+3 |
| * | update: don't re-read unchanged container files | Igor Kuzmin | 2009-08-19 | 2 | -1/+3 |
| * | output_init: initialize the "pause" flag | Max Kellermann | 2009-08-18 | 2 | -0/+3 |
| * | Modify version string to post-release version 0.15.3~git | Avuton Olrich | 2009-08-15 | 2 | -1/+4 |
* | | decoder/mpg123: new decoder plugin based on libmpg123 | Max Kellermann | 2009-08-26 | 6 | -0/+243 |
* | | command: add "findadd" command. | Anton Khirnov | 2009-08-25 | 5 | -0/+69 |
* | | decoder/vorbis: open file in "binary" mode | Gunnar Roth | 2009-08-25 | 1 | -1/+1 |
* | | output/recorder: new output plugin for recording radio streams | Max Kellermann | 2009-08-24 | 7 | -2/+338 |
* | | conf: removed the deprecated "error_file" option | Max Kellermann | 2009-08-24 | 3 | -2/+1 |
* | | Merged release 0.15.2 from branch 'v0.15.x' | Max Kellermann | 2009-08-15 | 11 | -73/+159 |
|\| |
|
| * | mpd version 0.15.2release-0.15.2 | Avuton Olrich | 2009-08-15 | 2 | -2/+2 |
| * | output/shout: minimize the unpause latency | Max Kellermann | 2009-08-14 | 2 | -0/+8 |
| * | output: fixed shout stuck pause bug | Max Kellermann | 2009-08-14 | 4 | -0/+22 |
| * | directory: free empty directories after removing them (memleak) | Max Kellermann | 2009-08-14 | 2 | -3/+9 |
| * | update: free temporary string in container scan (memleak) | Max Kellermann | 2009-08-14 | 2 | -2/+7 |
| * | decoder/flac: don't allocate cuesheet twice (memleak) | Max Kellermann | 2009-08-14 | 2 | -4/+7 |
| * | update: free empty path string (memleak) | Max Kellermann | 2009-08-14 | 2 | -1/+3 |
| * | decoder/flac: fixed indentation of flac_comment_value() | Max Kellermann | 2009-07-22 | 1 | -19/+21 |
| * | decoder/flac: parse all replaygain tags | Max Kellermann | 2009-07-22 | 2 | -14/+19 |
| * | decoder/flac: return early from flac_find_float_comment() | Max Kellermann | 2009-07-22 | 1 | -21/+22 |
| * | decoder/flac: removed misplaced authorship comment | Max Kellermann | 2009-07-22 | 1 | -1/+0 |
| * | mad: skip ID3 frames when libid3tag is disabled | Max Kellermann | 2009-07-22 | 2 | -6/+30 |
| * | ape: added protection against large memory allocations | Max Kellermann | 2009-07-19 | 2 | -0/+4 |
| * | tag_ape: removed redundant length check | Max Kellermann | 2009-07-19 | 1 | -3/+4 |
| * | ape: check the tag size (fixes integer underflow) | Max Kellermann | 2009-07-18 | 2 | -1/+3 |
| * | configure.ac: fix the --enable-alsa help string | Max Kellermann | 2009-07-17 | 1 | -2/+1 |
| * | Modify version string to post-release version 0.15.2~git | Avuton Olrich | 2009-07-15 | 2 | -1/+4 |
* | | decoder_control: protect command, state with a mutex | Max Kellermann | 2009-08-13 | 6 | -31/+241 |
* | | use daemon() when the C library provides it | Mike Frysinger | 2009-08-13 | 2 | -7/+19 |
* | | test: initialize locale in read_tags.c | Max Kellermann | 2009-08-04 | 1 | -0/+10 |
* | | tag_id3: moved id3_genre_name() call to tag_id3_import_text() | Max Kellermann | 2009-08-04 | 1 | -6/+6 |
* | | tag_id3: splitted function tag_id3_import_frame() | Max Kellermann | 2009-08-04 | 1 | -119/+91 |
* | | tag_id3: corrected parameter types | Max Kellermann | 2009-08-04 | 1 | -2/+3 |
* | | tag_id3: converted tag_is_id3v1() to an inline function | Max Kellermann | 2009-08-04 | 1 | -1/+6 |
* | | tag_id3: no CamelCase | Max Kellermann | 2009-08-04 | 1 | -57/+64 |
* | | ffmpeg_plugin: convert metadata to generic format | Anton Khirnov | 2009-08-03 | 2 | -1/+4 |
* | | command: moved command_process_list() to client.c | Max Kellermann | 2009-07-29 | 3 | -35/+30 |