1. 06 3月, 2014 14 次提交
  2. 05 3月, 2014 17 次提交
  3. 04 3月, 2014 8 次提交
  4. 03 3月, 2014 1 次提交
    • Travis Cross's avatar
      Preserve value of send_silence_when_idle if possible · 20da5525
      Travis Cross 提交于
      In commit 55d01d3d we set
      send_silence_when_idle to -1 rather than 400 when SRTP is engaged.
      But this left no way to enable white noise silence when desired.
      
      When SRTP is engaged we can't simply not send RTP because it breaks
      too many devices.  So we need to prevent send_silence_when_idle from
      being unset or being set to zero.  This change allows it to be set to
      other values so as to feed white noise rather than all zeros into the
      codec.
      20da5525