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