1. 61c2a6f Remove rtc::Buffer::length(), since no one uses it anymore by Karl Wiberg · 10 years ago
  2. d4e8014 Fix build errors in r9022 / 09bdc1e5f5a9. by Stefan Holmer · 10 years ago
  3. 09bdc1e Add a BWE fairness test. by Stefan Holmer · 10 years ago
  4. 3795937 Adds a simplified Reno-type TCP sender. by Stefan Holmer · 10 years ago
  5. f49dbfa Close all camera resources when camera error happens. by Alex Glaznev · 10 years ago
  6. 3f4eed0 Deliver RTCP packets only once per receive stream. by Peter Boström · 10 years ago
  7. fb98c40 Register RTP/RTCP modules outside rtp_rtcp_cs_. by Peter Boström · 10 years ago
  8. 382c58d Move target_subarch from gyp_webrtc to supplement.gypi by Henrik Kjellander · 10 years ago
  9. f2497cf Fix unknown option '-msse2' warning by Henrik Kjellander · 10 years ago
  10. 7c324ca AudioEncoderDecoderIsac: Merge the two config structs by Karl Wiberg · 10 years ago
  11. 9829af4 Disable VP8 encoder HW acceleration on NVidia devices. by Alex Glaznev · 10 years ago
  12. 7d89f80 Use BoringSSL as default on iOS by Zeke Chin · 10 years ago
  13. 5d22c00 Add performance tests flag to audioproc_float by Alejandro Luebs · 10 years ago
  14. 41ee1ea Modified the simulcast encoder adapter to correctly handle encoded frames from sub encoders even if the encoder is unable to (temporarily or permanently) produce frames of the exactly matching resolution. This is done by using a different EncodedImageCallback for each encoder, which remembers which VideoEncoder it is registered to and forwards that on to SimulcastEncoderAdapter::Encoded. by Noah Richards · 10 years ago
  15. 099323e Have ViE sender also use the last encoded frame timestamp when determining if the video stream is paused/muted, for purposes of padding. by Noah Richards · 10 years ago
  16. 352b2d7 Fix for sent/received RTCP packet counters returned by GetRtcpPacketTypeCounters. The returned counters are incorrect: sent_packets returns stats from a sent stream (and received_packets returns stats from a receive stream). by Åsa Persson · 10 years ago
  17. 4b76c02 Roll chromium_revision 8af41b3..dcb0929 (324854:325030) by Magnus Jedvert · 10 years ago
  18. 3c3f646 Prevent null-stream reconfigs on RTP extensions. by Peter Boström · 10 years ago
  19. 36fc1ba Update renamed Android ARM64 trybot in PRESUBMIT.py. by Henrik Kjellander · 10 years ago
  20. c317ce5 VoE: move mock directory 1 level up by Jelena Marusic · 10 years ago
  21. adc46c4 audio_processing/agc: Adds config to set minimum microphone volume at startup by Bjorn Volcker · 10 years ago
  22. 19a3807 Updated .gitignore to ignore isolate_deps_dir. by Henrik Boström · 10 years ago
  23. a9c0ae2 Add a sparse FIR filter implementation by Alejandro Luebs · 10 years ago
  24. e432800 Enable CPU adaptation by default. by Peter Boström · 10 years ago
  25. fcf54bd Reland "Avoid critsect for protection- and qm setting callbacks in VideoSender." by mflodman · 10 years ago
  26. 73ba7a6 Remove PORTALLOCATOR_ENABLE_BUNDLE, PortAllocatorSessionProxy, PortAllocatorSessionMuxer, and PortProxy. by Peter Thatcher · 10 years ago
  27. 74b9769 Deliver RTCP packets only once per send stream. by Peter Boström · 10 years ago
  28. 2dd6a27 VoE: format VoEBase according to new style guide by Jelena Marusic · 10 years ago
  29. 0de7bcf Removes use of AudioManager.setSpeakerphoneOn in audio manager by henrika · 10 years ago
  30. 6739952 Roll chromium_revision 70a0480..ac81bcc (324430:324836) by Henrik Kjellander · 10 years ago
  31. 56d5028 Remove SignalCaptureStateChange from MediaEngine. by Peter Thatcher · 10 years ago
  32. 575a802 Add an option to update mirror flag in Android video renderer. by Alex Glaznev · 10 years ago
  33. 1b67795 Add i386 to ios fat library build script and use boringssl. by Zeke Chin · 10 years ago
  34. 529921e Explicitly set target_subarch for iOS on ia32/x64 by Henrik Kjellander · 10 years ago
  35. 77f0e3f Remove GetStartCaptureFormat and some related code. by Peter Thatcher · 10 years ago
  36. 6ae2572 Add missing configuration of rtx payload type for rtp/rtcp module. by Åsa Persson · 10 years ago
  37. 03dec77 Add chromium/_bad_scm to .gitignore by Henrik Kjellander · 10 years ago
  38. 0f911d71 Refactor audio_processing/nsx: Removed usage of macro WEBRTC_SPL_MEMCPY_W16 by Bjorn Volcker · 10 years ago
  39. 61a4b04 Refactor common_audio/vad: Removed usage of trivial macro WEBRTC_SPL_MUL_16_16(a, b) by Bjorn Volcker · 10 years ago
  40. e7b221f Remove deadlock in WebRtcVideoEngine2. by Peter Boström · 10 years ago
  41. 6fc2d2f VoE: revert CHECKs into asserts by Jelena Marusic · 10 years ago
  42. 9e5e421 VoE: cleanup VoEBaseImpl by Jelena Marusic · 10 years ago
  43. 93ef1d8 Change ACM's CodecManager to hold one encoder instead of an array by Henrik Lundin · 10 years ago
  44. eba964f Revert "Support none multiple of 16 pixels width on android." by Bjorn Volcker · 10 years ago
  45. 99c2fe5 Fix NullVideoEngine's CreateChannel implementation. by Noah Richards · 10 years ago
  46. b32a5c4 Add more logging around TURN refreshes. by Peter Thatcher · 10 years ago
  47. e4ae8d8 Changes in VideoCapturerAndroid. by Alex Glaznev · 10 years ago
  48. f4acf46 Support none multiple of 16 pixels width on android. by Per · 10 years ago
  49. 3949e86 Prevent decoder busy loop for send-only channels. by Peter Boström · 10 years ago
  50. a125d7d Changes default audio mode in AppRTCDemo to MODE_RINGTONE. by henrika · 10 years ago
  51. e12a667 Remove i420_video_frame.h from common_video.gyp by Bjorn Volcker · 10 years ago
  52. 9bfe3daf Cleanup: Remove i420_video_frame.h header. by Thiago Farina · 10 years ago
  53. f6c003e cricket::VideoFrameFactory: Handle if created frame is null by Magnus Jedvert · 10 years ago
  54. 9526187 Default enable abs send time bwe for CallTest by Erik Språng · 10 years ago
  55. 09bf1a1 Delays changing to COMMUNICATION mode until streaming starts. by henrika · 10 years ago
  56. 0184057 VideoAdapterTest: Replace FileVideoCapturer with FakeVideoCapturer by Magnus Jedvert · 10 years ago
  57. dcbd3ac Improve BWE plotting and logging to make it possible to use multiple windows/figures. by Stefan Holmer · 10 years ago
  58. f2822ed Refactor audio_coding/codecs/isac/fix: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFT by Bjorn Volcker · 10 years ago
  59. f6a99e6 Refactor audio_processing: Free functions return void by Bjorn Volcker · 10 years ago
  60. 0666a9b Remove Transport::Reset, which is never used, and only makes reading the code harder. by Peter Thatcher · 10 years ago
  61. f9bbbdd1 Roll chromium_revision d8f8dc8..70a0480 (324211:324430) by Henrik Kjellander · 10 years ago
  62. d417c93 Remove android_webview_build conditions. by Richard Coles · 10 years ago
  63. 9504b89 Cleanup: Remove unnecessary SHA1Transform() declaration. by Thiago Farina · 10 years ago
  64. 3a93986 Exit after printing usage message. by Thiago Farina · 10 years ago
  65. 7f6c4d4 Fix clang style warnings in webrtc/modules/audio_coding/neteq by Karl Wiberg · 10 years ago
  66. 4117775 Roll chromium_revision 5333e14..d8f8dc8 (323410:324211) by Henrik Kjellander · 10 years ago
  67. 76c53d3 Remove ViE interface usage from VideoReceiveStream. by Peter Boström · 10 years ago
  68. 15cf019 Add field-trial flag to disable WebRtcVideoEngine2. by Peter Boström · 10 years ago
  69. 9b3f56e Reland "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection."" by Per · 10 years ago
  70. 2c37078 Fix crash with CVO turned on for VP9 codec by Guo-wei Shieh · 10 years ago
  71. d61ebda9 Fix the sigslot type of DtlsIdentityStore::WorkerTask. by Jiayang Liu · 10 years ago
  72. 036b420 Updated iOS video capturer to take device orientation into consideration. by Jonas Martinsson · 10 years ago
  73. 1064679 Revert "Fix crash with CVO turned on for VP9 codec" by Guo-wei Shieh · 10 years ago
  74. 29b1a1c Fix crash with CVO turned on for VP9 codec by Guo-wei Shieh · 10 years ago
  75. c78da7d Roll chromium_revision 719b839..5333e14 (322539:323410) by Henrik Kjellander · 10 years ago
  76. 06c8013 Explicitly set target_subarch for iOS (re-land) by Henrik Kjellander · 10 years ago
  77. fbfc74a Increase filename size for dummy device factory. by Patrik Höglund · 10 years ago
  78. ad1f9b6 Remove warning on input frames before config. by Peter Boström · 10 years ago
  79. 64c0366 Revert "Revert "Split EventWrapper in twain."" by Peter Boström · 10 years ago
  80. ca047f7 Stop building NSS on Windows. by Henrik Kjellander · 10 years ago
  81. 968b0e2 Removed build dependency on er_tables_xor.h, since it has been deleted by Bjorn Volcker · 10 years ago
  82. 2e266e9 On iOS, detect pdp_ip networks as cellular. by Noah Richards · 10 years ago
  83. fbe5b31 Fix merge_libs.py to correctly use the IGNORE_PATTERNS list. by Noah Richards · 10 years ago
  84. 9e420af Fix potential race conditions in Android video renderer. by Alex Glaznev · 10 years ago
  85. e41d774 Revert "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection." by Per · 10 years ago
  86. 3b71efc Revert "Explicitly set target_subarch for iOS." by Henrik Kjellander · 10 years ago
  87. 2519c45 Fix clang style warnings in webrtc/modules/audio_coding by Karl Wiberg · 10 years ago
  88. f6b7265 Explicitly set target_subarch for iOS. by Henrik Kjellander · 10 years ago
  89. 1d83f1e talk/media/webrtc/webrtcvoiceengine: Delay Agnostic AEC should not override HW-AEC by Bjorn Volcker · 10 years ago
  90. 49a862e Return pending buffers to Java VideoCapturerAndroid if camera is stopping by Per · 10 years ago
  91. 26679d6 ViEFrameCallback::DeliverFrame: Make I420VideoFrame const ref. by Magnus Jedvert · 10 years ago
  92. 3211934 Fix build breakage in WrappedI420Buffer::native_handle() by Per · 10 years ago
  93. 75db861 Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection. by Per · 10 years ago
  94. e1c1ee2 EncodedVideoData is unused, so remove it by Karl Wiberg · 10 years ago
  95. e095148 Port some fixes in AppRTCDemo. by Alex Glaznev · 10 years ago
  96. be508a1 Implement Tcp Reconnect for TCPPort. by Guo-wei Shieh · 10 years ago
  97. ef88309 Cleanup: Forward declare AudioFrame type in voiceprocess.h by Thiago Farina · 10 years ago
  98. ae0f0ee Cleanup: Remove DISALLOW_EVIL_CONSTRUCTORS macro. by Thiago Farina · 10 years ago
  99. 7351f46 Don't send STUN pings if we don't have a remote ufrag and pwd. by Peter Thatcher · 10 years ago
  100. bc4b934 Add a DCHECK to RegisterModule to make sure it's called on the controller thread. by Tommi · 10 years ago