summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-23songvec: avoid free(NULL)Eric Wong
2008-09-23directory: fix leak introduced with threaded updateEric Wong
2008-09-23Remove EINTR checking for open(2)Eric Wong
2008-09-23directory: don't leak file handles if we get a corrupt dbEric Wong
2008-09-23songvec: remove songvec_pruneEric Wong
2008-09-23directory: update do its work inside a threadEric Wong
2008-09-23directory: use enum update_return for return values IIMax Kellermann
2008-09-23directory: use enum update_return for return valuesEric Wong
2008-09-23Don't try to prune unless we're updatingEric Wong
2008-09-23workaround race condition on updates with broken signal blockingEric Wong
2008-09-23Replace SongList with struct songvecEric Wong
2008-09-23directory: remove unused updateMp3Directory() functionEric Wong
2008-09-23start using prefixcmp()Eric Wong
2008-09-23Add prefixcmp() (stol^H^H^H^Hborrowed from git)Eric Wong
2008-09-23volume: oops, only #include <alloca.h> if OSS is enabledEric Wong
2008-09-23oss: avoid heap allocations when configuring mixerEric Wong
2008-09-23Directory: don't allocate stat information dynamicallyEric Wong
2008-09-23mp3: fix long line, I can't read past 80 colsEric Wong
2008-09-23main_notify: removed assertion in wakeup_main_task()Max Kellermann
2008-09-23main_notify: use init_async_pipe()Max Kellermann
2008-09-17mp3: fix buffer overflow when max_frames is too largeMax Kellermann
2008-09-17client: check expired after client_process_line()Max Kellermann
2008-09-12mp4: fix potential integer overflow bug in the mp4_decode() functionTerry
2008-09-12shout: don't write empty buffersMax Kellermann
2008-09-12shout: removed clear_shout_buffer()Max Kellermann
2008-09-12shout: make the shout_buffer staticMax Kellermann
2008-09-12shout: constant plugin declarationsMax Kellermann
2008-09-12shout: static encoder plugin listMax Kellermann
2008-09-12shout: removed typedefs on structs and plugin methodsMax Kellermann
2008-09-12shout: added mp3 encoderEric Wollesen
2008-09-12shout: introduce pluggable encoder APIEric Wollesen
2008-09-12shout: send shout metadataEric Wollesen
2008-09-12shout: added struct _ogg_vorbis_dataMax Kellermann
2008-09-12shout: added shout_bufferEric Wollesen
2008-09-12shout: moved code to audioOutput_shout_ogg.cMax Kellermann
2008-09-12shout: moved declarations to audioOutput_shout.hMax Kellermann
2008-09-12shout: removed commented codeMax Kellermann
2008-09-12shout: no CamelCaseMax Kellermann
2008-09-11output: copy reqAudioFormat to outAudioFormat only if not yet openMax Kellermann
2008-09-11output: don't initialize inAudioFormat, outAudioFormatMax Kellermann
2008-09-11shout: use reqAudioFormat instead of outAudioFormatMax Kellermann
2008-09-11shout: copy the audio_format, instead of taking a pointerMax Kellermann
2008-09-11output: removed audio_output.sameInAndOutFormatsMax Kellermann
2008-09-11output: removed audio_output.convertAudioFormatMax Kellermann
2008-09-10audio: removed commented codeMax Kellermann
2008-09-10audio: added assertionsMax Kellermann
2008-09-10audio: make audio_configFormat a static variableMax Kellermann
2008-09-10audio: don't free uninitialized audio_bufferMax Kellermann
2008-09-10audio: added function audio_buffer_resize()Max Kellermann
2008-09-10audio: moved static variables into struct audio_bufferMax Kellermann