1. 65bf249 Add RTCP packet class. Adds packet types: sr, rr, bye, fir. by asapersson@webrtc.org · 10 years ago
  2. f59fce9 MIPS optimizations for AEC audio processing module by andrew@webrtc.org · 10 years ago
  3. 23c8d6b Updated WebRTC version to 3.50 TBR= wu@webrtc.org by elham@webrtc.org · 10 years ago
  4. f8722d5 Add an AlignedFreeDeleter and remove scoped_ptr_malloc. by andrew@webrtc.org · 10 years ago
  5. 27c1536 Minor improvement in RoundToInt16 implementation. by turaj@webrtc.org · 10 years ago
  6. 072bab2 Modified overuse detection thresholds. by asapersson@webrtc.org · 10 years ago
  7. 04e6137 Removing a variable that was never read by henrik.lundin@webrtc.org · 10 years ago
  8. a8498d9 ifdef the alsa code based on macro USE_X11 by fbarchard@google.com · 10 years ago
  9. cb06a6b Fix the break caused by r5579. by turaj@webrtc.org · 10 years ago
  10. 554bd44 Resolves memcheck issue in AudioCodingModuleTest. The issue is coditional jumnp based on uninitialized variable. by turaj@webrtc.org · 10 years ago
  11. 4b2ef8b Make WindowCapturerLinux handling window resize events. by jiayl@webrtc.org · 10 years ago
  12. 1d68dc1 Added architecture for compiling under chrome NaCl. by andresp@webrtc.org · 10 years ago
  13. 0657a86 This CL separate all ACM tests with new and old implementation of ACM and NetEq. The reason is to debug an issue with failure on Android try bots. We need to see if the error only occurs with the new ACM/NetEq, or if it is a flakiness that affects both. by tina.legrand@webrtc.org · 10 years ago
  14. 2fa9f7e Add RTCP packet type counter (for getting statistics such as sent/received NACK and FIR). by asapersson@webrtc.org · 10 years ago
  15. fa28e37 Removes VoERTP_RTCP::InsertExtraRTPPacket. by henrika@webrtc.org · 10 years ago
  16. 4e266ff Fix DesktopAndCursorComposer not to crash by sergeyu@chromium.org · 10 years ago
  17. 8513671 Move the volume quantization workaround from VoE to AGC. by andrew@webrtc.org · 10 years ago
  18. c8529ab Remove obsolete voe_unit_test. by solenberg@webrtc.org · 10 years ago
  19. 387b944 Don't print a warning if RTPPacketHistory::SetStorePacketStatus is called by mflodman@webrtc.org · 10 years ago
  20. aeb2e9e Remove unnecessary warnings. by turaj@webrtc.org · 10 years ago
  21. ae50521 Remove external encryption API for VoE. by solenberg@webrtc.org · 10 years ago
  22. 3f3e951 Incorrect overhead calculation when using FEC + RTP extension headers. by sprang@webrtc.org · 10 years ago
  23. 15e3511 Reset estimate if no frame has been seen for a certain time (to avoid large jitter if stop sending). by asapersson@webrtc.org · 10 years ago
  24. e3da97c Misc small nits in NetEq by henrik.lundin@webrtc.org · 10 years ago
  25. 6f8b051 AudioProcessing is not a Module. by andrew@webrtc.org · 10 years ago
  26. cd15790 Refactoring common_audio/signal_processing: Removed two macros used by isac only. by bjornv@webrtc.org · 10 years ago
  27. 46b22d8 Adding a critical section missing in r5543. by stefan@webrtc.org · 10 years ago
  28. 0f5010d Initialize output_will_be_muted_. by andrew@webrtc.org · 10 years ago
  29. 8e98655 Increase overuse and normal use thresholds for Mac. by asapersson@webrtc.org · 10 years ago
  30. 8cb4c8d Fixes a race when writing to send_padding_. by stefan@webrtc.org · 10 years ago
  31. 5d5e87d Small refactoring of NetEq unittest for CNG with clock drift by henrik.lundin@webrtc.org · 10 years ago
  32. f4f1d1a Add a method to inform AudioProcessing that its output will be muted. by andrew@webrtc.org · 10 years ago
  33. 96b5dfa Change the type of propagation delta from int64 to int. by jiayl@webrtc.org · 10 years ago
  34. 9e3cb7b Initialize key_pressed_. by andrew@webrtc.org · 10 years ago
  35. 6ec403d Add a keypress field to the audioproc debug proto. by andrew@webrtc.org · 10 years ago
  36. 6cfc58d Set pacing bitrates in SetEncoder. by pbos@webrtc.org · 10 years ago
  37. 0fd5775 Remove unused and not working voe_extended_test. by solenberg@webrtc.org · 10 years ago
  38. 48a5cdb Reduce mixing threshold in test to avoid flakiness. by andrew@webrtc.org · 10 years ago
  39. 247df83 Add an interface for accepting keypress signals to AudioProcessing. by andrew@webrtc.org · 10 years ago
  40. 4112a51 Rename merged webrtc lib to libwebrtc_merged.a. by andrew@webrtc.org · 10 years ago
  41. e2d2804 Remove "Too long processing time of Incoming frame" logspam. by fischman@webrtc.org · 10 years ago
  42. ff986f4 Add boundary checking to supress gcc 4.8.3 warning. by turaj@webrtc.org · 10 years ago
  43. ddbd31e Remove ViE external encryption API. by solenberg@webrtc.org · 10 years ago
  44. e08d28e Use libvpx's obj_int_extract and unpack_lib_posix to generate offset header file. by michaelbai@google.com · 10 years ago
  45. dd1d6ce Restore mixing integration tests. by andrew@webrtc.org · 10 years ago
  46. 89a0796 Revert "Use libvpx's obj_int_extract and unpack_lib_posix to generate offset header file." by michaelbai@google.com · 10 years ago
  47. a68379b Add stats of incoming frame delays for debugging bandwidth estimation. by jiayl@webrtc.org · 10 years ago
  48. bac08b3 Use libvpx's obj_int_extract and unpack_lib_posix to generate offset header file. by michaelbai@google.com · 10 years ago
  49. 85835a0 Add experiment: SkipEncodingUnusedStreams by sprang@webrtc.org · 10 years ago
  50. c0b1926 Roll chromium_revision 245382:249215 by kjellander@webrtc.org · 10 years ago
  51. 992076c Fix WindowCapturerWin to unselect bitmap before destroying DC. by sergeyu@chromium.org · 10 years ago
  52. f2c28a0 Make VideoReceiveStream::GetStats() const. by sprang@webrtc.org · 10 years ago
  53. fa7c4c4 Wire up statistics in video receive stream of new API by sprang@webrtc.org · 10 years ago
  54. 8a431ef Plot the capacity of a trace-based delivery filter. by stefan@webrtc.org · 10 years ago
  55. 74ffc7b Use system's cpu_features library by michaelbai@google.com · 10 years ago
  56. 94c5692 Add delay and send/receive throughput plots to BWE simulation. by stefan@webrtc.org · 10 years ago
  57. 618154f Implementing replacement audio support in neteq_rtpplay by henrik.lundin@webrtc.org · 10 years ago
  58. 395e1b4 Fixing a bug in DummyRTPpacket by henrik.lundin@webrtc.org · 10 years ago
  59. 680d3ca Update AudioProcessing::Create docs. by andrew@webrtc.org · 10 years ago
  60. 1ca2c1f Fix a cursor capturing issue on Windows. by jiayl@webrtc.org · 10 years ago
  61. 55367d5 Handle the invalid case of setting multiple stream_bitrates if there is only a single send stream registered. by stefan@webrtc.org · 10 years ago
  62. 1eba384 Revert "Disable the test: DtmfTest.ManualSuccessfullySendsIn/OutOfBandTelephoneEvents" by pbos@webrtc.org · 10 years ago
  63. 4f41016 Fix locking in LoopBackTransport::StorePacket. by pbos@webrtc.org · 10 years ago
  64. 3634228 Trivial rename of non-compile time consts. by andrew@webrtc.org · 10 years ago
  65. 0a7d406 Disable the test: DtmfTest.ManualSuccessfullySendsIn/OutOfBandTelephoneEvents by marpan@webrtc.org · 10 years ago
  66. cc8de94 Wire up feedback to VideoSender. by stefan@webrtc.org · 10 years ago
  67. 54a9a32 Re-enabling audio processing tests by aluebs@webrtc.org · 10 years ago
  68. 910910a Moved the new OnData interface to AudioTranport, and expose the AudioTransport pointer via voe_base by xians@webrtc.org · 10 years ago
  69. 2b38fc1 Implement single monitor capture on Mac. by jiayl@webrtc.org · 10 years ago
  70. 622a139 Fixing test name for NetEqPerformanceTest by henrik.lundin@webrtc.org · 10 years ago
  71. 4b1817f Add configuration for cpu overuse detection to video send stream. by asapersson@webrtc.org · 10 years ago
  72. aaac959 Add gyp_webrtc script to generate projects. by kjellander@webrtc.org · 10 years ago
  73. 098ffb2 Add BWE tools for parsing RTP files. by stefan@webrtc.org · 10 years ago
  74. 28429ea Fix the mouse cursor offset issue on Mac. by jiayl@webrtc.org · 10 years ago
  75. 25bec2a Move out typing detection to its own class. by henrikg@webrtc.org · 10 years ago
  76. c4fa5fa Moves the display reconfiguration callback into a separate class, by jiayl@webrtc.org · 10 years ago
  77. 4f23307 Added new capture callback interface to pass the capture callback to a specific voe channel from libjingle webrtcvoiceengine.cc. by xians@webrtc.org · 10 years ago
  78. fdb30d1 Fix race when deleting video receive streams in Call. by solenberg@webrtc.org · 10 years ago
  79. 50afcf1 Fix deadlock in video_receiver.cc. by stefan@webrtc.org · 10 years ago
  80. 49e9e15 Connect webrtc::Config to WrappingBitrateEstimator by henrik.lundin@webrtc.org · 10 years ago
  81. 9d5a547 Add Config struct for experimental AGC. by andrew@webrtc.org · 10 years ago
  82. a1e140d Revert 5444 "Revert 5421 "Fix deadlock on register/unregister ob..." by mallinath@webrtc.org · 10 years ago
  83. 78fae4b Add clean test to NetEq perf test by henrik.lundin@webrtc.org · 10 years ago
  84. 76d028d VideoCaptureAndroid: stop preview in opposite order of starting. by fischman@webrtc.org · 11 years ago
  85. c091c50 Revert 5421 "Fix deadlock on register/unregister observer while ..." by mallinath@webrtc.org · 11 years ago
  86. 2ac9c51 Avoid potential dead lock in StreamStatisticianImpl by sprang@webrtc.org · 11 years ago
  87. 5a2228b Race condition in RTPSender::UpdateRtpStats by sprang@webrtc.org · 11 years ago
  88. 48ac0da Drop early packets when not sending in TransportAdapter. by sprang@webrtc.org · 11 years ago
  89. 4c9a4b4 Fix bug introduced during replace of list wrapper with std equivalents in r5378. by andresp@webrtc.org · 11 years ago
  90. 0b86761 Race in StreamStatisticianImpl::GetStatistics vs. ::IncomingPacket by sprang@webrtc.org · 11 years ago
  91. 778e73f Fix "field '_testNo' is uninitialized" warnings. by pbos@webrtc.org · 11 years ago
  92. ffd4269 Always initialize Trace in Call TraceDispatcher. by pbos@webrtc.org · 11 years ago
  93. 6a6e3eb Add a Config parameter to AudioProcessing::Create(). by andrew@webrtc.org · 11 years ago
  94. db9ad63 Android, WebRTCDemo: fixes crash issue when pressing switch camera button on devices with only one camera. by henrike@webrtc.org · 11 years ago
  95. d476500 Remove loopback setup in RtpRtcpImplTest. Changed to use two separate rtp/rtcp modules. by asapersson@webrtc.org · 11 years ago
  96. 6726cce Add new API (webrtc.gyp:webrtc) to merge_libs.gyp. by pbos@webrtc.org · 11 years ago
  97. 21b46dd Add trace-based delivery filter to BWE test framework. by stefan@webrtc.org · 11 years ago
  98. c766775 Wire up RTX in VideoReceiveStream. by pbos@webrtc.org · 11 years ago
  99. aa2c3ae Fix deadlock on register/unregister observer while there is a an going callback. by andresp@webrtc.org · 11 years ago
  100. fbbbc11 Fix array declarations in aec_rdft.h. by andrew@webrtc.org · 11 years ago