1. cd8b36b Fix integer underflow in H264 bitstream parser by Danil Chapovalov · 6 months ago
  2. d03ce76 Add support for pred_weight_table by Sergio Garcia Murillo · 7 months ago
  3. e19ce9b Fix is_first_packet_in_frame when receiving multiple slices per H264 frame by Sergio Garcia Murillo · 7 months ago
  4. c74412b Deprecate rtc::RefCountInterface by Harald Alvestrand · 7 months ago
  5. 99c519b Mass removal of absl_deps in all BUILD.gn files by Florent Castelli · 8 months ago
  6. d9c1b33 Remove wrong range check for CurrRpsIdx and fix its naming. by Qiu Jianlin · 9 months ago
  7. 0fa9088 Deprecate VideoFrame::timestamp() and set_timestamp by Per K · 10 months ago
  8. dcc1534 Delete rtc::TaskQueue by Danil Chapovalov · 11 months ago
  9. c32a509 Export h.265 bitstream parser APIs. by Qiu Jianlin · 11 months ago
  10. cc83e32 Fix H.265 bitstream parser incorrect PPS reference. by Qiu Jianlin · 12 months ago
  11. f43e8eb Add RTP depacketizer for H265 by qwu16 · 12 months ago
  12. a9ef127 Fix fuzzing issue for h265 bitstream parser by qwu16 · 12 months ago
  13. 7121680 Expose WebRTC H.264 SPS parser APIs. by Qiu Jianlin · 1 year ago
  14. bd396fd Add rtp packetizer for H265 by qwu16 · 1 year, 3 months ago
  15. 8db8824 Fix use-of-uninitialized-value and integer-overflow issues reported by chromium fuzz testing by qwu16 · 1 year, 4 months ago
  16. 8be04f4 Fix fuzzing issue reported by Chromium fuzzing test by qwu16 · 1 year, 4 months ago
  17. a586d4e Fix fuzzing test issues reported by Chromium fuzzing test by qwu16 · 1 year, 5 months ago
  18. 972f283 Added HEVC parser for WebRTC by qwu16 · 1 year, 5 months ago
  19. ba41b40 webrtc_libyuv: Add support for more video types for consistency by Andreas Pehrson · 2 years ago
  20. 603efe0 Changed sps parser and sps parser unit test case for h264, and it is working by qwu16 · 1 year, 10 months ago
  21. cec9d00 Fix AVC PPS parser unit test. by Qiu Jianlin · 1 year, 11 months ago
  22. 7e5d9ed webrtc_libyuv: Raise warnings for unhandled types at compile time by Andreas Pehrson · 2 years ago
  23. 1389c4b Add 444 10 bits support for H264 and VP9 by Sergio Garcia Murillo · 2 years ago
  24. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years ago
  25. 9d9c2d5 Make header files self contained. by Mirko Bonadei · 2 years, 3 months ago
  26. 9b73159 Add support for NV12 frame generator by Artem Titov · 2 years, 3 months ago
  27. 20879e1 Move IncomingVideoStream closer to its only user. by Rasmus Brandt · 2 years, 3 months ago
  28. ae56776 Revise video owners by Emil Lundmark · 2 years, 3 months ago
  29. c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 6 months ago
  30. d07186c Delete useless test fixture H264SpsParserTest by Niels Möller · 2 years, 6 months ago
  31. 8545eba Add 420 and 422 10 bit h264 decoding. by Sergio Garcia Murillo · 2 years, 7 months ago
  32. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 7 months ago
  33. 9a66540 Reland "TaskQueue: unexpose delayed task convenience methods." by Markus Handell · 2 years, 7 months ago
  34. 4cd3a0d Revert "TaskQueue: unexpose delayed task convenience methods." by Björn Terelius · 2 years, 7 months ago
  35. 08bb629 TaskQueue: unexpose delayed task convenience methods. by Markus Handell · 2 years, 7 months ago
  36. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 9 months ago
  37. a30aef3 Move event_tracer out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  38. f9c5984 Move buffer out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  39. 6bb1fd3 Move rate_statistics out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  40. f4db351 Move race_checker out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  41. 7f623b0 Move bit_buffer out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  42. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 2 years, 9 months ago
  43. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 2 years, 9 months ago
  44. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 9 months ago
  45. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 9 months ago
  46. b63536f add h264 422 decoding by Sergio Garcia Murillo · 2 years, 10 months ago
  47. b6b34fc Add weighted PSNR-YUV from Ohm2012 to PC test framework. by Rasmus Brandt · 2 years, 10 months ago
  48. 1535b0a Add I444Buffer tests in video_frame_unittest.cc by Stefan Mitic · 2 years, 11 months ago
  49. ffdc680 Reland: Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years ago
  50. 3f42fdf Revert "Added support for H264 YUV444 (I444) decoding." by Henrik Boström · 3 years ago
  51. 2dd3915 Make use of TaskQueue/TaskQueueBase's PostDelayedHighPrecisionTask. by Henrik Boström · 3 years ago
  52. ac0d183 Prepare for deleting implicit conversion from raw pointer to scoped_refptr. by Niels Möller · 3 years ago
  53. 3babb8a Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 1 month ago
  54. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 2 months ago
  55. 711a4f7 Remove unused IXXXBuffer::PasteFrom by Ilya Nikolaevskiy · 3 years, 3 months ago
  56. 54f3773 Revert "Added support for H264 YUV444 (I444) decoding." by Ilya Nikolaevskiy · 3 years, 3 months ago
  57. 7d8ed34 Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 3 months ago
  58. 057f90b Fix integer overflow in h264 pps parser by Danil Chapovalov · 3 years, 4 months ago
  59. 17b7a68b Update h264 sps parsers and sps vui rewriter to use BitstreamReader by Danil Chapovalov · 3 years, 4 months ago
  60. 9a45e89 Update h264_bitstream and pps parsers to use BitstreamReader by Danil Chapovalov · 3 years, 4 months ago
  61. 59947d2 SimulcastEncoderAdapter: Use FramerateController instead of FramerateControllerDeprecated. by Åsa Persson · 3 years, 5 months ago
  62. 062acd9 Move frame drop functionality in VideoAdapter into a separate class. by Åsa Persson · 3 years, 5 months ago
  63. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 5 months ago
  64. 6a9838a Use backticks not vertical bars to denote variables in comments for /common_video by Artem Titov · 3 years, 6 months ago
  65. 67468c5 Ignore prefix NAL unit for slice parsing. by Qiu Jianlin · 3 years, 6 months ago
  66. a77e16c Update BitBuffer methods to style guide by Björn Terelius · 3 years, 8 months ago
  67. 788d805 Reland "Remove Invoke from VideoChannel::FillBitrateInfo." by Tomas Gunnarsson · 3 years, 8 months ago
  68. 48a4d33 Revert "Remove Invoke from VideoChannel::FillBitrateInfo." by Mirko Bonadei · 3 years, 8 months ago
  69. 1a17957 Remove Invoke from VideoChannel::FillBitrateInfo. by Tommi · 3 years, 8 months ago
  70. c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 9 months ago
  71. c3fcee7 Move h264_profile_level_id and vp9_profile to api/video_codecs by Johannes Kron · 3 years, 9 months ago
  72. f412976 Provide a default implementation of NV12BufferInterface::CropAndScale. by Henrik Boström · 3 years, 10 months ago
  73. f4e3e2b Delete rtc::Callback0 and friends. by Niels Möller · 4 years ago
  74. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years ago
  75. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years ago
  76. e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years ago
  77. 7864600 Add absl_deps field for rtc_test and rtc_executable by Andrey Logvin · 4 years ago
  78. 1a29a5d Delete rtc::Bind by Niels Möller · 4 years ago
  79. a0bb2ef Delete unused VideoType enum values by Niels Möller · 4 years, 1 month ago
  80. a68bfc5 Delete KeepBufferRefs helpers, and use of rtc::Bind. by Niels Möller · 4 years ago
  81. 4a5c855 Add thread annotation to IncomingVideoStream by Niels Möller · 4 years, 1 month ago
  82. 6afa794 Delete deprecated H264BitstreamParser methods by Niels Möller · 4 years, 1 month ago
  83. 01719fb Reland "Rename FATAL() into RTC_FATAL()." by Mirko Bonadei · 4 years, 2 months ago
  84. a4fd641 Revert "Rename FATAL() into RTC_FATAL()." by Mirko Bonadei · 4 years, 2 months ago
  85. 9653d26 Rename FATAL() into RTC_FATAL(). by Mirko Bonadei · 4 years, 2 months ago
  86. 38e9b06 Reland "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 3 months ago
  87. 441dbf9 Revert "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 3 months ago
  88. c79f1d8 Add scaling interface to VideoFrameBuffer by Ilya Nikolaevskiy · 4 years, 3 months ago
  89. ced49e7 Remove deprecated i420 buffer pool by Ilya Nikolaevskiy · 4 years, 4 months ago
  90. b166dc2 common_video/h264: Make ssilkin@webrtc.org owner. by Markus Handell · 4 years, 4 months ago
  91. 9345dcf Strip AUD NALUs from H.264 bitstream by Hua, Chunbo · 4 years, 4 months ago
  92. 4c87d83 Extend I420 frame buffer pool to also create NV12 buffers by Ilya Nikolaevskiy · 4 years, 4 months ago
  93. a8327d4 Move FrameCounts and FrameCountObserver to common_video/frame_counts.h by Niels Möller · 4 years, 5 months ago
  94. cccd550 Delete unneeded dependencies on deprecated build target webrtc_common by Niels Möller · 4 years, 5 months ago
  95. df2959a Move function PrintVideoFrame to the test file where it is used. by Niels Möller · 4 years, 6 months ago
  96. 8d040d2 Delete old place-holder common_video/include/video_frame.h by Niels Möller · 4 years, 6 months ago
  97. 6d008a8 Ignore RTPFragmentationHeader when rewriting H264 SPS by Danil Chapovalov · 4 years, 6 months ago
  98. 06d034f Migrate common_video/ and examples/ to webrtc::Mutex. by Markus Handell · 4 years, 6 months ago
  99. bf18161 In Av1 encoder propagate zero bitrate as inactive decode target by Danil Chapovalov · 4 years, 7 months ago
  100. 24762f2 Fix missing dependencies. by Mirko Bonadei · 4 years, 7 months ago