aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
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
2009-08-19update: don't re-read unchanged container filesIgor Kuzmin1-1/+2
2009-08-18output_init: initialize the "pause" flagMax Kellermann1-0/+1
2009-08-14output/shout: minimize the unpause latencyMax Kellermann1-0/+7
2009-08-14output: fixed shout stuck pause bugMax Kellermann3-0/+20
2009-08-14directory: free empty directories after removing them (memleak)Max Kellermann1-3/+8
2009-08-14update: free temporary string in container scan (memleak)Max Kellermann1-2/+6
2009-08-14decoder/flac: don't allocate cuesheet twice (memleak)Max Kellermann1-4/+6
2009-08-14update: free empty path string (memleak)Max Kellermann1-1/+2
2009-07-22decoder/flac: fixed indentation of flac_comment_value()Max Kellermann1-19/+21
2009-07-22decoder/flac: parse all replaygain tagsMax Kellermann1-14/+18
2009-07-22decoder/flac: return early from flac_find_float_comment()Max Kellermann1-21/+22
2009-07-22decoder/flac: removed misplaced authorship commentMax Kellermann1-1/+0
2009-07-22mad: skip ID3 frames when libid3tag is disabledMax Kellermann1-6/+28
2009-07-19ape: added protection against large memory allocationsMax Kellermann1-0/+3
2009-07-19tag_ape: removed redundant length checkMax Kellermann1-3/+4
2009-07-18ape: check the tag size (fixes integer underflow)Max Kellermann1-1/+1
2009-07-14output/httpd: removed duplicate sys/types.h includeMax Kellermann1-4/+0
2009-07-06decoder/flac: fix assertion failure in tag_free() callMax Kellermann1-2/+1
2009-07-06output/httpd: include sys/types.hMax Kellermann1-0/+1
2009-07-06song: initialize mtime in song_alloc()Max Kellermann1-0/+1
2009-07-05log: fix double free() bug during shutdownMax Kellermann1-6/+2
2009-06-30database: fixed NULL pointer dereference after charset changeMax Kellermann1-4/+5
2009-06-29output_thread: don't play next chunk after command==PAUSEMax Kellermann1-1/+5
2009-06-29output_all: don't resume playback when stopping during pauseMax Kellermann1-2/+0
2009-06-19decoder_thread: reopen the stream after file_decode() has failedMax Kellermann1-0/+11
2009-06-10listen: bind() failure on secondary address is non-fatalMax Kellermann1-3/+25
2009-06-10listen: renamed "error" to "error_r" in listen_add_host()Max Kellermann1-4/+4
2009-06-10listen: print debug message before bind()Max Kellermann1-0/+7
2009-06-08ffmpeg: moved code to ffmpeg_copy_metadata()Max Kellermann1-33/+18