1. 26 Sep, 2014 1 commit
  2. 05 Sep, 2014 1 commit
  3. 31 Aug, 2014 3 commits
  4. 29 Aug, 2014 5 commits
  5. 26 Aug, 2014 6 commits
  6. 12 Aug, 2014 3 commits
  7. 07 Aug, 2014 1 commit
  8. 30 Jul, 2014 1 commit
  9. 14 Jul, 2014 1 commit
  10. 12 Jul, 2014 1 commit
  11. 09 Jul, 2014 2 commits
  12. 14 Mar, 2014 1 commit
    • Pete Beardmore's avatar
      MultipleOutputs: ensure input_audio_format is zero-initialised · d0cd98a6
      Pete Beardmore authored
      -fixes SIGABRT when mpd is started from a previously paused state
      -regression introduced by commit: f5a923b9:
      '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
      d0cd98a6
  13. 04 Mar, 2014 1 commit
  14. 02 Mar, 2014 2 commits
  15. 01 Mar, 2014 1 commit
  16. 24 Feb, 2014 6 commits
  17. 21 Feb, 2014 1 commit
  18. 19 Feb, 2014 3 commits