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