aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* songvec: remove songvec_pruneEric Wong2008-09-233-28/+0
* directory: update do its work inside a threadEric Wong2008-09-235-150/+58
* directory: use enum update_return for return values IIMax Kellermann2008-09-231-16/+21
* directory: use enum update_return for return valuesEric Wong2008-09-231-72/+49
* Don't try to prune unless we're updatingEric Wong2008-09-231-1/+2
* workaround race condition on updates with broken signal blockingEric Wong2008-09-231-39/+50
* Replace SongList with struct songvecEric Wong2008-09-2311-113/+212
* directory: remove unused updateMp3Directory() functionEric Wong2008-09-232-20/+0
* start using prefixcmp()Eric Wong2008-09-237-52/+24
* Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong2008-09-232-0/+12
* volume: oops, only #include <alloca.h> if OSS is enabledEric Wong2008-09-231-1/+0
* oss: avoid heap allocations when configuring mixerEric Wong2008-09-231-13/+13
* Directory: don't allocate stat information dynamicallyEric Wong2008-09-232-50/+22
* mp3: fix long line, I can't read past 80 colsEric Wong2008-09-231-1/+2
* main_notify: removed assertion in wakeup_main_task()Max Kellermann2008-09-231-2/+0
* main_notify: use init_async_pipe()Max Kellermann2008-09-231-8/+1
* mp3: fix buffer overflow when max_frames is too largeMax Kellermann2008-09-171-0/+5
* client: check expired after client_process_line()Max Kellermann2008-09-171-1/+3
* mp4: fix potential integer overflow bug in the mp4_decode() functionTerry2008-09-121-0/+7
* shout: don't write empty buffersMax Kellermann2008-09-121-2/+4
* shout: removed clear_shout_buffer()Max Kellermann2008-09-121-8/+2
* shout: make the shout_buffer staticMax Kellermann2008-09-124-12/+4
* shout: constant plugin declarationsMax Kellermann2008-09-124-7/+7
* shout: static encoder plugin listMax Kellermann2008-09-121-35/+15
* shout: removed typedefs on structs and plugin methodsMax Kellermann2008-09-124-73/+65
* shout: added mp3 encoderEric Wollesen2008-09-124-0/+197
* shout: introduce pluggable encoder APIEric Wollesen2008-09-123-55/+177
* shout: send shout metadataEric Wollesen2008-09-123-5/+19
* shout: added struct _ogg_vorbis_dataMax Kellermann2008-09-122-56/+73
* shout: added shout_bufferEric Wollesen2008-09-123-46/+102
* shout: moved code to audioOutput_shout_ogg.cMax Kellermann2008-09-124-153/+211
* shout: moved declarations to audioOutput_shout.hMax Kellermann2008-09-123-40/+70
* shout: removed commented codeMax Kellermann2008-09-121-4/+0
* shout: no CamelCaseMax Kellermann2008-09-121-194/+194
* output: copy reqAudioFormat to outAudioFormat only if not yet openMax Kellermann2008-09-111-1/+7
* output: don't initialize inAudioFormat, outAudioFormatMax Kellermann2008-09-111-4/+0
* shout: use reqAudioFormat instead of outAudioFormatMax Kellermann2008-09-111-1/+1
* shout: copy the audio_format, instead of taking a pointerMax Kellermann2008-09-111-13/+12
* output: removed audio_output.sameInAndOutFormatsMax Kellermann2008-09-113-8/+2
* output: removed audio_output.convertAudioFormatMax Kellermann2008-09-113-7/+3
* audio: removed commented codeMax Kellermann2008-09-101-12/+0
* audio: added assertionsMax Kellermann2008-09-101-0/+5
* audio: make audio_configFormat a static variableMax Kellermann2008-09-101-8/+5
* audio: don't free uninitialized audio_bufferMax Kellermann2008-09-101-5/+6
* audio: added function audio_buffer_resize()Max Kellermann2008-09-101-4/+22
* audio: moved static variables into struct audio_bufferMax Kellermann2008-09-101-26/+30
* audio: don't allow isCurrentAudioFormat(NULL)Max Kellermann2008-09-101-3/+5
* audio: removed isAudioDeviceOpen()Max Kellermann2008-09-102-7/+0
* audio_format: added audio_format_clear() and audio_format_defined()Max Kellermann2008-09-102-1/+13
* client: simplified client_read()Max Kellermann2008-09-101-3/+5