1. 4be6372 Add SSRC to RtpEncodingParameters for audio. by deadbeef · 8 years ago
  2. 469b3a4 Replace VideoCaptureDataCallback by VideoSinkInterface. by nisse · 8 years ago
  3. a3a27b3 Generalize FlexfecReceiveStream::Config. by brandtr · 8 years ago
  4. d7d7263 Clean up FlexfecReceiveStream ctor signatures. by brandtr · 8 years ago
  5. 31212ba Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  6. c939473 Reland of H.264 packetization mode 0 (try 3) (patchset #1 id:1 of https://codereview.webrtc.org/2558453002/ ) by hta · 8 years ago
  7. f8ffba3 Revert of H.264 packetization mode 0 (try 3) (patchset #13 id:490001 of https://codereview.webrtc.org/2528343002/ ) by hta · 8 years ago
  8. 54e6b81 This approach passes packetization mode to the encoder as part of by hta · 8 years ago
  9. b64fdd1 Move VideoDecoder::Create() logic to separate internal video decoder factory by magjed · 8 years ago
  10. 5917368 Wire up x-google-{min,start,max}-bitrate to WebRtcVoiceMediaChannel. by stefan · 8 years ago
  11. 5f55ae6 Move usage of QualityScaler to ViEEncoder. by kthelgason · 8 years ago
  12. 4cb29f6 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 8 years ago
  13. fff9859 Implement periodic bandwidth probing in application-limited region. by sergeyu · 8 years ago
  14. 8f114d3 Pass selected cricket::VideoCodec down to internal H264 encoder by magjed · 8 years ago
  15. 017ebe5 Moved transport.h from webrtc/ to webrtc/api, created build target and updated WebRTC dependencies. by aleloi · 8 years ago
  16. 9ed6bfe Don't cache video codec list in VideoEngine2. by brandtr · 8 years ago
  17. 02b7ecd Keep all codec parameters in VideoReceiveStream::Decoder by magjed · 8 years ago
  18. 05a4b51 Start probes only after network is connected. by Sergey Ulanov · 8 years ago
  19. 3fcf785 Unify VideoCodecType to/from string functionality by magjed · 8 years ago
  20. 9750537 This CL introduces the new functionality for setting by peah · 8 years ago
  21. 056bdda Wire up FlexFEC in VideoEngine2. by brandtr · 8 years ago
  22. 3a2e34b Move VideoDecoderSoftwareFallbackWrapper from webrtc/video_decoder.h to webrtc/media/engine/ by magjed · 8 years ago
  23. 5595e3b In VoiceEngine, the settings for APM are applied in such a way that by peah · 8 years ago
  24. cc7862d Reland of Stop using hardcoded payload types for video codecs (patchset #1 id:1 of https://codereview.webrtc.org/2513633002/ ) by magjed · 8 years ago
  25. 9a1d49f Expose RtpCodecParameters to VoiceMediaInfo stats. by hbos · 8 years ago
  26. bc59f39 Revert of Stop using hardcoded payload types for video codecs (patchset #6 id:210001 of https://codereview.webrtc.org/2493133002/ ) by magjed · 8 years ago
  27. fac364f Stop using hardcoded payload types for video codecs by Magnus Jedvert · 8 years ago
  28. d85b51d Passed AudioMixer to AudioState::Config. by aleloi · 8 years ago
  29. ac14ca2 Remove Absolute Send Time from list of supported header extensions for audio streams. by solenberg · 8 years ago
  30. ff9d77c Support multiple timestamp rates for sending DTMF. by solenberg · 8 years ago
  31. cb8ce03 Support receiving DTMF for multiple RTP clock rates. by solenberg · 8 years ago
  32. fafcfc0 Reland #2 of Issue 2434073003: Extract bitrate allocation ... by Erik Språng · 8 years ago
  33. f815e5d Use different RTX payload types for different H264 profiles by magjed · 8 years ago
  34. 3b1361e Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) by honghaiz · 8 years ago
  35. b07851d Start probes only after network is connected. by sergeyu · 8 years ago
  36. a98271c Move VideoEncoderSoftwareFallbackWrapper from webrtc/video_encoder.h to webrtc/media/engine/ by magjed · 8 years ago
  37. ab81d98 Rename the adapt audio bitrate experiment. by stefan · 8 years ago
  38. ca1d233 Add AudioOption for residual echo detector, and enable the echo detector by default on non-mobile platforms. by ivoc · 8 years ago
  39. dbe2c77 Remove usage of VoEBase::AssociateSendChannel() from WVoMC. by solenberg · 8 years ago
  40. ae9cdd5 Expose RtpCodecParameters to VideoMediaInfo stats. by hbos · 8 years ago
  41. 155a5b4 Negotiate H264 profiles in SDP by magjed · 8 years ago
  42. e843185 Reland of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2471783002/ ) by nisse · 8 years ago
  43. c1d9346 Remove RED/RTX workaround from sender/receiver and VideoEngine2. by brandtr · 8 years ago
  44. 46ee7fa Revert of Issue 2434073003: Extract bitrate allocation ... (patchset #4 id:60001 of https://codereview.webrtc.org/2488833004/ ) by sprang · 8 years ago
  45. fce0c43 Reland of Issue 2434073003: Extract bitrate allocation ... by sprang · 8 years ago
  46. a349842 Revert of Stop caching supported codecs in WebRtcVideoEngine2 (patchset #1 id:1 of https://codereview.webrtc.org/2492473002/ ) by magjed · 8 years ago
  47. 605bf2c Stop caching supported codecs in WebRtcVideoEngine2 by magjed · 8 years ago
  48. f30ffe4 Revert of Extract bitrate allocation of spatial/temporal layers out of codec impl. (patchset #17 id:320001 of https://codereview.webrtc.org/2434073003/ ) by sprang · 8 years ago
  49. 69dd53c Extract bitrate allocation of spatial/temporal layers out of codec impl. by sprang · 8 years ago
  50. 2454551 Set actual transport overhead in rtp_rtcp by michaelt · 8 years ago
  51. 24a4d73 Refactor WebRtcVideoReceiveStream::FilterSupportedCodecs by magjed · 8 years ago
  52. 32e7505 Provide move semantic for cricket::Codec and subclasses by magjed · 8 years ago
  53. a1912ef Fixing config for Audio BWE. by minyue · 8 years ago
  54. 8b00e9b Add new codec for FlexFEC. by brandtr · 8 years ago
  55. 1c8e57b Revert of Removed the legacy behavior of stopping playout when setting new receive codecs. (patchset #1 id:1 of https://codereview.webrtc.org/2409483003/ ) by kwiberg · 8 years ago
  56. e087ed1 Suppress WebRtcVideoEncoderFactory overloaded virtual function warning by magjed · 8 years ago
  57. a5dffff Revert of Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. (patchset #7 id:120001 of https://codereview.webrtc.org/2383093002/ ) by nisse · 8 years ago
  58. 6d63773 Delete all use of cricket::VideoFrame and cricket::WebRtcVideoFrame. by nisse · 8 years ago
  59. 27e6816 Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  60. e9523f0 Clean up abs-send-time for audio. by stefan · 8 years ago
  61. 9ef440a Delete ShallowCopy, in favor of copy construction and assignment. by nisse · 8 years ago
  62. 98f235a Implement qpSum stat for video send ssrc stats. by sakal · 8 years ago
  63. 5206602 Using AudioOption to enable audio network adaptor. by minyue · 8 years ago
  64. d70ef59 Reland Change ViEEncoder to not reconfigure the encoder until the video resolution is known. by Per · 8 years ago
  65. 8e03108 Revert of Reland Change ViEEncoder to not reconfigure the encoder until the video resolution is known. (patchset #2 id:20001 of https://codereview.webrtc.org/2455963004/ ) by emircan · 8 years ago
  66. 12675f1 Replace WebRtcVideoEncoderFactory::VideoCodec with cricket::VideoCodec by magjed · 8 years ago
  67. 878b985 Reland Change ViEEncoder to not reconfigure the encoder until the video resolution is known. by perkj · 8 years ago
  68. 357012e Revert of Change ViEEncoder to not reconfigure the encoder until the video resolution is known. (patchset #4 id:60001 of https://codereview.webrtc.org/2455063002/ ) by perkj · 8 years ago
  69. 5bf946c Change ViEEncoder to not reconfigure the encoder until the video resolution is known. by perkj · 8 years ago
  70. a4e6a71 Implement framesDecoded stat in video receive ssrc stats. by sakal · 8 years ago
  71. 3ce8e91 - Replace FakeAudioProcessing in WVoE unittest with MockAudioProcessing. by solenberg · 8 years ago
  72. 639a551 Remove unused function implementations from FakeWebRtcVoiceEngine. by solenberg · 8 years ago
  73. 53f7ed9 Implement framesEncoded stat in video send ssrc stats. by sakal · 8 years ago
  74. a5e117a Remove cricket::VideoCodec with, height and framerate properties by perkj · 8 years ago
  75. d3a472c Integrate FlexfecReceiveStream with Call. by brandtr · 8 years ago
  76. dfb640f Add a placeholder stat for logging the estimated residual echo likelihood. by ivoc · 8 years ago
  77. bffc190 Moving WebRtcVoiceMediaChannel::SendSetCodec to AudioSendStream. by minyue · 8 years ago
  78. f272997 Added a level controller initialization value to MediaConstraints. by aleloi · 8 years ago
  79. ef99e41 Remove VideoCodec resolution validation. by Per · 8 years ago
  80. 3100aa1 Reland of Make cricket::VideoFrame inherit webrtc::VideoFrame. (patchset #1 id:1 of https://codereview.webrtc.org/2402853002/ ) by nisse · 8 years ago
  81. 0556d95 Set min and max rate on caller and on callee side. by michaelt · 8 years ago
  82. 6fed1a6 Delete unused file webrtcvideochannelfactory.h. by nisse · 8 years ago
  83. a7151c0 Removed the legacy behavior of stopping playout when setting new receive codecs. by solenberg · 8 years ago
  84. 908fb18 The AudioProcessing class is used as an interface by peah · 8 years ago
  85. be6c441 Revert of Make cricket::VideoFrame inherit webrtc::VideoFrame. (patchset #9 id:160001 of https://codereview.webrtc.org/2315663002/ ) by kjellander · 8 years ago
  86. 14ccce8 Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  87. 32bfe91 Make cricket::VideoFrame inherit webrtc::VideoFrame. Delete by nisse · 8 years ago
  88. d984c57 Rename FecConfig to UlpfecConfig in config.h. by brandtr · 8 years ago
  89. d0dcb3b Restarting channel when swapping AudioReceiveStreams in WebrtcVoE. by aleloi · 8 years ago
  90. 730a9e7 Releand of Let ViEEncoder handle resolution changes. by perkj · 8 years ago
  91. 36a2479 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  92. 904d3ba Reland of Delete VideoFrameFactory, CapturedFrame, and related code. (patchset #1 id:1 of https://codereview.webrtc.org/2357113002/ ) by nisse · 8 years ago
  93. 29f813b Revert of Let ViEEncoder handle resolution changes. (patchset #17 id:340001 of https://codereview.webrtc.org/2351633002/ ) by perkj · 8 years ago
  94. 68eaf60 Let ViEEncoder handle resolution changes. by perkj · 8 years ago
  95. f7b3a19 Add VideoSendStream::Stats::prefered_media_bitrate_bps by Per · 8 years ago
  96. 15b966d Enable the -Wundef warning for clang by kwiberg · 8 years ago
  97. a947bee Expose Ivf logging through the native API by palmkvist · 8 years ago
  98. 59505d3 Delete method webrtc::VideoFrame::allocated_size and enum PlaneType. by nisse · 8 years ago
  99. 4cc4a8d This is a resubmission of https://codereview.webrtc.org/2047513002/ by kthelgason · 8 years ago
  100. 652c67c Reland of Move MutableDataY{,U,V} methods to I420Buffer only. (patchset #1 id:1 of https://codereview.webrtc.org/2354223002/ ) by nisse · 8 years ago