1. 579a7b4 Add OptionalBlobEncoder for RTC event logs. by philipel · 2 years, 1 month ago
  2. 48f9525 Delete BitBuffer by Danil Chapovalov · 3 years, 6 months ago
  3. 09fb787 Use absl instead of self-made function for low-level bit counting by Danil Chapovalov · 3 years, 7 months ago
  4. 96e3b99 Use backticks not vertical bars to denote variables in comments for /rtc_base by Artem Titov · 3 years, 8 months ago
  5. a77e16c Update BitBuffer methods to style guide by Björn Terelius · 3 years, 11 months ago
  6. 3928436 Add 64-bit version of BitBuffer::ReadBits by Björn Terelius · 3 years, 11 months ago
  7. a9e1b49 Fix support for BitBuffer::ReadNonSymmetric(&value, 1) by Danil Chapovalov · 4 years, 9 months ago
  8. a2b30d8 Add functions to read from/write to bitstream values with known max value by Danil Chapovalov · 6 years ago
  9. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  10. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from rtc_base/bitbuffer.cc]
  11. 827cf3c Avoid overflow when parsing H.264 SPS. by Niels Möller · 7 years ago
  12. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  13. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  14. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/rtc_base/bitbuffer.cc]
  15. e96c45b Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" by kjellander · 8 years ago
  16. 0072511 Revert "Update includes for webrtc/{base => rtc_base} rename (3/3)" by Henrik Kjellander · 8 years ago
  17. f1c5ebf Update includes for webrtc/{base => rtc_base} rename (3/3) by kjellander · 8 years ago
  18. c036276 Reland "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/bitbuffer.cc]
  19. ec78f1c Revert "Move webrtc/{base => rtc_base}" (https://codereview.webrtc.org/2877023002) by Henrik Kjellander · 8 years ago[Renamed from webrtc/rtc_base/bitbuffer.cc]
  20. 6776518 Move webrtc/{base => rtc_base} by Henrik Kjellander · 8 years ago[Renamed from webrtc/base/bitbuffer.cc]
  21. 37f5ecf Replace NULL with nullptr or null in webrtc/base/. by deadbeef · 8 years ago
  22. af476c7 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 8 years ago
  23. 52033d6 Add H264 bitstream rewriting to limit frame reordering marker in header by sprang · 9 years ago
  24. 8c266e6 H264 bitstream parser. by Peter Boström · 10 years ago
  25. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  26. 9b9f1c4 Remove basictypes.h dependency from bitbuffer. by Noah Richards · 10 years ago
  27. 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
  28. bbf7c86 Add a new BitBuffer class to webrtc base. by Noah Richards · 10 years ago