| Commit message (Expand) | Author | Files | Lines |
2010-06-30 | pcm_buffer: make the buffer pointer "void" | Max Kellermann | 1 | -1/+1 |
2010-06-30 | decoder/mp4ff: support tag "album artist" | Max Kellermann | 1 | -0/+1 |
2010-06-30 | Make get_remote_uid() work on BSD | Andreas Vögele | 1 | -1/+7 |
2010-06-30 | playlist: emit IDLE_OPTIONS when resetting single mode | Max Kellermann | 1 | -0/+3 |
2010-06-30 | directory_print: return void | Max Kellermann | 2 | -7/+3 |
2010-06-30 | decoder/mikmod: fix memory leak | Max Kellermann | 1 | -2/+4 |
2010-06-30 | decoder/mp4ff: remove duplicate entries in the tag name table | Max Kellermann | 1 | -9/+5 |
2010-06-30 | decoder/mp4ff: moved code to mp4ff_tag_name_parse() | Max Kellermann | 1 | -1/+7 |
2010-06-30 | tag_ape: remove duplicate entries in the tag name table | Max Kellermann | 1 | -7/+5 |
2010-06-30 | tag: added function tag_name_parse() | Max Kellermann | 3 | -12/+60 |
2010-06-30 | tag_ape: move code to tag_ape_name_parse() | Max Kellermann | 1 | -1/+7 |
2010-06-30 | decoder/vorbis: use single global ov_callbacks constant | Max Kellermann | 1 | -7/+9 |
2010-06-30 | decoder/mp4ff: support tags "albumartist", "band" | Max Kellermann | 1 | -0/+2 |
2010-06-30 | decoder/mp4ff: use tag_table.h to parse tag names | Max Kellermann | 1 | -18/+15 |
2010-06-30 | tag_ape: move table lookup to tag_table.h | Max Kellermann | 2 | -9/+52 |
2010-06-30 | tag_ape: support album artist | Max Kellermann | 1 | -0/+1 |
2010-06-30 | tag_ape: simplified the apeItems array | Max Kellermann | 1 | -22/+12 |
2010-06-30 | tag_ape: moved code to tag_ape_import_item() | Max Kellermann | 1 | -12/+22 |
2010-06-30 | tag_ape: converted apeItems and tagItems to global vars | Max Kellermann | 1 | -20/+20 |
2010-05-30 | decoder/mad: fix buffer variable name on !HAVE_ID3TAG | Max Kellermann | 1 | -3/+3 |
2010-05-18 | input/mms: initialize the "eof" attribute | Max Kellermann | 1 | -0/+2 |
2010-05-18 | input/mms: fix memory leak in error handler | Max Kellermann | 1 | -0/+1 |
2010-04-13 | decoder/mad: properly calculate ID3 size without libid3tag | Max Kellermann | 1 | -5/+25 |
2010-03-19 | decoder/mpcdec: fix replay gain formula with v8 | Aleksei Kaveshnikov | 1 | -0/+8 |
2010-03-17 | player_thread: postpone song tags during cross-fade | Max Kellermann | 1 | -0/+27 |
2010-03-17 | tag: added function tag_merge_replace() | Max Kellermann | 3 | -21/+26 |
2010-03-17 | decoder/mpcdec: fix negative shift on fixed-point samples | Piotr Gozdur | 1 | -1/+1 |
2010-03-07 | playlist: fix single+repeat in random mode | Max Kellermann | 1 | -1/+2 |
2010-02-27 | decoder/mad: fix crash when seeking at end of song | Max Kellermann | 1 | -4/+0 |
2010-01-17 | decoder/ffmpeg: added more MIME types | Max Kellermann | 1 | -0/+6 |
2010-01-17 | decoder/ffmpeg: append file name suffix to virtual stream URL | Max Kellermann | 1 | -4/+28 |
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 |