1. 02f375d Check arrayview is not empty before accessing it by Sergio Garcia Murillo · 8 months ago
  2. 45e5e38 Use ArrayView on H264 bitstream parsing by Sergio Garcia Murillo · 8 months ago
  3. cd8b36b Fix integer underflow in H264 bitstream parser by Danil Chapovalov · 8 months ago
  4. d03ce76 Add support for pred_weight_table by Sergio Garcia Murillo · 9 months ago
  5. 9a45e89 Update h264_bitstream and pps parsers to use BitstreamReader by Danil Chapovalov · 3 years, 6 months ago
  6. 6a9838a Use backticks not vertical bars to denote variables in comments for /common_video by Artem Titov · 3 years, 8 months ago
  7. 67468c5 Ignore prefix NAL unit for slice parsing. by Qiu Jianlin · 3 years, 8 months ago
  8. a77e16c Update BitBuffer methods to style guide by Björn Terelius · 3 years, 10 months ago
  9. 788d805 Reland "Remove Invoke from VideoChannel::FillBitrateInfo." by Tomas Gunnarsson · 3 years, 10 months ago
  10. 48a4d33 Revert "Remove Invoke from VideoChannel::FillBitrateInfo." by Mirko Bonadei · 3 years, 10 months ago
  11. 1a17957 Remove Invoke from VideoChannel::FillBitrateInfo. by Tommi · 3 years, 10 months ago
  12. 6afa794 Delete deprecated H264BitstreamParser methods by Niels Möller · 4 years, 3 months ago
  13. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  14. b163359 Add interface class for bitstream parser. by Kári Tristan Helgason · 6 years ago
  15. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  16. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  17. 827cf3c Avoid overflow when parsing H.264 SPS. by Niels Möller · 6 years ago
  18. 196100e Replace rtc::Optional with absl::optional by Danil Chapovalov · 7 years ago
  19. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  20. 92016ce Optional: Use nullopt and implicit construction in /common_video by Oskar Sundbom · 7 years ago
  21. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  22. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  23. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/common_video/h264/h264_bitstream_parser.cc]
  24. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  25. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  26. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  27. dea7f4f Ignore aud and sei NALus when parsing bitstream. by kthelgason · 8 years ago
  28. 156e3af Optimize ParseRbsp method in H264 bitstream parser. by kthelgason · 8 years ago
  29. cabea3d Revert of H264BitstreamParser: Log nalu type when parsing slice type fails. (patchset #1 id:60001 of https://codereview.webrtc.org/2726833005/ ) by sakal · 8 years ago
  30. 6bce6ad H264BitstreamParser: Log nalu type when parsing slice type fails. by sakal · 8 years ago
  31. b336392 Sanity check parsed QP values from H264 bitstream by kthelgason · 8 years ago
  32. ab6996d Enable QP parsing from CABAC bitstreams by kthelgason · 8 years ago
  33. f752bca Allow H264 bitstream parser to fail gracefully by kthelgason · 8 years ago
  34. b906172 Reland of Move bitstream parser to more appropriate directory. (patchset #1 id:1 of https://codereview.webrtc.org/2430353004/ ) by kthelgason · 8 years ago[Renamed (98%) from webrtc/modules/video_coding/utility/h264_bitstream_parser.cc]
  35. f04f14e Revert of Move bitstream parser to more appropriate directory. (patchset #4 id:60001 of https://codereview.webrtc.org/2370853005/ ) by kthelgason · 8 years ago[Renamed (97%) from webrtc/common_video/h264/h264_bitstream_parser.cc]
  36. cc6817e Move current bitstream parser to more appropriate directory. by kthelgason · 8 years ago[Renamed (98%) from webrtc/modules/video_coding/utility/h264_bitstream_parser.cc]
  37. d020f3f Support for parsing CABAC coded bitstreams by kthelgason · 8 years ago
  38. 52033d6 Add H264 bitstream rewriting to limit frame reordering marker in header by sprang · 9 years ago
  39. cc1543a Move H264BitstreamParser to video_coding. by Peter Boström · 9 years ago[Renamed (99%) from webrtc/modules/rtp_rtcp/source/h264_bitstream_parser.cc]
  40. 84be511 Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 9 years ago
  41. 52d4e6b Revert of Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ (patchset #1 id:40001 of https://codereview.webrtc.org/1921233002/ ) by terelius · 9 years ago
  42. 2c27a06 Replace the remaining scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 9 years ago
  43. f1f8720 Split ByteBuffer into writer/reader objects. by jbauch · 9 years ago
  44. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  45. 8c266e6 H264 bitstream parser. by Peter Boström · 9 years ago