1. cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 9 years ago
  2. d0b5b09 Add myself as OWNER of webrtc/voice_engine and talk/media/webrtc. by Fredrik Solenberg · 9 years ago
  3. c14f5ff Improving support for Android Audio Effects in WebRTC. by henrika · 9 years ago
  4. d5c75b1 Reduce LS_INFO spam from voice_engine/. by Peter Boström · 9 years ago
  5. 7d17336 Remove the [Un]RegisterVoiceProcessor() API. by Fredrik Solenberg · 9 years ago
  6. 0967734 Remove VoEFile from VoeWrapper and the remaining places in libjingle where it was being used. by Fredrik Solenberg · 9 years ago
  7. f706c8a VideoCapturerAndroid: Fix threading issues by Magnus Jedvert · 9 years ago
  8. a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 9 years ago
  9. 47ee2f3 TransportController refactoring. by deadbeef · 9 years ago
  10. c1a1b35 Remove the SetLocalMonitor() API. by solenberg · 9 years ago
  11. 07d0936 Purge nss files and dependencies. by torbjorng · 9 years ago
  12. 8212265 Android: Add class ThreadUtils with helper function joinUninterruptibly() by Magnus Jedvert · 9 years ago
  13. 22011c1 Remove Channel::SetRingbackTone() and Channel::PlayRingbackTone(), and the code beneath it (within libjingle). by solenberg · 9 years ago
  14. ef5d5e4 Add field trial for automic resize in MediaCodecVideoEncoder. by asapersson · 9 years ago
  15. 04ac81f Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by Peter Thatcher · 9 years ago
  16. 275a2f1 Revert of Replace readable with receiving where receiving means receiving anything (stun ping, response or da… (patchset #7 id:340001 of https://codereview.webrtc.org/1351673003/ ) by tommi · 9 years ago
  17. ae16f85 Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by honghaiz · 9 years ago
  18. c19922c Android SurfaceViewRenderer: Block in release() until frames are returned and cleanup is done by Magnus Jedvert · 9 years ago
  19. e6d3ada Re-add SurfaceTexture as member for setLocalPreview in VideoCapturerAndroid. by Per · 9 years ago
  20. 780be75 Make PeerConnectionTest.doTest wait for ice candidates by perkj · 9 years ago
  21. 35d1767 Remove the video capture module on Android. by perkj · 9 years ago
  22. 8902433 Revert "TransportController refactoring." by Guo-wei Shieh · 9 years ago
  23. 9af63f4 TransportController refactoring. by deadbeef · 9 years ago
  24. 4a78308 Android: Add helper class GlTextureFrameBuffer by Magnus Jedvert · 9 years ago
  25. 3520f9e Removes camera.setPreviewTexture in doStopCaptureOnCameraThread and removes the try catch statement since the only method throwing an exception was setPreviewTexture. by Per · 9 years ago
  26. 586b19b Enable probing with repeated payload packets by default. by Stefan Holmer · 9 years ago
  27. 71df77b Remove overridden basictypes.h. by henrikg · 9 years ago
  28. 7cbd188 Remove GICE (again). by Peter Thatcher · 9 years ago
  29. ac547a6 Remove channel ids from various interfaces. by Peter Boström · 9 years ago
  30. e1c5ec7 Fixing bad merge (CHECK is now RTC_CHECK) by Patrik Höglund · 9 years ago
  31. fdd1b9a Reland: Bailing out if pc factory fails to get created. by Patrik Höglund · 9 years ago
  32. b071a19 Full use of NnChannel::SetSendParameters and NnChannel::SetRecvParameters. by Fredrik Solenberg · 9 years ago
  33. f2bfc2b Remove some dead code. by Peter Boström · 9 years ago
  34. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  35. 7754285 Log to the webrtc log stream from webrtc/modules java code. by Jiayang Liu · 9 years ago
  36. 5975b3c Log to webrtc logging stream from java code. by Jiayang Liu · 9 years ago
  37. 3841943 Consolidate constructormagic macros with Chromium version and remove Chromium override. by henrikg · 9 years ago
  38. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  39. 207370f Android MediaCodecVideoDecoder: Remove redundant useSurface arguments by Magnus Jedvert · 9 years ago
  40. 01ddf01 Revert of Bailing out if pc factory fails to get created. (patchset #1 id:1 of https://codereview.webrtc.org/1339923004/ ) by phoglund · 9 years ago
  41. 6eb75d9 Bailing out if pc factory fails to get created. by Patrik Höglund · 9 years ago
  42. 2338fec Partial revert of r9936. by Alex Glaznev · 9 years ago
  43. 32b5d23 Add an option to avoid Java video track release when peer connection is closed. by Alex Glaznev · 9 years ago
  44. 709ed67 Move instantiation of webrtc::Call into a MediaController class so that it can be used for both audio and video media channels. by Fredrik Solenberg · 9 years ago
  45. 4ae28a1 Android: Add SurfaceTextureHelper for creating and managing SurfaceTextures by Magnus Jedvert · 9 years ago
  46. 66f0da2 Log to webrtc logging stream from java code. by jiayl · 9 years ago
  47. 1cb121d Reset frame timestamp epoch for new capturers. by pbos · 9 years ago
  48. ea06a58 Android video capture: Remove duplicated code and fix spelling mistakes by Magnus Jedvert · 9 years ago
  49. 92068ee Android: Guard against switching camera on stopped camera by colin · 9 years ago
  50. c06a716 Android: Add new renderer SurfaceViewRenderer by Magnus Jedvert · 9 years ago
  51. d12140a Revert change which removes GICE. by guoweis · 9 years ago
  52. fab882b Remove obsolete typingmonitor.cc/.h files. by solenberg · 9 years ago
  53. 1dd98f3 - Rename VoiceChannel::MuteStream() -> SetAudioSend() (incl. media channel) by solenberg · 9 years ago
  54. 9a78d22 Revert of Consolidate constructormagic macros with Chromium version and remove Chromium override. (patchset #4 id:60001 of https://codereview.webrtc.org/1316363005/ ) by tommi · 9 years ago
  55. 0de8ff4 Consolidate constructormagic macros with Chromium version and remove Chromium override. by henrikg · 9 years ago
  56. c2db810 Remove VideoRendererInterface::CanApplyRotation() by Magnus Jedvert · 9 years ago
  57. f6901b0 Remove NullVideoFrame by Magnus Jedvert · 9 years ago
  58. 8ce0bd5 Android video rendering: Fix texture matrix multiplication order by Magnus Jedvert · 9 years ago
  59. 2feafdb Enable automatic resizing for RTX-enabled senders. by Peter Boström · 9 years ago
  60. 529528c Android video rendering: Apply SurfaceTexture.getTransformationMatrix() by Magnus Jedvert · 9 years ago
  61. 66f4339 Remove [Voice|Video]MediaChannel::GetOptions(). by solenberg · 9 years ago
  62. b04965c Hooked up RtcEventLog. It lives in Voice Engine and pointers are propagated to ACM and Call. by ivoc · 9 years ago
  63. 7764973 Add magjed@ as owner for talk/app/webrtc/androidtests/ and talk/app/webrtc/java/jni/ by Magnus Jedvert · 9 years ago
  64. 68786d2 Wire up PacketTime to ReceiveStreams. by stefan · 9 years ago
  65. e526974 Make LoadObserver settable per video send stream. Gives client flexibility and makes the implementation slightly simpler. See discussion in: https://codereview.webrtc.org/1269863005/ by solenberg · 9 years ago
  66. f3ecdb9 Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in TransportChannel layer. by Henrik Boström · 9 years ago
  67. 8006f07 Remove unused TypingMonitor class. by solenberg · 9 years ago
  68. e9ad18b Remove obsolete soundclip.cc/.h files. by solenberg · 9 years ago
  69. 1c7d48d Let max default bitrate depend on resolution when configuring one video stream (was previously always 2Mbps). by Åsa Persson · 9 years ago
  70. 86d907c Refactor the AudioDevice for iOS and improve the performance and stability by henrika · 9 years ago
  71. 7b38f69 Add placeholder files for talk/app/webrtc/mediacontroller.cc/.h to be able to update Chrome's libjingle.gyp before the MediaController implementation CL is submitted. by solenberg · 9 years ago
  72. bb741b3 Remove GetOutputScaling from VoiceMediaChannel. by solenberg · 9 years ago
  73. 0ab8ca8 Remove x11 from libjingle_media by phoglund · 9 years ago
  74. 9eb1365 Revert of purge nss files and dependencies (patchset #1 id:1 of https://codereview.webrtc.org/1313233005/ ) by deadbeef · 9 years ago
  75. 3cc834a Add more IceCandidatePairType for host-host CandidatePair by Guo-wei Shieh · 9 years ago
  76. 5647a2c purge nss files and dependencies by torbjorng · 9 years ago
  77. e7a0de7 CameraEnumerationAndroid: Add getSupportedFormats() implementation using android.hardware.camera2 by Magnus Jedvert · 9 years ago
  78. 47d78cc Pass the encoder's internal source property through to video_sender to request a keyframe from the external encoder by sophiechang · 9 years ago
  79. dfbe679 Cleanup: Remove duplicated functions by Guo-wei Shieh · 9 years ago
  80. 658910c Revert "Speculative revert of "- Move test cases for more natural ordering."" by stefan · 9 years ago
  81. 7afc12f VideoRendererGui: Move to async rendering and remove no longer needed code by Magnus Jedvert · 9 years ago
  82. 1a591dd Android GlUtil: Add helper functions generateTexture/deleteTexture by Magnus Jedvert · 9 years ago
  83. ed4224f Android GlRectDrawer: Add fragment shader for RGB(A) textures by Magnus Jedvert · 9 years ago
  84. e63d2a1 Add JNI/java wrapper for the file rotating logging class. by Jiayang Liu · 9 years ago
  85. 4d2f4d1 - Make shared EGL context used for HW video decoding member by Alex Glaznev · 9 years ago
  86. 97579a4 Add option to enable ECDSA key for Java API. by glaznev · 9 years ago
  87. eebc099 Add magjed@ as owner for talk/app/webrtc/java/android/org/webrtc/ by magjed · 9 years ago
  88. 194ccea Do not use HW H.264 encoder on Nexus 7. by Alex Glaznev · 9 years ago
  89. 4edc39c Set the IceConnectionReceivingTimeout as a RTCConfiguration parameter. by honghaiz · 9 years ago
  90. 02d283a Speculative revert of "- Move test cases for more natural ordering." by Stefan Holmer · 9 years ago
  91. c252dab CameraEnumerationAndroid: Make getSupportedFormats() an interface by Magnus Jedvert · 9 years ago
  92. c20a5dc - Move test cases for more natural ordering. by Fredrik Solenberg · 9 years ago
  93. 3a14bf3 Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in the cricket::TransportDescriptionFactory layers. by Henrik Boström · 9 years ago
  94. a6cba3a Java VideoRenderer.Callbacks: Make renderFrame() interface asynchronous by Magnus Jedvert · 9 years ago
  95. e8386d2 Added send-thresholding and fixed text packet dumping. Also a little squelch for the over-max-MTU log spam we see in there. by Lally Singh · 9 years ago
  96. 79de90b Do not explicitly delete OpenGL shaders in VideoRendererGui. by Alex Glaznev · 9 years ago
  97. f42376c Wire up currently-received video codec to stats. by pbos · 9 years ago
  98. 6813ec8 VideoCapturerAndroid: Move to android folder and split out camera enumeration into separate file by magjed · 9 years ago
  99. 4fbae2b Add send transports to individual webrtc::Call streams. by solenberg · 9 years ago
  100. 6480d03 Make jni_helpers build on arm32. by phoglund · 9 years ago