1. 143cec1 Set correct encoder-specific settings for vpx in the new API. by Erik Språng · 10 years ago
  2. e8a197b Enable isac NEON building on Aarch64 by Zhongwei Yao · 10 years ago
  3. d7e5c44 STUN allocation should not be disabled when using shared port and TURN servers are provided. by Jiayang Liu · 10 years ago
  4. 5a92aa8 Add 3-band filter-bank implementation by Alejandro Luebs · 10 years ago
  5. 494f209 Move CriticalSection into rtc_base_approved. by Tommi · 10 years ago
  6. 59d91dc Remove ViERTP_RTCP usage in VideoSendStream. by Peter Boström · 10 years ago
  7. e6cefb6 GYP variables for building expat, icu, libsrtp, usrsctp by Henrik Kjellander · 10 years ago
  8. 61be2a4 Clean up RTCPSender. by Erik Språng · 10 years ago
  9. 3c391cb Add support for updating histogram for received fraction loss ("WebRTC.Video.ReceivedPacketsLostInPercent") when running new video api. by Åsa Persson · 10 years ago
  10. 52ef9d7 Stop IncomingVideoStream on delete. by Peter Boström · 10 years ago
  11. 23dc68e Add the rtc_build_openmax_dl variable to the GN build. by Andrew MacDonald · 10 years ago
  12. 12e0329 Do not use Magnifier if there are multiple screens since it sometimes crashes. by Jiayang Liu · 10 years ago
  13. c4188fd Use IncomingVideoStream in VideoReceiveStream. by Peter Boström · 10 years ago
  14. f955b5d Add h.264 AVC SPS parsing for resolution (re-land) by Henrik Kjellander · 10 years ago
  15. c043afc Cleanup inside IncomingVideoStream. by Peter Boström · 10 years ago
  16. a96f02b Make sure histograms in jitter buffer are only updated if running. by Åsa Persson · 10 years ago
  17. affcfb2 Refactor common_audio/signal_processing: Removed usage of trivial macro WEBRTC_SPL_MUL_16_16 by Bjorn Volcker · 10 years ago
  18. e3827f2 Revert "Add h.264 AVC SPS parsing for resolution." by Noah Richards · 10 years ago
  19. 5ea8eff Add h.264 AVC SPS parsing for resolution. by Noah Richards · 10 years ago
  20. 9728241 Record H264 NALU type in the h264 header. by Noah Richards · 10 years ago
  21. fe7a80c Prevent sender RTCP signals for receive-only channels. by Peter Boström · 10 years ago
  22. 7f287cc rtc::CriticalSection: Add dummy implementation of IsLocked for release builds by Magnus Jedvert · 10 years ago
  23. d3e8eda (Re-land) AudioEncoderDecoderIsac: Merge the two config structs by Karl Wiberg · 10 years ago
  24. 92f9eac g722 and red encoders: Use rtc::Buffer instead of scoped_ptr<uint8_t[]> by Karl Wiberg · 10 years ago
  25. 6bf1084 rtc::CriticalSection: Add function IsLocked by Magnus Jedvert · 10 years ago
  26. bd67f66 Restore webrtc/base/move.h, because it's used in Windows Chromium builds by Karl Wiberg · 10 years ago
  27. 3525954 Use short include paths for icu headers. by Henrik Kjellander · 10 years ago
  28. 915590e Moved ByteBuffer/BitBuffer into rtc_base_approved. by Noah Richards · 10 years ago
  29. 01aeaee Fix GetSignatureDigestAlgorithm for openssl to prepare for EC key switch. by JiaYang (佳扬) Liu · 10 years ago
  30. a8e285d Remove webrtc/base/move.h, and make types move-only manually by Karl Wiberg · 10 years ago
  31. 96d1d89 Do not register bandwidth observer for receive only channels. by Åsa Persson · 10 years ago
  32. 5a31780 Reformatting RTPtimeshift.cc file. by Ivo Creusen · 10 years ago
  33. ac69016 Improve TCP by adding a real timeout to in flight packets. by Stefan Holmer · 10 years ago
  34. e555b7b Fix CC flags in GN Windows build. by Henrik Kjellander · 10 years ago
  35. fb49451 Disables mic bump-up level if not built with chromium by Bjorn Volcker · 10 years ago
  36. 8f85dbc Reduce the number of registers used in MIPS optimizations. by Ljubomir Papuga · 10 years ago
  37. bbf7c86 Add a new BitBuffer class to webrtc base. by Noah Richards · 10 years ago
  38. 61b4d51 Dynamic resolution change for VP8 HW encode. by jackychen · 10 years ago
  39. 5464a6e Remove VideoCodingModule::InitializeReceiver. by Peter Boström · 10 years ago
  40. 9dbbcfb Remove VideoCodingModule::InitializeSender. by Peter Boström · 10 years ago
  41. 9570224 Fix broken perf prints. by Stefan Holmer · 10 years ago
  42. 5f92051 Fix bug in TCP implementation (simulations). by Stefan Holmer · 10 years ago
  43. e62202f Support handling multiple RTX but only generate SDP with RTX associated with VP8. by Shao Changbin · 10 years ago
  44. 6cff9cf Revert "Remove simulcast modules from ViEReceiver." by Peter Boström · 10 years ago
  45. 06b08af VoE: VoEBase unit test by Jelena Marusic · 10 years ago
  46. 011c00f rtc::Buffer: Accept void* in addition to the byte-sized types by Karl Wiberg · 10 years ago
  47. 9478437 rtc::Buffer improvements by Karl Wiberg · 10 years ago
  48. 9154373 Do not define POSIX. by Thiago Farina · 10 years ago
  49. 599beb8 Revert "AudioEncoderDecoderIsac: Merge the two config structs" by Ted Nakamura · 10 years ago
  50. a51e8f4 Fix some simulation issues. by Stefan Holmer · 10 years ago
  51. 14a97f0 Remove simulcast modules from ViEReceiver. by Peter Boström · 10 years ago
  52. 1d19893 Add TCP fairness test. by Stefan Holmer · 10 years ago
  53. b0b5425 Let rtp_analyze parse absolute sender time by Henrik Lundin · 10 years ago
  54. 61c2a6f Remove rtc::Buffer::length(), since no one uses it anymore by Karl Wiberg · 10 years ago
  55. d4e8014 Fix build errors in r9022 / 09bdc1e5f5a9. by Stefan Holmer · 10 years ago
  56. 09bdc1e Add a BWE fairness test. by Stefan Holmer · 10 years ago
  57. 3795937 Adds a simplified Reno-type TCP sender. by Stefan Holmer · 10 years ago
  58. 3f4eed0 Deliver RTCP packets only once per receive stream. by Peter Boström · 10 years ago
  59. fb98c40 Register RTP/RTCP modules outside rtp_rtcp_cs_. by Peter Boström · 10 years ago
  60. 382c58d Move target_subarch from gyp_webrtc to supplement.gypi by Henrik Kjellander · 10 years ago
  61. f2497cf Fix unknown option '-msse2' warning by Henrik Kjellander · 10 years ago
  62. 7c324ca AudioEncoderDecoderIsac: Merge the two config structs by Karl Wiberg · 10 years ago
  63. 7d89f80 Use BoringSSL as default on iOS by Zeke Chin · 10 years ago
  64. 5d22c00 Add performance tests flag to audioproc_float by Alejandro Luebs · 10 years ago
  65. 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
  66. 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
  67. 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
  68. c317ce5 VoE: move mock directory 1 level up by Jelena Marusic · 10 years ago
  69. adc46c4 audio_processing/agc: Adds config to set minimum microphone volume at startup by Bjorn Volcker · 10 years ago
  70. a9c0ae2 Add a sparse FIR filter implementation by Alejandro Luebs · 10 years ago
  71. fcf54bd Reland "Avoid critsect for protection- and qm setting callbacks in VideoSender." by mflodman · 10 years ago
  72. 73ba7a6 Remove PORTALLOCATOR_ENABLE_BUNDLE, PortAllocatorSessionProxy, PortAllocatorSessionMuxer, and PortProxy. by Peter Thatcher · 10 years ago
  73. 74b9769 Deliver RTCP packets only once per send stream. by Peter Boström · 10 years ago
  74. 2dd6a27 VoE: format VoEBase according to new style guide by Jelena Marusic · 10 years ago
  75. 0de7bcf Removes use of AudioManager.setSpeakerphoneOn in audio manager by henrika · 10 years ago
  76. 529921e Explicitly set target_subarch for iOS on ia32/x64 by Henrik Kjellander · 10 years ago
  77. 6ae2572 Add missing configuration of rtx payload type for rtp/rtcp module. by Åsa Persson · 10 years ago
  78. 0f911d71 Refactor audio_processing/nsx: Removed usage of macro WEBRTC_SPL_MEMCPY_W16 by Bjorn Volcker · 10 years ago
  79. 61a4b04 Refactor common_audio/vad: Removed usage of trivial macro WEBRTC_SPL_MUL_16_16(a, b) by Bjorn Volcker · 10 years ago
  80. 6fc2d2f VoE: revert CHECKs into asserts by Jelena Marusic · 10 years ago
  81. 9e5e421 VoE: cleanup VoEBaseImpl by Jelena Marusic · 10 years ago
  82. 93ef1d8 Change ACM's CodecManager to hold one encoder instead of an array by Henrik Lundin · 10 years ago
  83. b32a5c4 Add more logging around TURN refreshes. by Peter Thatcher · 10 years ago
  84. 3949e86 Prevent decoder busy loop for send-only channels. by Peter Boström · 10 years ago
  85. a125d7d Changes default audio mode in AppRTCDemo to MODE_RINGTONE. by henrika · 10 years ago
  86. e12a667 Remove i420_video_frame.h from common_video.gyp by Bjorn Volcker · 10 years ago
  87. 9bfe3daf Cleanup: Remove i420_video_frame.h header. by Thiago Farina · 10 years ago
  88. 9526187 Default enable abs send time bwe for CallTest by Erik Språng · 10 years ago
  89. 09bf1a1 Delays changing to COMMUNICATION mode until streaming starts. by henrika · 10 years ago
  90. dcbd3ac Improve BWE plotting and logging to make it possible to use multiple windows/figures. by Stefan Holmer · 10 years ago
  91. f2822ed Refactor audio_coding/codecs/isac/fix: Removed usage of macro WEBRTC_SPL_MUL_16_16_RSFT by Bjorn Volcker · 10 years ago
  92. f6a99e6 Refactor audio_processing: Free functions return void by Bjorn Volcker · 10 years ago
  93. 0666a9b Remove Transport::Reset, which is never used, and only makes reading the code harder. by Peter Thatcher · 10 years ago
  94. d417c93 Remove android_webview_build conditions. by Richard Coles · 10 years ago
  95. 9504b89 Cleanup: Remove unnecessary SHA1Transform() declaration. by Thiago Farina · 10 years ago
  96. 3a93986 Exit after printing usage message. by Thiago Farina · 10 years ago
  97. 7f6c4d4 Fix clang style warnings in webrtc/modules/audio_coding/neteq by Karl Wiberg · 10 years ago
  98. 76c53d3 Remove ViE interface usage from VideoReceiveStream. by Peter Boström · 10 years ago
  99. 9b3f56e Reland "Remove usage of webrtc::NativeHandle since is just adds an extra level of indirection."" by Per · 10 years ago
  100. 2c37078 Fix crash with CVO turned on for VP9 codec by Guo-wei Shieh · 10 years ago