aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* queue: don't repeat current song in consume modeMax Kellermann2010-01-162-2/+3
* decoder_thread: fix CUE track playbackMax Kellermann2010-01-162-5/+11
* NEWS: added missing entryMax Kellermann2010-01-161-0/+1
* dbUtils: return empty tag value only if no value was foundMax Kellermann2010-01-021-1/+4
* input/curl: removed the built-in rewinding codeMax Kellermann2009-12-301-181/+10
* input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann2009-12-297-1/+318
* decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann2009-12-295-4/+24
* Modify version string to post-release version 0.15.8~gitAvuton Olrich2009-12-272-1/+4
* mpd version 0.15.7release-0.15.7Avuton Olrich2009-12-272-2/+2
* dbUtils: return multiple tag values per songMax Kellermann2009-12-272-1/+1
* decoder_thread: eliminate jitter after seek failureMax Kellermann2009-12-262-1/+6
* decoder/wavpack: allow fine-grained seekingMax Kellermann2009-12-262-3/+3
* Makefile.am: create doxygen output directoryMax Kellermann2009-12-261-0/+1
* iso, zip: fixed memory leak in destructorMax Kellermann2009-12-153-2/+5
* archive: close archive when stream is closedMax Kellermann2009-12-155-0/+11
* archive/bz2: removed NULL check before g_free()Max Kellermann2009-12-151-2/+2
* input/archive: close the archive file on errorMax Kellermann2009-12-152-0/+2
* test/run_input: deinitialize everything after open() errorMax Kellermann2009-12-151-40/+50
* test/run_input: initialize archive pluginsMax Kellermann2009-12-151-0/+15
* input/file: don't fall back to parent directoryMax Kellermann2009-12-152-18/+5
* decoder/wavpack: don't use the nonstandard "uchar" typeMax Kellermann2009-12-111-1/+1
* mixer: explicitly close all mixers on shutdownMax Kellermann2009-12-082-0/+5
* mapper: apply filesystem_charset to playlistsMax Kellermann2009-12-085-11/+37
* command: verify playlist name in the "rm" commandMax Kellermann2009-12-082-0/+4
* mapper: fix memory leak when playlist_directory is not setMax Kellermann2009-12-082-2/+3
* tag_id3: fix ID3v1 charset conversionsvitoos2009-11-302-1/+3
* ffmpeg: don't try to force stereoMax Kellermann2009-11-302-4/+2
* decoder/flac: fixed compiler warningMax Kellermann2009-11-191-3/+1
* Modify version string to post-release version 0.15.7~gitAvuton Olrich2009-11-182-1/+4
* mpd version 0.15.6release-0.15.6Avuton Olrich2009-11-182-2/+2
* decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann2009-11-182-0/+3
* id3: allow 4 MB RIFF/AIFF tagsMax Kellermann2009-11-152-1/+3
* decoder/ffmpeg: align the output bufferMax Kellermann2009-11-152-5/+25
* decoder/flac: fixed CUE seeking range checkMax Kellermann2009-11-112-14/+9
* oggflac: rewind stream after FLAC detectionMax Kellermann2009-11-112-0/+9
* zzip: require libzzip 0.13Max Kellermann2009-11-102-1/+3
* input/mms: require libmms 0.4Max Kellermann2009-11-102-1/+2
* sticker: added fallback for sqlite3_prepare_v2()Max Kellermann2009-11-102-0/+5
* input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann2009-11-102-1/+3
* song_save: increased maximum line length to 32 kBMax Kellermann2009-11-012-3/+8
* decoder_control: removed unused DECODE_TYPE macrosMax Kellermann2009-10-311-3/+0
* decoder/ffmpeg: convert metadataMax Kellermann2009-10-282-4/+6
* update: delete ignored symlinks from databaseMax Kellermann2009-10-272-1/+6
* output_thread: check again if output is open on PAUSEMax Kellermann2009-10-212-0/+10
* Modify version string to post-release version 0.15.6~gitAvuton Olrich2009-10-182-1/+4
* mpd version 0.15.5release-0.15.5Avuton Olrich2009-10-182-2/+2
* decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann2009-10-162-2/+5
* update: fixed memory leak during container scanMax Kellermann2009-10-162-3/+7
* update: song_file_new() cannot failMax Kellermann2009-10-161-3/+0
* output_thread: check again if output is open on CANCELMax Kellermann2009-10-162-1/+3