aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* input/file: don't fall back to parent directoryMax Kellermann2009-12-151-18/+3
* decoder/wavpack: don't use the nonstandard "uchar" typeMax Kellermann2009-12-111-1/+1
* mixer: explicitly close all mixers on shutdownMax Kellermann2009-12-081-0/+4
* mapper: apply filesystem_charset to playlistsMax Kellermann2009-12-084-11/+36
* command: verify playlist name in the "rm" commandMax Kellermann2009-12-081-0/+3
* mapper: fix memory leak when playlist_directory is not setMax Kellermann2009-12-081-2/+2
* tag_id3: fix ID3v1 charset conversionsvitoos2009-11-301-1/+1
* ffmpeg: don't try to force stereoMax Kellermann2009-11-301-4/+0
* decoder/flac: fixed compiler warningMax Kellermann2009-11-191-3/+1
* decoder/flac: fixed NULL pointer dereference in CUE codeMax Kellermann2009-11-181-0/+2
* id3: allow 4 MB RIFF/AIFF tagsMax Kellermann2009-11-151-1/+1
* decoder/ffmpeg: align the output bufferMax Kellermann2009-11-151-5/+24
* decoder/flac: fixed CUE seeking range checkMax Kellermann2009-11-111-14/+8
* oggflac: rewind stream after FLAC detectionMax Kellermann2009-11-111-0/+8
* sticker: added fallback for sqlite3_prepare_v2()Max Kellermann2009-11-101-0/+4
* input/lastfm: fixed variable name in GLib<2.16 code pathMax Kellermann2009-11-101-1/+1
* song_save: increased maximum line length to 32 kBMax Kellermann2009-11-011-3/+7
* decoder_control: removed unused DECODE_TYPE macrosMax Kellermann2009-10-311-3/+0
* decoder/ffmpeg: convert metadataMax Kellermann2009-10-281-4/+4
* update: delete ignored symlinks from databaseMax Kellermann2009-10-271-1/+5
* output_thread: check again if output is open on PAUSEMax Kellermann2009-10-211-0/+9
* decoder/flac: fixed two memory leaks in the CUE tag loaderMax Kellermann2009-10-161-2/+3
* update: fixed memory leak during container scanMax Kellermann2009-10-161-3/+6
* update: song_file_new() cannot failMax Kellermann2009-10-161-3/+0
* output_thread: check again if output is open on CANCELMax Kellermann2009-10-161-1/+2
* input/curl: fixed endless loop during bufferingMax Kellermann2009-10-131-1/+1
* riff, aiff: fixed "limited range" gcc warningMax Kellermann2009-10-112-10/+10
* decoder_thread: change the fallback decoder name to "mad"Max Kellermann2009-10-111-1/+1
* input/curl: don't abort if a packet has only metadataMax Kellermann2009-10-111-20/+22
* input/curl: moved code to fill_buffer()Max Kellermann2009-10-111-27/+40
* decoder/ffmpeg: use the "artist" tag if "author" is not presentMax Kellermann2009-09-301-2/+5
* decoder/faad: skip assertion failure on large ID3 tagsMax Kellermann2009-09-301-2/+6
* decoder_buffer: added function decoder_buffer_skip()Max Kellermann2009-09-302-0/+36
* input/mms: fix G_LOG_DOMAIN valueSerge Ziryukin2009-09-201-1/+1
* output/osx: fix the OS X 10.6 buildPatrik Weiskircher2009-09-201-0/+1
* decoder/vorbis: revert "faster tag scanning with ov_test_callback()"Max Kellermann2009-09-101-1/+1
* decoder/vorbis: faster tag scanning with ov_test_callback()Rasmus Steinke2009-08-241-1/+1
* update: don't re-read unchanged container filesIgor Kuzmin2009-08-191-1/+2
* output_init: initialize the "pause" flagMax Kellermann2009-08-181-0/+1
* output/shout: minimize the unpause latencyMax Kellermann2009-08-141-0/+7
* output: fixed shout stuck pause bugMax Kellermann2009-08-143-0/+20
* directory: free empty directories after removing them (memleak)Max Kellermann2009-08-141-3/+8
* update: free temporary string in container scan (memleak)Max Kellermann2009-08-141-2/+6
* decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann2009-08-141-4/+6
* update: free empty path string (memleak)Max Kellermann2009-08-141-1/+2
* decoder/flac: fixed indentation of flac_comment_value()Max Kellermann2009-07-221-19/+21
* decoder/flac: parse all replaygain tagsMax Kellermann2009-07-221-14/+18
* decoder/flac: return early from flac_find_float_comment()Max Kellermann2009-07-221-21/+22
* decoder/flac: removed misplaced authorship commentMax Kellermann2009-07-221-1/+0
* mad: skip ID3 frames when libid3tag is disabledMax Kellermann2009-07-221-6/+28