1. 21 12月, 2014 1 次提交
  2. 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
  3. 19 12月, 2014 5 次提交
  4. 18 12月, 2014 5 次提交
  5. 17 12月, 2014 1 次提交
  6. 16 12月, 2014 1 次提交
  7. 15 12月, 2014 6 次提交
  8. 13 12月, 2014 1 次提交
  9. 12 12月, 2014 2 次提交
  10. 13 12月, 2014 1 次提交
  11. 12 12月, 2014 6 次提交
  12. 11 12月, 2014 3 次提交
  13. 12 12月, 2014 1 次提交
    • Anthony Minessale's avatar
      FS-6891 FS-7002 FS-7059 FS-7072 FS-7073 FS-7076 #close #comment All of these… · 06c241a2
      Anthony Minessale 提交于
      FS-6891 FS-7002 FS-7059 FS-7072 FS-7073 FS-7076 #close #comment All of these bugs are invalidated due to a botched revert -- commit 72c3df5e was supposed to revert commit 1b612fec but it only reverted part of it.  commit 158c1f23 from the other day was erroneously created to work around the result of the botched revert so it is reverted.  The result of this commit should be to bring it back to effectively properly revert 1b612fec and now you can test and open new bugs if necessary.  This includes the segfault in eavesdrop, and any media bug releated reports.  Consider working together and only reporting one new bug if you still encounter any more problems and be sure to include details and make sure the jitter buffer is being used.
      06c241a2
  14. 10 12月, 2014 4 次提交
  15. 09 12月, 2014 2 次提交
    • Mike Jerris's avatar
      Merge pull request #137 in FS/freeswitch from… · fb59217f
      Mike Jerris 提交于
      Merge pull request #137 in FS/freeswitch from bugfix/FS-7061-add-q-header-param-on-300-responses to master
      
      * commit '21458f85':
        FS-7062: [mod_sofia] on redirect, when uri are passed in without <> with multiple uris, automatically add the q= header param in decending order.  This should make 300 Multiple Choices work well with devices that require the q param.  If you would like to specify explicit q-values, please use the syntax of redirect where you specify the entire header using the <>
      fb59217f
    • Anthony Minessale's avatar
      use cached time to save cpu · 4bcf1d88
      Anthony Minessale 提交于
      4bcf1d88