aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-16queue: don't repeat current song in consume modeMax Kellermann1-2/+2
2010-01-16decoder_thread: fix CUE track playbackMax Kellermann1-5/+10
2010-01-02dbUtils: return empty tag value only if no value was foundMax Kellermann1-1/+4
2009-12-30input/curl: removed the built-in rewinding codeMax Kellermann1-181/+10
2009-12-29input/rewind: new input_stream wrapper to allow stream rewindingMax Kellermann5-0/+312
2009-12-29decoder/{ffmpeg,flac,vorbis}: added more flac/vorbis MIME typesMax Kellermann4-4/+22
2009-12-27dbUtils: return multiple tag values per songMax Kellermann1-1/+0
2009-12-26decoder_thread: eliminate jitter after seek failureMax Kellermann1-1/+5
2009-12-26decoder/wavpack: allow fine-grained seekingMax Kellermann1-3/+2
2009-12-15iso, zip: fixed memory leak in destructorMax Kellermann2-2/+4
2009-12-15archive: close archive when stream is closedMax Kellermann4-0/+9
2009-12-15archive/bz2: removed NULL check before g_free()Max Kellermann1-2/+2
2009-12-15input/archive: close the archive file on errorMax Kellermann1-0/+1
2009-12-15input/file: don't fall back to parent directoryMax Kellermann1-18/+3
2009-12-11decoder/wavpack: don't use the nonstandard "uchar" typeMax Kellermann1-1/+1
2009-12-08mixer: explicitly close all mixers on shutdownMax Kellermann1-0/+4
2009-12-08mapper: apply filesystem_charset to playlistsMax Kellermann4-11/+36
2009-12-08command: verify playlist name in the "rm" commandMax Kellermann1-0/+3
2009-12-08mapper: fix memory leak when playlist_directory is not setMax Kellermann1-2/+2
2009-11-30tag_id3: fix ID3v1 charset conversionsvitoos1-1/+1
2009-11-30ffmpeg: don't try to force stereoMax Kellermann1-4/+0
2009-11-19decoder/flac: fixed compiler warningMax Kellermann1-3/+1
2009-11-18decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann1-0/+2
2009-11-15id3: allow 4 MB RIFF/AIFF tagsMax Kellermann1-1/+1
2009-11-15decoder/ffmpeg: align the output bufferMax Kellermann1-5/+24
2009-11-11decoder/flac: fixed CUE seeking range checkMax Kellermann1-14/+8
2009-11-11oggflac: rewind stream after FLAC detectionMax Kellermann1-0/+8
2009-11-10sticker: added fallback for sqlite3_prepare_v2()Max Kellermann1-0/+4
2009-11-10input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann1-1/+1
2009-11-01song_save: increased maximum line length to 32 kBMax Kellermann1-3/+7
2009-10-31decoder_control: removed unused DECODE_TYPE macrosMax Kellermann1-3/+0
2009-10-28decoder/ffmpeg: convert metadataMax Kellermann1-4/+4
2009-10-27update: delete ignored symlinks from databaseMax Kellermann1-1/+5
2009-10-21output_thread: check again if output is open on PAUSEMax Kellermann1-0/+9
2009-10-16decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann1-2/+3
2009-10-16update: fixed memory leak during container scanMax Kellermann1-3/+6
2009-10-16update: song_file_new() cannot failMax Kellermann1-3/+0
2009-10-16output_thread: check again if output is open on CANCELMax Kellermann1-1/+2
2009-10-13input/curl: fixed endless loop during bufferingMax Kellermann1-1/+1
2009-10-11riff, aiff: fixed "limited range" gcc warningMax Kellermann2-10/+10
2009-10-11decoder_thread: change the fallback decoder name to "mad"Max Kellermann1-1/+1
2009-10-11input/curl: don't abort if a packet has only metadataMax Kellermann1-20/+22
2009-10-11input/curl: moved code to fill_buffer()Max Kellermann1-27/+40
2009-09-30decoder/ffmpeg: use the "artist" tag if "author" is not presentMax Kellermann1-2/+5
2009-09-30decoder/faad: skip assertion failure on large ID3 tagsMax Kellermann1-2/+6
2009-09-30decoder_buffer: added function decoder_buffer_skip()Max Kellermann2-0/+36
2009-09-20input/mms: fix G_LOG_DOMAIN valueSerge Ziryukin1-1/+1
2009-09-20output/osx: fix the OS X 10.6 buildPatrik Weiskircher1-0/+1
2009-09-10decoder/vorbis: revert "faster tag scanning with ov_test_callback()"Max Kellermann1-1/+1
2009-08-24decoder/vorbis: faster tag scanning with ov_test_callback()Rasmus Steinke1-1/+1