1. 990a00c Remove unused transport code. by pthatcher@webrtc.org · 10 years ago
  2. c449c20 Flag to wait for trybots to complete. by kjellander@webrtc.org · 10 years ago
  3. bc2bb34 Refactor audio_coding/codecs/isac: Removed usage of macro WEBRTC_SPL_MUL_16_16 by bjornv@webrtc.org · 10 years ago
  4. 9b2e114 Supporting Opus DTX in Voice Engine. by minyue@webrtc.org · 10 years ago
  5. dd0292a Send to CQ by default and add --no-commit flag + cleanup. by kjellander@webrtc.org · 10 years ago
  6. 503a9e8 Make AppRTCDemoTest pass without Internet connection. by kjellander@webrtc.org · 10 years ago
  7. 0c5b137 Remove support for iSAC RCU by henrik.lundin@webrtc.org · 10 years ago
  8. 9f41810 Roll chromium_revision 87ce36b..00e438c (319600:320241) by kjellander@webrtc.org · 10 years ago
  9. 8372888 Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns." by jiayl@webrtc.org · 10 years ago
  10. 0f663de Rename Beamformer to NonlinearBeamformer. by mgraczyk@chromium.org · 10 years ago
  11. 8663973 Remove thread id from ThreadWrapper::Start(). by pbos@webrtc.org · 10 years ago
  12. e534086 Clean up LappedTransform and Blocker. by mgraczyk@chromium.org · 10 years ago
  13. 3d3c005 Fix Android peer connection client instrumentation tests. by glaznev@webrtc.org · 10 years ago
  14. fde1de9 Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. by jiayl@webrtc.org · 10 years ago
  15. 00c509a Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 10 years ago
  16. 04cd698 Revert "Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns." by jiayl@webrtc.org · 10 years ago
  17. fdd1057 Add CVO support to Vie layer. by guoweis@webrtc.org · 10 years ago
  18. 4f85288 Socket options are only applied when first setting TransportChannelImpl. by guoweis@webrtc.org · 10 years ago
  19. 93604da Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. by jiayl@webrtc.org · 10 years ago
  20. d390029 Use a variant for storing stats values in StatsCollector code. by tommi@webrtc.org · 10 years ago
  21. c339276 Fixing r8698. by minyue@webrtc.org · 10 years ago
  22. e16bfde Adding flag to force Opus application and DTX while toggling. by minyue@webrtc.org · 10 years ago
  23. 75b7f17 Temporary interface change to StatsReport::Id. by tommi@webrtc.org · 10 years ago
  24. afdd5dd Revert "Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame"" by magjed@webrtc.org · 10 years ago
  25. b73758d Clean up VideoRenderFrames by magjed@webrtc.org · 10 years ago
  26. d71fc87 Make auto-roll script work with separate Chromium checkouts. by kjellander@webrtc.org · 10 years ago
  27. cade82c Refactor MediaOptimization protection methods. by pbos@webrtc.org · 10 years ago
  28. 119c12f Revert "Suppress memcheck error in video_engine_tests" by pbos@webrtc.org · 10 years ago
  29. 5c9f69f Update the dummy file_audio_video_device to allow empty file name by phoglund@webrtc.org · 10 years ago
  30. e9413c6 Revert 8689 "Fix an issue in DtlsIdentityStore when the store is..." by mflodman@webrtc.org · 10 years ago
  31. 2a3942a Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. by jiayl@webrtc.org · 10 years ago
  32. d2c09dd Make building openmax_dl conditional in gyp. by andrew@webrtc.org · 10 years ago
  33. 8c5ea8a Fix temporal layer log string. by decurtis@webrtc.org · 10 years ago
  34. ae1a078 Convert AppRTCDemo and AppRTCDemoTest to proper GYP target. by glaznev@webrtc.org · 10 years ago
  35. f1182dd Make sure input manager lock is accessed after channel manager lock. by mflodman@webrtc.org · 10 years ago
  36. b218ff5 Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame" by magjed@webrtc.org · 10 years ago
  37. 370a72c Remove frame copy from cricket::VideoFrame to I420VideoFrame by magjed@webrtc.org · 10 years ago
  38. 5c72922 Remove unused member functions in audio_device_mac.h, which would cause compiling warning with clang -Wthread-safety-anaysis. Reported and fixed by mozilla. Imported here(We don't have any problem since we suppressed those warning in r7961). by braveyao@webrtc.org · 10 years ago
  39. 4dccdff Add unittest to check that ViECapturer does not hold on to frames after they have been delivered by magjed@webrtc.org · 10 years ago
  40. e77c9c8 Build WebRtcMediaEngine2 outside of Chromium. by pbos@webrtc.org · 10 years ago
  41. 0d9bb8e Remove the need for scoped_ptr<I420VideoFrame> in VieCapturer. by magjed@webrtc.org · 10 years ago
  42. 9bfa5f0 In r8605, DTLS is enabled by default for native webrtc. So we have to disable it explicitly in peerconnection example for loopback test. by braveyao@webrtc.org · 10 years ago
  43. ece4b28 FecTest: Reduce loop over numMediaPackets in test_fec. by marpan@webrtc.org · 10 years ago
  44. f4e2060 Script to roll WebRTC in Chromium DEPS by kjellander@webrtc.org · 10 years ago
  45. fc51607 Fix Android AppRTCDemo failure on devices with one or no camera. by glaznev@webrtc.org · 10 years ago
  46. 4052d88 Remove GetLastRenderedFrame by magjed@webrtc.org · 10 years ago
  47. 49d0d34 Making sure neteq gets compiled with OPUS. by phoglund@webrtc.org · 10 years ago
  48. 51ccf37 AudioEncoder: add method MaxEncodedBytes by jmarusic@webrtc.org · 10 years ago
  49. d7452a0 Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame." by magjed@webrtc.org · 10 years ago
  50. 4c8b930 Zero-initialize all members of EncodedFrame. by pbos@webrtc.org · 10 years ago
  51. 74d4792 Fixes issue in RunPlayoutWithFileAsSource related to uninitialized member by henrika@webrtc.org · 10 years ago
  52. aa57702 Removed texture_video_frame.h and webrtctexturevideoframe.h by hbos@webrtc.org · 10 years ago
  53. 7ef8b12 Refactor audio_processing/ns: Removes usage of macro WEBRTC_SPL_MUL_16_16_RSFT by bjornv@webrtc.org · 10 years ago
  54. b38b009 Refactor audio_processing/aecm: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFT by bjornv@webrtc.org · 10 years ago
  55. 1afbdc7 Refactor audio_processing/agc: Removes usage of macro WEBRTC_SPL_MUL_16_16_RSFT by bjornv@webrtc.org · 10 years ago
  56. f9a75d9 Revert "Add concept of whether video renderer supports rotation." by guoweis@webrtc.org · 10 years ago
  57. 60a2aa0 Revert "Add concept of whether video renderer supports rotation." by guoweis@webrtc.org · 10 years ago
  58. 31d1646 Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 10 years ago
  59. 0ad4893 Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 10 years ago
  60. dad85aa Chromium build fix: Include new .cc files in rtc_base by kwiberg@webrtc.org · 10 years ago
  61. a3823e2 Hide assembly symbols. by andrew@webrtc.org · 10 years ago
  62. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 10 years ago
  63. 2989204 Fix instability in peer connection client unit test. by glaznev@webrtc.org · 10 years ago
  64. 59140d6 Remove VideoRotationMode to VideoRotation. by guoweis@webrtc.org · 10 years ago
  65. 600587d Refactor audio_coding/neteq: Removed usage of macro WEBRTC_SPL_16_16_RSFT by bjornv@webrtc.org · 10 years ago
  66. c7faace Roll chromium_revision e8ef1d1..87ce36b (319252:319600) by kjellander@webrtc.org · 10 years ago
  67. 474d1eb Adds C++/JNI/Java unit test for audio device module on Android. by henrika@webrtc.org · 10 years ago
  68. 1b32bbe Removing private and unused method in RTPReceiver. by mflodman@webrtc.org · 10 years ago
  69. 6b56d07 Revert 8632 "Enable isac NEON building on Aarch64" by kjellander@webrtc.org · 10 years ago
  70. 385b566 Revert "Workaround Mac align bug for observer_ and crit_." by pbos@webrtc.org · 10 years ago
  71. a50e6f0 Move ownership of vie_encoders and vie_channels into the channel group. by stefan@webrtc.org · 10 years ago
  72. a32f064 Fix build configuration bug with debug builds. by tommi@webrtc.org · 10 years ago
  73. 558dc40 Reland 8631 "Speculative revert of 8631 "Remove lock from Bitrat..." by tommi@webrtc.org · 10 years ago
  74. 679d2f1 Disable CS_TRACK_OWNER on Mac in debug mode. by tommi@webrtc.org · 10 years ago
  75. f696e49 Re-landing perf improvement for libjingle logging after reverting the general change. by tommi@webrtc.org · 10 years ago
  76. 52130b6 Revert 8635 "Make LS_ logging constants to match Chromium's logg..." by tommi@webrtc.org · 10 years ago
  77. 92696cd Speculative revert of 8631 "Remove lock from Bitrate() and FrameRate() in Video..." by tommi@webrtc.org · 10 years ago
  78. dc08a23 Fix H.264 start code position search. by glaznev@webrtc.org · 10 years ago
  79. 1af1391 Remove WebRtcTextureVideoFrame by magjed@webrtc.org · 10 years ago
  80. c2008a0 RTCOpenGLVideoRenderer: Add support for padded frames by magjed@webrtc.org · 10 years ago
  81. b4cd093 Change the unintentioal CHECK to DCHECK in DtlsIdentityStore. by jiayl@webrtc.org · 10 years ago
  82. 66f153f Make LS_ logging constants to match Chromium's logging constants when building with Chrome. by tommi@webrtc.org · 10 years ago
  83. a2a6fe6 Reconfigure default streams on AddRecvStream. by pbos@webrtc.org · 10 years ago
  84. bcead30 Make the entry point for VideoFrames to webrtc const ref I420VideoFrame. by perkj@webrtc.org · 10 years ago
  85. 75e850e Enable isac NEON building on Aarch64 by kjellander@webrtc.org · 10 years ago
  86. 0d5ea21 Remove lock from Bitrate() and FrameRate() in VideoSender. by tommi@webrtc.org · 10 years ago
  87. f98030b Add intermediate TextureVideoFrame typedef for Chromium by magjed@webrtc.org · 10 years ago
  88. 45cdcce Remove TextureVideoFrame by magjed@webrtc.org · 10 years ago
  89. 7158ec1 Remove android-webrtc.mk by kjellander@webrtc.org · 10 years ago
  90. e41ec81 Remove libjingle_root GYP variable by kjellander@webrtc.org · 10 years ago
  91. e9217b4 Remove WebRtcACMEncodingType by henrik.lundin@webrtc.org · 10 years ago
  92. 84f5309 Roll chromium_revision e144d30..e8ef1d1 (318658:319252) by kjellander@webrtc.org · 10 years ago
  93. a743f6f Widening memcheck suppressions for libjingle_peerconnection_unittest by kjellander@webrtc.org · 10 years ago
  94. 818c498 Modify the simulcast encoder factory adapter to allow external encoder factories that support more than one codec. by pthatcher@webrtc.org · 10 years ago
  95. 16a87b9 Add VP9 denoiser test to videoprocessor_integrationtest. by marpan@webrtc.org · 10 years ago
  96. 1d88394 Add support for arbitrary array geometries in Beamformer by aluebs@webrtc.org · 10 years ago
  97. 0933d01 Enabling common_audio building with NEON on ARM64 by andrew@webrtc.org · 10 years ago
  98. d7a212e audio_processing/aec: Increased delay metrics aggregation window to five seconds by bjornv@webrtc.org · 10 years ago
  99. c3f15c0 Fix scoped_ptrs in bwe_simulations. by stefan@webrtc.org · 10 years ago
  100. 7430433 Print better information during Chromium sync. by kjellander@webrtc.org · 10 years ago