aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* jack: initialize audioOutput->dataMax Kellermann2008-06-13
* mod: fix crashing on modtracker filesHans de Goede2008-06-13
* audio.c: avoid magic numbers even if they have comments :)Eric Wong2008-06-02
* remove audioDeviceStates from playerData and getPlayerDataEric Wong2008-06-02
* fix stream URLMax Kellermann2008-06-01
* oggflac_plugin: fix build with libOggFLAC lib (libFLAC <= 7)Eric Wong2008-06-01
* make DecoderControl.state an enumMax Kellerman2008-06-01
* notify: don't use camelCase in notify.[ch]Max Kellerman2008-06-01
* assert dc.state == DECODE_STATE_STOPMax Kellerman2008-06-01
* fix race condition in main_notify.cMax Kellermann2008-04-17
* added ob_set_lazy()Max Kellermann2008-04-15
* use dc.current_song instead of pc.current_songMax Kellermann2008-04-15
* const pointers in decode.cMax Kellermann2008-04-15
* const pointers in normalize.cMax Kellermann2008-04-15
* more const pointers in pcm_utils.[ch]Max Kellermann2008-04-15
* fix XFADE_DISABLED=-1Max Kellermann2008-04-15
* decode.c: make the crossfade state variable self-documentingEric Wong2008-04-14
* command.c: remove dead commented codeEric Wong2008-04-14
* Always compile ioops.h, since main_notify uses it nowEric Wong2008-04-13
* Make the OutputBuffer API more consistentEric Wong2008-04-13
* Stop passing our single OutputBuffer object everywhereEric Wong2008-04-13
* Stop passing our single DecoderControl object everywhereEric Wong2008-04-13
* Get rid of PlayerControl inside the PlayerData structEric Wong2008-04-13
* main_notify: just use cond_signal to wakeup, no need to trylockEric Wong2008-04-13
* main_notify: use pthread_cond_signal instead of broadcastEric Wong2008-04-12
* Fix a deadlock after pause/nextEric Wong2008-04-12
* Fix the problem of songs not advancing without client activityEric Wong2008-04-12
* command.h: include sllist.h which defines struct strnodeEric Wong2008-04-12
* const pointers in audioOutput.cMax Kellermann2008-04-12
* const pointers in audio.cMax Kellermann2008-04-12
* flush after loop in sendDataToOutputBuffer()Max Kellermann2008-04-12
* constant pointers in replayGain.cMax Kellermann2008-04-12
* yet another migration to size_tMax Kellermann2008-04-12
* check cb->stop in the while loopMax Kellermann2008-04-12
* eliminate OutputBuffer.currentChunkMax Kellermann2008-04-12
* added output_buffer_expand()Max Kellermann2008-04-12
* initialize all elements in initOutputBuffer()Max Kellermann2008-04-12
* wake up player on demandMax Kellermann2008-04-12
* unlink the socket before bind()Max Kellermann2008-04-12
* replaced assertion with checkMax Kellermann2008-04-12
* fix several errors/warnings which only appear with -O3Max Kellermann2008-04-12
* multiply num_samples with bytes_per_channelMax Kellermann2008-04-12
* missing num_channels check in previous patchMax Kellermann2008-04-12
* special optimized case for 16bit stereoMax Kellermann2008-04-12
* read num_channels onceMax Kellermann2008-04-12
* assume the buffer is empty in flacWrite()Max Kellermann2008-04-12
* convert blocks until the buffer is fullMax Kellermann2008-04-12
* calculate bytes_per_channel, check for buffer flush onceMax Kellermann2008-04-12
* don't calculate bytes per sample within the loopMax Kellermann2008-04-12
* use unsigned integers and size_t in the flac pluginMax Kellermann2008-04-12