1. 5c9f69f Update the dummy file_audio_video_device to allow empty file name by phoglund@webrtc.org · 9 years ago
  2. e9413c6 Revert 8689 "Fix an issue in DtlsIdentityStore when the store is..." by mflodman@webrtc.org · 9 years ago
  3. 2a3942a Fix an issue in DtlsIdentityStore when the store is destroyed before the worker thread task returns. by jiayl@webrtc.org · 9 years ago
  4. d2c09dd Make building openmax_dl conditional in gyp. by andrew@webrtc.org · 9 years ago
  5. 8c5ea8a Fix temporal layer log string. by decurtis@webrtc.org · 9 years ago
  6. ae1a078 Convert AppRTCDemo and AppRTCDemoTest to proper GYP target. by glaznev@webrtc.org · 9 years ago
  7. f1182dd Make sure input manager lock is accessed after channel manager lock. by mflodman@webrtc.org · 9 years ago
  8. b218ff5 Revert "Remove frame copy from cricket::VideoFrame to I420VideoFrame" by magjed@webrtc.org · 9 years ago
  9. 370a72c Remove frame copy from cricket::VideoFrame to I420VideoFrame by magjed@webrtc.org · 9 years ago
  10. 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 · 9 years ago
  11. 4dccdff Add unittest to check that ViECapturer does not hold on to frames after they have been delivered by magjed@webrtc.org · 9 years ago
  12. e77c9c8 Build WebRtcMediaEngine2 outside of Chromium. by pbos@webrtc.org · 9 years ago
  13. 0d9bb8e Remove the need for scoped_ptr<I420VideoFrame> in VieCapturer. by magjed@webrtc.org · 9 years ago
  14. 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 · 9 years ago
  15. ece4b28 FecTest: Reduce loop over numMediaPackets in test_fec. by marpan@webrtc.org · 9 years ago
  16. f4e2060 Script to roll WebRTC in Chromium DEPS by kjellander@webrtc.org · 9 years ago
  17. fc51607 Fix Android AppRTCDemo failure on devices with one or no camera. by glaznev@webrtc.org · 9 years ago
  18. 4052d88 Remove GetLastRenderedFrame by magjed@webrtc.org · 9 years ago
  19. 49d0d34 Making sure neteq gets compiled with OPUS. by phoglund@webrtc.org · 9 years ago
  20. 51ccf37 AudioEncoder: add method MaxEncodedBytes by jmarusic@webrtc.org · 9 years ago
  21. d7452a0 Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFrame." by magjed@webrtc.org · 9 years ago
  22. 4c8b930 Zero-initialize all members of EncodedFrame. by pbos@webrtc.org · 9 years ago
  23. 74d4792 Fixes issue in RunPlayoutWithFileAsSource related to uninitialized member by henrika@webrtc.org · 9 years ago
  24. aa57702 Removed texture_video_frame.h and webrtctexturevideoframe.h by hbos@webrtc.org · 9 years ago
  25. 7ef8b12 Refactor audio_processing/ns: Removes usage of macro WEBRTC_SPL_MUL_16_16_RSFT by bjornv@webrtc.org · 9 years ago
  26. b38b009 Refactor audio_processing/aecm: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFT by bjornv@webrtc.org · 9 years ago
  27. 1afbdc7 Refactor audio_processing/agc: Removes usage of macro WEBRTC_SPL_MUL_16_16_RSFT by bjornv@webrtc.org · 9 years ago
  28. f9a75d9 Revert "Add concept of whether video renderer supports rotation." by guoweis@webrtc.org · 9 years ago
  29. 60a2aa0 Revert "Add concept of whether video renderer supports rotation." by guoweis@webrtc.org · 9 years ago
  30. 31d1646 Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 9 years ago
  31. 0ad4893 Add concept of whether video renderer supports rotation. by guoweis@webrtc.org · 9 years ago
  32. dad85aa Chromium build fix: Include new .cc files in rtc_base by kwiberg@webrtc.org · 9 years ago
  33. a3823e2 Hide assembly symbols. by andrew@webrtc.org · 9 years ago
  34. 67186fe Fix clang style warnings in webrtc/base by kwiberg@webrtc.org · 9 years ago
  35. 2989204 Fix instability in peer connection client unit test. by glaznev@webrtc.org · 9 years ago
  36. 59140d6 Remove VideoRotationMode to VideoRotation. by guoweis@webrtc.org · 9 years ago
  37. 600587d Refactor audio_coding/neteq: Removed usage of macro WEBRTC_SPL_16_16_RSFT by bjornv@webrtc.org · 9 years ago
  38. c7faace Roll chromium_revision e8ef1d1..87ce36b (319252:319600) by kjellander@webrtc.org · 9 years ago
  39. 474d1eb Adds C++/JNI/Java unit test for audio device module on Android. by henrika@webrtc.org · 9 years ago
  40. 1b32bbe Removing private and unused method in RTPReceiver. by mflodman@webrtc.org · 9 years ago
  41. 6b56d07 Revert 8632 "Enable isac NEON building on Aarch64" by kjellander@webrtc.org · 9 years ago
  42. 385b566 Revert "Workaround Mac align bug for observer_ and crit_." by pbos@webrtc.org · 9 years ago
  43. a50e6f0 Move ownership of vie_encoders and vie_channels into the channel group. by stefan@webrtc.org · 9 years ago
  44. a32f064 Fix build configuration bug with debug builds. by tommi@webrtc.org · 9 years ago
  45. 558dc40 Reland 8631 "Speculative revert of 8631 "Remove lock from Bitrat..." by tommi@webrtc.org · 9 years ago
  46. 679d2f1 Disable CS_TRACK_OWNER on Mac in debug mode. by tommi@webrtc.org · 9 years ago
  47. f696e49 Re-landing perf improvement for libjingle logging after reverting the general change. by tommi@webrtc.org · 9 years ago
  48. 52130b6 Revert 8635 "Make LS_ logging constants to match Chromium's logg..." by tommi@webrtc.org · 9 years ago
  49. 92696cd Speculative revert of 8631 "Remove lock from Bitrate() and FrameRate() in Video..." by tommi@webrtc.org · 9 years ago
  50. dc08a23 Fix H.264 start code position search. by glaznev@webrtc.org · 9 years ago
  51. 1af1391 Remove WebRtcTextureVideoFrame by magjed@webrtc.org · 9 years ago
  52. c2008a0 RTCOpenGLVideoRenderer: Add support for padded frames by magjed@webrtc.org · 9 years ago
  53. b4cd093 Change the unintentioal CHECK to DCHECK in DtlsIdentityStore. by jiayl@webrtc.org · 9 years ago
  54. 66f153f Make LS_ logging constants to match Chromium's logging constants when building with Chrome. by tommi@webrtc.org · 9 years ago
  55. a2a6fe6 Reconfigure default streams on AddRecvStream. by pbos@webrtc.org · 9 years ago
  56. bcead30 Make the entry point for VideoFrames to webrtc const ref I420VideoFrame. by perkj@webrtc.org · 9 years ago
  57. 75e850e Enable isac NEON building on Aarch64 by kjellander@webrtc.org · 9 years ago
  58. 0d5ea21 Remove lock from Bitrate() and FrameRate() in VideoSender. by tommi@webrtc.org · 9 years ago
  59. f98030b Add intermediate TextureVideoFrame typedef for Chromium by magjed@webrtc.org · 9 years ago
  60. 45cdcce Remove TextureVideoFrame by magjed@webrtc.org · 9 years ago
  61. 7158ec1 Remove android-webrtc.mk by kjellander@webrtc.org · 9 years ago
  62. e41ec81 Remove libjingle_root GYP variable by kjellander@webrtc.org · 9 years ago
  63. e9217b4 Remove WebRtcACMEncodingType by henrik.lundin@webrtc.org · 9 years ago
  64. 84f5309 Roll chromium_revision e144d30..e8ef1d1 (318658:319252) by kjellander@webrtc.org · 9 years ago
  65. a743f6f Widening memcheck suppressions for libjingle_peerconnection_unittest by kjellander@webrtc.org · 9 years ago
  66. 818c498 Modify the simulcast encoder factory adapter to allow external encoder factories that support more than one codec. by pthatcher@webrtc.org · 9 years ago
  67. 16a87b9 Add VP9 denoiser test to videoprocessor_integrationtest. by marpan@webrtc.org · 9 years ago
  68. 1d88394 Add support for arbitrary array geometries in Beamformer by aluebs@webrtc.org · 9 years ago
  69. 0933d01 Enabling common_audio building with NEON on ARM64 by andrew@webrtc.org · 9 years ago
  70. d7a212e audio_processing/aec: Increased delay metrics aggregation window to five seconds by bjornv@webrtc.org · 9 years ago
  71. c3f15c0 Fix scoped_ptrs in bwe_simulations. by stefan@webrtc.org · 9 years ago
  72. 7430433 Print better information during Chromium sync. by kjellander@webrtc.org · 9 years ago
  73. 2386d6d Revert 8599 "Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..."" by magjed@webrtc.org · 9 years ago
  74. 67a9e40 Prevent encoding frames with wrong resolution. by pbos@webrtc.org · 9 years ago
  75. 0305448 Adding basic support for posting tasks to a process thread. by tommi@webrtc.org · 9 years ago
  76. 658d201 Allow VideoSender to be constructed on one thread but initialized and used for doing registrations, on another. by tommi@webrtc.org · 9 years ago
  77. 7008f22 Revert Clang roll in r8596 + add memcheck suppression. by kjellander@webrtc.org · 9 years ago
  78. 5af41aa Fix uninitialized variable. If FindConstraint() returns false, we check |value| in two places and at that point, it can hold an uninitialized value. Caught by Linux Memcheck builder. by tommi@webrtc.org · 9 years ago
  79. fa67463 skip isac_neon if neon is not supported by andrew@webrtc.org · 9 years ago
  80. bbce5ef Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%. by guoweis@webrtc.org · 9 years ago
  81. d43b2c0 Revert "Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%." by guoweis@webrtc.org · 9 years ago
  82. 86c33e3 Turn on IPv6 for WebRTC as default as required before ramping the experiment to 30%. by guoweis@webrtc.org · 9 years ago
  83. 4536289 Add CVO support to RTP sender side. by guoweis@webrtc.org · 9 years ago
  84. 61e00b0 Create a in-memory DTLS identity store that keeps a free identity generated in the background. by jiayl@webrtc.org · 9 years ago
  85. 6daacbc Set cpu_speed parameter for low resolutions, for non-simulcast. by marpan@webrtc.org · 9 years ago
  86. 7b93ea1 Remove DCHECK from common_types.cc by kjellander@webrtc.org · 9 years ago
  87. 4a4e688 Remove dependecy on win32.h in criticalsection.h. This was causing build errors that we haven't fully figured out yet but somehow this caused override files to include the files they're supposed to override, which in turn included webrtc build files that then conflict with Chromium's configuration. by tommi@webrtc.org · 9 years ago
  88. f7abb12 Fix OVERRIDE->override again after reverting video frame cl. by tommi@webrtc.org · 9 years ago
  89. 1f94407 Revert 8580 "Unify underlying frame buffer in I420VideoFrame and..." by tommi@webrtc.org · 9 years ago
  90. c86bbba Add speech flag to EncodedInfo by henrik.lundin@webrtc.org · 9 years ago
  91. 92f4018 Start using std::map for Values in the statscollector. This is in preparaton for more work which will cut down on the string copying work we do. by tommi@webrtc.org · 9 years ago
  92. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 9 years ago
  93. 792f1a1 Break out allocation from BitrateController into a BitrateAllocator. by stefan@webrtc.org · 9 years ago
  94. 61c22ac Eliminate AcmGenericCodec::Add10MsData by henrik.lundin@webrtc.org · 9 years ago
  95. f82109c Initialize memory in I420VideoFrame unittest by magjed@webrtc.org · 9 years ago
  96. 487afc7 Always define RTC_NOTREACHED, not just in non-chromium builds by magjed@webrtc.org · 9 years ago
  97. 9cd7c26 Rename NOTREACHED to RTC_NOTREACHED to avoid name conflict with Chromium by magjed@webrtc.org · 9 years ago
  98. 6dab6d7 Let Chromium declare the mips_dsp_rev build variable. by kjellander@webrtc.org · 9 years ago
  99. 1d25c87 Reland r8577 "Collapse AudioEncoderDecoderIsacRed into ..." by henrik.lundin@webrtc.org · 9 years ago
  100. 058b1f1 Remove GetReceiveBandwidthEstimatorStats. by pbos@webrtc.org · 9 years ago