1. 28 12月, 2014 1 次提交
    • Travis Cross's avatar
      Allow streaming binary data from mod_memcache · 750b1dd8
      Travis Cross 提交于
      Previously data returned from `memcache get` would be truncated at the
      first NULL byte.
      
      By using raw_write_function here to stream the returned memcache
      value, we allow mod_memcache to be used for audio and other arbitrary
      binary data.
      
      Dave has a format module planned that relies on this.
      
      Thanks-to: Dave Olszewski <dolszewski@marchex.com>
      
      FS-7114 #resolve
      750b1dd8
  2. 26 12月, 2014 2 次提交
  3. 25 12月, 2014 7 次提交
  4. 24 12月, 2014 2 次提交
  5. 23 12月, 2014 2 次提交
  6. 22 12月, 2014 3 次提交
  7. 23 12月, 2014 1 次提交
  8. 22 12月, 2014 1 次提交
  9. 20 12月, 2014 1 次提交
  10. 21 12月, 2014 1 次提交
  11. 20 12月, 2014 1 次提交
    • Anthony Minessale's avatar
      FS-7083 #resolve #comment this should do it. The problem is linked to… · 326289ca
      Anthony Minessale 提交于
      FS-7083 #resolve #comment this should do it.  The problem is linked to side-effects from the read thread being delayed by writing to the file handle.  It was so much worse on mp3 because the shout encoder blocks while its churning the data and delays it more.  This patch adds a dedicated thread for writing to the file and the channel_variable RECORD_USE_THREAD=false will disable it and sync may still be maintained at the cost of dropping more data from the audio signal.
      326289ca
  12. 19 12月, 2014 5 次提交
  13. 18 12月, 2014 5 次提交
  14. 17 12月, 2014 1 次提交
  15. 16 12月, 2014 1 次提交
  16. 15 12月, 2014 6 次提交