1. 579a7b4 Add OptionalBlobEncoder for RTC event logs. by philipel · 1 year, 10 months ago
  2. 48f9525 Delete BitBuffer by Danil Chapovalov · 3 years, 3 months ago
  3. a77e16c Update BitBuffer methods to style guide by Björn Terelius · 3 years, 7 months ago
  4. 3928436 Add 64-bit version of BitBuffer::ReadBits by Björn Terelius · 3 years, 7 months ago
  5. a9e1b49 Fix support for BitBuffer::ReadNonSymmetric(&value, 1) by Danil Chapovalov · 4 years, 6 months ago
  6. a5e07cc Rename more death test to *DeathTest by Tommi · 4 years, 7 months ago
  7. a2b30d8 Add functions to read from/write to bitstream values with known max value by Danil Chapovalov · 5 years ago
  8. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  9. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/bitbuffer_unittest.cc]
  10. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  11. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  12. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  13. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/rtc_base/bitbuffer_unittest.cc]
  14. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 7 years ago
  15. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 7 years ago
  16. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 7 years ago
  17. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/bitbuffer_unittest.cc]
  18. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 7 years ago[Renamed from webrtc/rtc_base/bitbuffer_unittest.cc]
  19. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 7 years ago[Renamed from webrtc/base/bitbuffer_unittest.cc]
  20. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  21. 7d25426 Delete unneeded includes of base/common.h. by nisse · 8 years ago
  22. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  23. f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
  24. 5237aaf Convert usage of ARRAY_SIZE to arraysize. by tfarina · 9 years ago
  25. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  26. 8c266e6 H264 bitstream parser. by Peter Boström · 9 years ago
  27. 2d3b7e2 AppRTCDemo file logging. by Zeke Chin · 9 years ago
  28. 97bce58 Disable the EXPECT_DEATH check in bitbuffer on Android by Donald E Curtis · 10 years ago
  29. bf560dd remove filelock which is now unused by Donald E Curtis · 10 years ago
  30. 5ece00f remove filelock which is now unused by Donald E Curtis · 10 years ago
  31. 86153c2 Added a BitBufferWriter subclass that contains methods for writing bit and byte-sized data, along with exponential golomb encoded data. by Noah Richards · 10 years ago
  32. bbf7c86 Add a new BitBuffer class to webrtc base. by Noah Richards · 10 years ago