1. cc895d1 Fixing/disabling Windows x64 warnings by kjellander@webrtc.org · 11 years ago
  2. eae59c5 Exchange TRY by enumerating image formats in Linux video capture by braveyao@webrtc.org · 11 years ago
  3. 9320328 Fix MaxChannels test; 32 -> 100. by andrew@webrtc.org · 11 years ago
  4. 48bfaa8 Remove (in practice) the voice engine channel limit. by andrew@webrtc.org · 11 years ago
  5. d6739c8 Adding a send side API for streaming by mikhal@webrtc.org · 11 years ago
  6. a7761c7 Fix mismatch between different NACK list lengths and packet buffers. by stefan@webrtc.org · 11 years ago
  7. 3442158 Break out RemoteBitrateEstimator from RtpRtcp module and make RemoteBitrateEstimator::Process trigger new REMB messages. by stefan@webrtc.org · 11 years ago
  8. 7e11001 Adding three frame sizes to Opus by tina.legrand@webrtc.org · 11 years ago
  9. 4d693f9 Implementing stereo support for G.722 by henrik.lundin@webrtc.org · 11 years ago
  10. fd2dd1a Set frame length for frame converting in external renderer by braveyao@webrtc.org · 11 years ago
  11. de55d0c Replaced relative path to reference from <(webrtc_root). by bjornv@webrtc.org · 11 years ago
  12. 2569ab5 Fix propagating RED paylaod-type to ACM. by turaj@webrtc.org · 11 years ago
  13. 57c45c2 Removing a codec from NetEq database has a bug. |funcDurationEst| is not updated. by turaj@webrtc.org · 11 years ago
  14. 6637489 fix for issue 281. by turaj@webrtc.org · 11 years ago
  15. 1f1321c fix issue 1322, accept -1 as default payload-type for redundant coding (FEC). by turaj@webrtc.org · 11 years ago
  16. 62564f1 Adding a max jitter filter to the JB estimate - allowing two modes, one will return the last estimate (current setting), and another will return the max value seen, and allow setting an initial value. by mikhal@webrtc.org · 11 years ago
  17. 8d759af VP8: Making key frame interval a tunnable parameter by mikhal@webrtc.org · 11 years ago
  18. 5f8b39f Fix NetEq4 unit tests for VS2012 by henrik.lundin@webrtc.org · 11 years ago
  19. ea85f98 Removing a hack for CNG by henrik.lundin@webrtc.org · 11 years ago
  20. 1e52bc2 Adding iSAC-fb support by henrik.lundin@webrtc.org · 11 years ago
  21. 3824adf Fix audio_e2e_test command line arguments by kjellander@webrtc.org · 11 years ago
  22. f8dc257 This is a change in the iOS audio device to use VoiceProcessingIO API instead of RemoteIO. This way we don't need to use WebRTC EC and NS because it happens on the device hardware. by andrew@webrtc.org · 11 years ago
  23. 0bfd5f0 Re-committing r3428 by bjornv@webrtc.org · 11 years ago
  24. d8f84db Fixing problems in audio_decoder_unittests by henrik.lundin@webrtc.org · 11 years ago
  25. b51ee74 Disable iSAC fix test in audio_decoder_unittests by henrik.lundin@webrtc.org · 11 years ago
  26. a5b65e0 Re-enabling NetEqDecodingTest.TestBitExactness and .TestNetworkStatistics by henrik.lundin@webrtc.org · 11 years ago
  27. 6bf1c81 Enabling unit tests for NetEq4 in the bots by henrik.lundin@webrtc.org · 11 years ago
  28. 9243982 Fix a few small nits in NetEq4 by henrik.lundin@webrtc.org · 11 years ago
  29. 1cd0f31 Remove codereview.settings by henrik.lundin@webrtc.org · 11 years ago
  30. 1dd36c8 Revert 3428 by bjornv@webrtc.org · 11 years ago
  31. 7bf5944 Delay estimator wrapper API changes. This should finalize the changes to delay estimator making it work for multi-probe. by bjornv@webrtc.org · 11 years ago
  32. 11f64d3 Mac 64-bit compatibility for WebRTC. by henrike@webrtc.org · 11 years ago
  33. 54958f4 Initial upload of NetEq4 by henrik.lundin@webrtc.org · 11 years ago
  34. b4575c1 Fix webrtc compilation errors for Chrome Win64 by andrew@webrtc.org · 11 years ago
  35. 184b91c Set working dir for test run script + update resources by kjellander@webrtc.org · 12 years ago
  36. 437f62b Add <(DEPTH) to global includes by kjellander@webrtc.org · 12 years ago
  37. a13470d Optimize NACK list creation. by stefan@webrtc.org · 12 years ago
  38. 294f055 Fix Win64 warnings by kjellander@webrtc.org · 12 years ago
  39. 534c1ce Added tests for multiple near-end support. by bjornv@webrtc.org · 12 years ago
  40. aa3af37 Short CL: only name change. by bjornv@webrtc.org · 12 years ago
  41. 16f79ea Separated far-end handling in BinaryDelayEstimator. by bjornv@webrtc.org · 12 years ago
  42. ceca869 Moving ViE test files and deleting files no longer used. by mflodman@webrtc.org · 12 years ago
  43. 1de9d16 Fix path to perf Python scripts in test.gyp by kjellander@webrtc.org · 12 years ago
  44. d32e047 Reformatted rtp_sender: made lint clean. by phoglund@webrtc.org · 12 years ago
  45. d1f6087 Test launching script by kjellander@webrtc.org · 12 years ago
  46. b29af0e Moved several function pointer declarations in iSAC to isac initialization file. by kma@webrtc.org · 12 years ago
  47. 0664d36 Fixed text relocation code related to ARM assembly code. by kma@webrtc.org · 12 years ago
  48. ad89c14 Revert 3406 by kma@webrtc.org · 12 years ago
  49. 5cd9878 Revert 3405 by niklas.enbom@webrtc.org · 12 years ago
  50. 4e3c377 Moved all function pointer declarations in iSAC to a single place. by kma@webrtc.org · 12 years ago
  51. 3ffc265 Mainly hlundin's patch. by niklas.enbom@webrtc.org · 12 years ago
  52. 3165a5b Optimized WebRtcIsacfix_Time2Spec() for iSAC-Fix in ARM Neon processor. by kma@webrtc.org · 12 years ago
  53. 6d29497 Bug fix in WebRtcOpus_DurationEst by henrik.lundin@webrtc.org · 12 years ago
  54. 6caf203 Fix frame_editing_unittest.cc by kjellander@webrtc.org · 12 years ago
  55. 3d7848b Updated version number to 3.21 by elham@webrtc.org · 12 years ago
  56. db901d7 Fixes payload spelling error. by henrike@webrtc.org · 12 years ago
  57. 50e9567 RTP Receiver is now only deals with a receiver strategy. Cleaned up dependencies. by phoglund@webrtc.org · 12 years ago
  58. 4e629ff Replace AudioFrame's operator= with CopyFrom(). by andrew@webrtc.org · 12 years ago
  59. 0806dcf Move video_coding to new Clock interface and remove fake clock implementations from RTP module tests. by stefan@webrtc.org · 12 years ago
  60. 81cfcb5 Remove '<(library)' in gyp files. by wjia@webrtc.org · 12 years ago
  61. 3da689c This CL includes part of changes in a larger one. The final goal is to allow multiple delay estimators using the same reference (far-end) to save computational complexity. by bjornv@webrtc.org · 12 years ago
  62. 16c9f55 An API to get the internal estimation quality in the delay estimator has been added. Unit tests have been updated. There is no impact to other parts in WebRTC. by bjornv@webrtc.org · 12 years ago
  63. 3f6593a Remove <(library) from gyp file. by wjia@webrtc.org · 12 years ago
  64. 2d1a85d Posix Thread: Removes the setting of the run function to NULL which could cause data race. by henrike@webrtc.org · 12 years ago
  65. 99e89cd Make VoE handle longer delays by niklas.enbom@webrtc.org · 12 years ago
  66. 3d60f01 Adding timeEndPeriod to Synchronize function, see bug for details. by mflodman@webrtc.org · 12 years ago
  67. a09409a Extracted rtp receiver payload management to its own class, made video receiver depend on that instead. by phoglund@webrtc.org · 12 years ago
  68. d7debff Break out RtpClock to system_wrappers and make it more generic. by stefan@webrtc.org · 12 years ago
  69. fc37398 Convert psnr and ssim to strings before printing them. by stefan@webrtc.org · 12 years ago
  70. b40cae3 Add a counter to the video rtp play output filename. by stefan@webrtc.org · 12 years ago
  71. 087c593 Removing outdated comment by mikhal@webrtc.org · 12 years ago
  72. 70b88de Reformatted rtp_rtcp_impl*. by phoglund@webrtc.org · 12 years ago
  73. 32ad4a4 Made ViEToFileRenderer use a separate thread for rendering frames to file. by stefan@webrtc.org · 12 years ago
  74. 8ed17bb Cleaned up the data path for payload data, made callbacks to rtp_receiver nonoptional. by phoglund@webrtc.org · 12 years ago
  75. 1b23416 logical 'and' of mutually exclusive tests is always false in ViECodecImpl::CodecValid() by braveyao@webrtc.org · 12 years ago
  76. 3d016e1 Fix android clang build. by wjia@webrtc.org · 12 years ago
  77. a3b8638 Fix android clang build. by wjia@webrtc.org · 12 years ago
  78. c1dd3c3 Fix simulated analog gain in audioproc. by andrew@webrtc.org · 12 years ago
  79. c6dee58 Remove extra line. by andrew@webrtc.org · 12 years ago
  80. ee92f9d Disable full stack PSNR/SSIM triggers on Mac and Win for now due to flakiness. Adding plots of PSNR and SSIM. by stefan@webrtc.org · 12 years ago
  81. 751f8c0 Explicitly disable sincos optimization on Android. by leozwang@webrtc.org · 12 years ago
  82. 1d4568f Disable PSNR/SSIM thresholds for the Gilber-Elliot test. by stefan@webrtc.org · 12 years ago
  83. 7561299 Address a build issue with Android-Clang compiler: by kma@webrtc.org · 12 years ago
  84. e1a4d6b Rounding error fix in media_opt_util. by marpan@webrtc.org · 12 years ago
  85. e4e824d Use %d for signed value in trace. by andrew@webrtc.org · 12 years ago
  86. b97c7a3 Allow for some error in volume testing. by andrew@webrtc.org · 12 years ago
  87. b011c6a Generalized mechanism for excluding gtests on platforms, disabled broken tests on mac. by phoglund@webrtc.org · 12 years ago
  88. 393160f Add logs when no RTCP RR has been received for three regular RTCP intervals. by mflodman@webrtc.org · 12 years ago
  89. c702d28 Disabled GQoS since it breaks ViE auto test. by henrika@webrtc.org · 12 years ago
  90. 8be968f Enable external encoders with internal picture source. by stefan@webrtc.org · 12 years ago
  91. e91de87 Using Convert in lieu of ExtractBuffer: Less error prone (as we don't need to compute buffer sizes etc.). This cl is first in a series (doing all of WebRtc would make it quite a big cl). While at it, fixing a few headers. by mikhal@webrtc.org · 12 years ago
  92. 8be556d Updated version number to 3.20 by elham@webrtc.org · 12 years ago
  93. 1dbe2a0 Reformatted RTPReceiver. by phoglund@webrtc.org · 12 years ago
  94. 5e22650 Removed spaces from full stack test labels, consolidated graphs by phoglund@webrtc.org · 12 years ago
  95. 07c3eee Refactor receiver.h/.cc. by stefan@webrtc.org · 12 years ago
  96. 1b436fd Change Sleep() comment in test fixture. by andrew@webrtc.org · 12 years ago
  97. 7112836 .gitignore: Add *.mk, created as part of ChromiumOS build by andrew@webrtc.org · 12 years ago
  98. cebe152 Addressing webrtc issue 1237, http://code.google.com/p/webrtc/issues/detail?id=1237. by kma@webrtc.org · 12 years ago
  99. b7a4528 Reverting two mixing test patches: seems to introduce a persistent problem for win voe_auto_test (wrapping problem?) by phoglund@webrtc.org · 12 years ago
  100. ca76e13 Reformatted tick_util. by phoglund@webrtc.org · 12 years ago