Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-29 | MusicChunk: use SignedSongTime for the time stamp | Max Kellermann | 1 | -2/+2 | |
2014-08-29 | MultipleOutputs: use SignedSongTime for elapsed_time | Max Kellermann | 1 | -6/+6 | |
2014-08-12 | MusicChunk: rename struct to MusicChunk | Max Kellermann | 1 | -6/+6 | |
2014-03-14 | MultipleOutputs: ensure input_audio_format is zero-initialised | Pete Beardmore | 1 | -0/+1 | |
-fixes SIGABRT when mpd is started from a previously paused state -regression introduced by commit: f5a923b9d16e4c63942a033d1bdb2ab150aae342: 'OutputAll: convert to class, move instance to class Partition' -input_audio_format was previously declared using the static modifier ensuring it was zero-initialised by default -the current default-initialised input_audio_format contains garbage at runtime which allows the AudioFormat.IsDefined() 'fail fast' test in MultipleOutputs::Update to pass and the SIGABRT follows in AudioOutput::Open when passed the invalid input_audio_format struct -switching AudioFormat.IsDefined() for AudioFormat.IsValid() is an alternative workaround | |||||
2014-02-20 | ConfigGlobal: eliminate function config_get_next_param() | Max Kellermann | 1 | -3/+2 | |
2014-02-19 | Mixer: add class MixerListener | Max Kellermann | 1 | -6/+12 | |
Use a listener interface instead of GlobalEvents. | |||||
2014-02-05 | MixerPlugin: add EventLoop& init() parameter | Max Kellermann | 1 | -5/+5 | |
2014-01-29 | output: rename "chunk" to "current_chunk" | Max Kellermann | 1 | -7/+8 | |
2014-01-29 | output: move functions into the AudioOutput struct | Max Kellermann | 1 | -16/+14 | |
2014-01-28 | output: rename source files | Max Kellermann | 1 | -2/+2 | |
2014-01-28 | output: rename struct audio_output to AudioOutput | Max Kellermann | 1 | -6/+6 | |
2014-01-28 | OutputAll: convert to class, move instance to class Partition | Max Kellermann | 1 | -0/+477 | |
Another big chunk of code for multi-player support. |