1. 02270cd Implementing a packet router class, used to route RTP packets to the by mflodman@webrtc.org · 10 years ago
  2. 10a9e92 Fix delete of stack allocated object causing test crashes. by stefan@webrtc.org · 10 years ago
  3. 4b320cf Revert "Cleanup: unify rotation to be enum based instead of int for degree." by magjed@webrtc.org · 10 years ago
  4. fb609a1 Wire up new feedback format by introducing a FeedbackPacket type. by stefan@webrtc.org · 10 years ago
  5. 353c8b8 audio_processing/agc: Changed to correct include path in agc_unittests by bjornv@webrtc.org · 10 years ago
  6. bc3241a Update ProcessCallAfterXms to better match the performance of our faster bots. Previously I had made sure these tests didn't flake out on our slow trybots, but apparently I need to do the same for the fast bots :) by tommi@webrtc.org · 10 years ago
  7. 0c3e12b Revamp the ProcessThreadImpl implementation. by tommi@webrtc.org · 10 years ago
  8. 7502543 Base RWLockWrapper on rtc::SharedExclusiveLock. by pbos@webrtc.org · 10 years ago
  9. 5e05731 Roll chromium_revision cd35af6..598c3e9 by kjellander@webrtc.org · 10 years ago
  10. 57ac2c8 Default destination used by c line should be IPv4 only to avoid parsing error in legacy client. by guoweis@webrtc.org · 10 years ago
  11. 3e733a4 Cleanup: unify rotation to be enum based instead of int for degree. by guoweis@webrtc.org · 10 years ago
  12. 74d2788 Remove defined(__cplusplus) tests in C++ code. by jan.skoglund@webrtc.org · 10 years ago
  13. f45c8ca Reland r8248 "Introduce ACMGenericCodecWrapper" by henrik.lundin@webrtc.org · 10 years ago
  14. ec4521c Clean up Beamformer initialization by aluebs@webrtc.org · 10 years ago
  15. e69220c Fix the value of the first byte of nal unit generated by fake H.264 encoder. by glaznev@webrtc.org · 10 years ago
  16. f693229 Fix Android video renderer to support video frames with stride > width. by glaznev@webrtc.org · 10 years ago
  17. cc64a9c voice_engine: Updates GetEcDelayMetrics() w.r.t. new metric by bjornv@webrtc.org · 10 years ago
  18. 4b9622f Roll gtest-parallel. by pbos@webrtc.org · 10 years ago
  19. 3a87630 Revert r8248 "Introduce ACMGenericCodecWrapper" by henrik.lundin@webrtc.org · 10 years ago
  20. af8c13f Introduce ACMGenericCodecWrapper by henrik.lundin@webrtc.org · 10 years ago
  21. 5d32f43 Disable CondVarTest.InitFunctionsWork. by tommi@webrtc.org · 10 years ago
  22. 877ac76 Cleanup and prepare for bundling. by pthatcher@webrtc.org · 10 years ago
  23. cf7efeb Add new AudioEncoderOpusTest by henrik.lundin@webrtc.org · 10 years ago
  24. 520a69e Revert 8238 "Add RefCounting for TransportProxies" by bjornv@webrtc.org · 10 years ago
  25. 875c97e Remove SetNotAlive method from the thread class. by tommi@webrtc.org · 10 years ago
  26. c5f6971 Revert 8237 "Cleanup and prepare for bundling." by bjornv@webrtc.org · 10 years ago
  27. dc096f2 system_wrappers: Disabled flaky test CondVarTest.PassBatonMultipleTimes by bjornv@webrtc.org · 10 years ago
  28. 4414939 Add method for incrementing RtpPacketCounter. Removes duplicate code. by asapersson@webrtc.org · 10 years ago
  29. e250667 Add RefCounting for TransportProxies by decurtis@webrtc.org · 10 years ago
  30. af01d93 Cleanup and prepare for bundling. by pthatcher@webrtc.org · 10 years ago
  31. 322a564 Fix datachannel stats id and timestamp. by decurtis@webrtc.org · 10 years ago
  32. d43bdf5 Rewrite ThreadPosix. by tommi@webrtc.org · 10 years ago
  33. bfdee69 Roll chromium_revision 9070a80..cd35af6 (313233:314322) by kjellander@webrtc.org · 10 years ago
  34. 0ec50be Changing include guard in frame_callback.h. by mflodman@webrtc.org · 10 years ago
  35. 200ac00 Remove temp files in audio_processing_unittest.cc. by pbos@webrtc.org · 10 years ago
  36. 0e8bf6c Enable bitrate probing by default. by stefan@webrtc.org · 10 years ago
  37. b1786db audio_processing: Added a new AEC delay metric value that gives the amount of poor delays by bjornv@webrtc.org · 10 years ago
  38. 0e81fdf Avoid implicit type truncations by inserting explicit casts or modifying prototypes to avoid needless up- and then down-casting. by pkasting@chromium.org · 10 years ago
  39. 19f3f71 Fix apparent typo: int -> char. by pkasting@chromium.org · 10 years ago
  40. 946ad76 Switched lists of packets to lists of packet pointers. Allows Packet polymorphism. by stefan@webrtc.org · 10 years ago
  41. c957ffc Fixed potential crash if rtp packet history is completely full. by sprang@webrtc.org · 10 years ago
  42. c420a86 Change name for local CriticalSectionScoped variable by henrik.lundin@webrtc.org · 10 years ago
  43. a1dfbf1 WebRtcG722_Decode: Input array should be const uint8_t[] by kwiberg@webrtc.org · 10 years ago
  44. 026b892 Using << on an int8_t or uint8_t will output a character rather than a number. by pkasting@chromium.org · 10 years ago
  45. 005b6ff Convert some EXPECTs to ASSERTs to avoid crashes when object creation fails. by pkasting@chromium.org · 10 years ago
  46. 5e16161 Remove CPU monitor from WebRtcVideoEngine2. by pbos@webrtc.org · 10 years ago
  47. aef0779 Rewrite ThreadWindows. by tommi@webrtc.org · 10 years ago
  48. f2ec814 Move use of DEPTH into build_with_chromium==1. by kjellander@webrtc.org · 10 years ago
  49. f88bee6 Refactor senders into senders and sources in the simulation framework. by stefan@webrtc.org · 10 years ago
  50. a671f4b Fixing a VoE test to set correct rate for iSAC by henrik.lundin@webrtc.org · 10 years ago
  51. 05db352 Fix a bug in ACM test channel by henrik.lundin@webrtc.org · 10 years ago
  52. 3154a1c Reland r8210 "Add a new parameter to ACMGenericCodec constructor"" by henrik.lundin@webrtc.org · 10 years ago
  53. 4455f62 WebRtcIsacfix_Time2SpecNeon and _Spec2TimeNeon: Fix stack alignment by henrik.lundin@webrtc.org · 10 years ago
  54. 8820ac7 peerconnectin_server: missing comma in sprintfn() in r8128 by braveyao@webrtc.org · 10 years ago
  55. 2bbc35d Remove unused method, SetAffinity, from the ThreadWrapper class. by tommi@webrtc.org · 10 years ago
  56. 6752b85 Revert r8210 "Add a new parameter to ACMGenericCodec constructor" by henrik.lundin@webrtc.org · 10 years ago
  57. c3643f2 Add a new parameter to ACMGenericCodec constructor by henrik.lundin@webrtc.org · 10 years ago
  58. 2444d96 Control the max IPv6 Networks used by WebRTC. by guoweis@webrtc.org · 10 years ago
  59. 4ddde2e Add arbitrary microphone geometry input to audioproc_f test utility. by mgraczyk@chromium.org · 10 years ago
  60. 1398025 Add new members to AudioEncoderOpus::Config by henrik.lundin@webrtc.org · 10 years ago
  61. 7a37bfc Revert 8203 "Reducing locking in OveruseFrameDetector and increa..." by tommi@webrtc.org · 10 years ago
  62. a33f05e Re-land "Remove <(webrtc_root) from source file entries." by kjellander@webrtc.org · 10 years ago
  63. bdebccf Fix a number of things in AudioEncoderDecoderIsac* by henrik.lundin@webrtc.org · 10 years ago
  64. 18e7585 Reducing locking in OveruseFrameDetector and increasing constness. by tommi@webrtc.org · 10 years ago
  65. 50fe359 Add tracing for slow paths in new video API. by pbos@webrtc.org · 10 years ago
  66. 4161715 Remove ChangeUniqueID. by tommi@webrtc.org · 10 years ago
  67. 1ece0cb Revert "Remove <(webrtc_root) from source file entries." by kjellander@webrtc.org · 10 years ago
  68. a26f511 Remove frame copy in ViEExternalRendererImpl::RenderFrame by magjed@webrtc.org · 10 years ago
  69. a87c398 Move audio_codec_speed_tests into include_tests==1 condition. by kjellander@webrtc.org · 10 years ago
  70. 2d2a1f9 Remove <(webrtc_root) from source file entries. by kjellander@webrtc.org · 10 years ago
  71. 73ca194 Update base/scoped_ptr.h from system_wrappers/interface/scoped_ptr.h by kwiberg@webrtc.org · 10 years ago
  72. 43c8839 Allow rtp packet history to dynamically expand in size. by sprang@webrtc.org · 10 years ago
  73. 827d7e8 Change AsyncInvoker to store its closure in a scoped_refptr instead of using a raw pointer. by perkj@webrtc.org · 10 years ago
  74. a742cb1 Enable DTLS for peerconnection example. If it's a loopback test, then we recreate another peerconnection with DTLS off. by braveyao@webrtc.org · 10 years ago
  75. f17ee9c Add case to ApmTest.Process to test the extended filter mode by aluebs@webrtc.org · 10 years ago
  76. e7a4a12 Add arraysize() macro from Chromium, and make use of it in a few places. by pkasting@chromium.org · 10 years ago
  77. 035e912 Move channel_buffer.{h,cc} to common_audio. by kjellander@webrtc.org · 10 years ago
  78. a67ca1a Only report the first rtp packet because it indicates the media has started flowing. by honghaiz@google.com · 10 years ago
  79. a094cac Add stats for network merge. by guoweis@webrtc.org · 10 years ago
  80. 7d2b6a9 Enable Clang warning implicit-fallthrough and annotate the code. by kjellander@webrtc.org · 10 years ago
  81. a907e01 Adding constness. by tommi@webrtc.org · 10 years ago
  82. 664ccb7 Reland r8125: Modify some tests to never use DTX disable mode by henrik.lundin@webrtc.org · 10 years ago
  83. 37c0559 Notify jitter buffer about received FEC packets (to avoid sending NACK request for these packets). by asapersson@webrtc.org · 10 years ago
  84. 22c2f05 Add "score" unit to SSIM perf score output. by kjellander@webrtc.org · 10 years ago
  85. 4aecd00 Add support for 40 and 60 ms frames to AudioEncoderIlbc by henrik.lundin@webrtc.org · 10 years ago
  86. 2a6558c Make sure ByteReader<T>::Read* is properly constified. by sprang@webrtc.org · 10 years ago
  87. 7aef80c GN: Remove webrtc_base target in favor for rtc_base. by kjellander@webrtc.org · 10 years ago
  88. 9b64a6e Adjust parameter in videoprocessor_integrationtest for VP9. by marpan@webrtc.org · 10 years ago
  89. dc8a9da Adjust qp-max settinhg in VP9 wrapper. by marpan@webrtc.org · 10 years ago
  90. 922cfcd Use non-zero data in AudioRingBufferTest. by andrew@webrtc.org · 10 years ago
  91. 36401ab Update GAE API paths for join/leave. by tkchin@webrtc.org · 10 years ago
  92. 8bb32d6 Minor updates to AudioEncoderCng by henrik.lundin@webrtc.org · 10 years ago
  93. db1ebf6 Add jakehilton@gmail.com to AUTHORS by tnakamura@webrtc.org · 10 years ago
  94. 478cedc Add new methods to AudioEncoder interface by henrik.lundin@webrtc.org · 10 years ago
  95. 5614cf1 audio_processing: Use fixed aggregation window in delay metrics by bjornv@webrtc.org · 10 years ago
  96. 6e25182 Whitespace change after enabling gnumbd by kjellander@webrtc.org · 10 years ago
  97. ccd608e Whitespace change for git updater by kjellander@webrtc.org · 10 years ago
  98. 0bc73a1 Whitespace change to trigger git updater by kjellander@webrtc.org · 10 years ago
  99. f68ffca Add PRESUBMIT check for GYP files including source files above itself. by kjellander@webrtc.org · 10 years ago
  100. 76e5e20 Roll chromium_revision 4664fe0..9070a80 (312733:313233) by kjellander@webrtc.org · 10 years ago