1. 711e1a8 Create a custom test launcher for android by Björn Terelius · 3 months ago
  2. 4a6a746 In ParseNonParameterSetNalu check BitstreamReader::Ok before returning early by Andreas Pehrson · 3 months ago
  3. 9fb71e3 Add RTC_DCHECK_IS_ON to unittest, as death is expected with DCHECK by Liad Rubin · 4 months ago
  4. a507a08 Calculate corruption score once the frame is decoded by Fanny Linderborg · 5 months ago
  5. 5da0f2e h264: ignore filler NALs, print NAL type on bitstream parsing errors by Philipp Hancke · 5 months ago
  6. 71bb08d Add converter CorruptionDetectionMessage -> FrameInstrumentationSyncData by Fanny Linderborg · 5 months ago
  7. a61a25a Correct format for TODO comments by Fanny Linderborg · 5 months ago
  8. f4aa695 Add a test that verifies that all fields are converted by Fanny Linderborg · 5 months ago
  9. a2d5155 Add converter from CorruptionDetectionMessage To FrameInstrumentationData by Fanny Linderborg · 5 months ago
  10. c1dc8ab Remove non-span NAL unit splitter and SPS parser by Philipp Hancke · 5 months ago
  11. 97d0427 Add converters for corruption detection structs by Fanny Linderborg · 6 months ago
  12. 6f64ae1 Extract corruption detection message to its own target by Fanny Linderborg · 6 months ago
  13. 6e072e6 Rename is_key_frame to communicate_upper_bits in FrameInstrumentation*Data by Fanny Linderborg · 6 months ago
  14. 5eb8588 Move FrameInstrumentation*Data structs to common_video by Fanny Linderborg · 6 months ago
  15. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
  16. 2590d1a Add message container for the corruption detection extension by Fanny Linderborg · 7 months ago
  17. 9847885 Mark GenericFrameInfo as an exported symbol by Yingying Ma · 7 months ago
  18. fd98638 Check empty slice in H.265 bitstream parser. by Qiu Jianlin · 7 months ago
  19. 02f375d Check arrayview is not empty before accessing it by Sergio Garcia Murillo · 7 months ago
  20. 45e5e38 Use ArrayView on H264 bitstream parsing by Sergio Garcia Murillo · 8 months ago
  21. 55d328d Add ssilkin@webrtc to OWNERS in video/ by Sergey Silkin · 8 months ago
  22. cd8b36b Fix integer underflow in H264 bitstream parser by Danil Chapovalov · 8 months ago
  23. d03ce76 Add support for pred_weight_table by Sergio Garcia Murillo · 8 months ago
  24. e19ce9b Fix is_first_packet_in_frame when receiving multiple slices per H264 frame by Sergio Garcia Murillo · 9 months ago
  25. c74412b Deprecate rtc::RefCountInterface by Harald Alvestrand · 9 months ago
  26. 99c519b Mass removal of absl_deps in all BUILD.gn files by Florent Castelli · 9 months ago
  27. d9c1b33 Remove wrong range check for CurrRpsIdx and fix its naming. by Qiu Jianlin · 11 months ago
  28. 0fa9088 Deprecate VideoFrame::timestamp() and set_timestamp by Per K · 12 months ago
  29. dcc1534 Delete rtc::TaskQueue by Danil Chapovalov · 1 year ago
  30. c32a509 Export h.265 bitstream parser APIs. by Qiu Jianlin · 1 year ago
  31. cc83e32 Fix H.265 bitstream parser incorrect PPS reference. by Qiu Jianlin · 1 year, 1 month ago
  32. f43e8eb Add RTP depacketizer for H265 by qwu16 · 1 year, 1 month ago
  33. a9ef127 Fix fuzzing issue for h265 bitstream parser by qwu16 · 1 year, 1 month ago
  34. 7121680 Expose WebRTC H.264 SPS parser APIs. by Qiu Jianlin · 1 year, 2 months ago
  35. bd396fd Add rtp packetizer for H265 by qwu16 · 1 year, 4 months ago
  36. 8db8824 Fix use-of-uninitialized-value and integer-overflow issues reported by chromium fuzz testing by qwu16 · 1 year, 5 months ago
  37. 8be04f4 Fix fuzzing issue reported by Chromium fuzzing test by qwu16 · 1 year, 6 months ago
  38. a586d4e Fix fuzzing test issues reported by Chromium fuzzing test by qwu16 · 1 year, 6 months ago
  39. 972f283 Added HEVC parser for WebRTC by qwu16 · 1 year, 7 months ago
  40. ba41b40 webrtc_libyuv: Add support for more video types for consistency by Andreas Pehrson · 2 years, 1 month ago
  41. 603efe0 Changed sps parser and sps parser unit test case for h264, and it is working by qwu16 · 2 years ago
  42. cec9d00 Fix AVC PPS parser unit test. by Qiu Jianlin · 2 years ago
  43. 7e5d9ed webrtc_libyuv: Raise warnings for unhandled types at compile time by Andreas Pehrson · 2 years, 1 month ago
  44. 1389c4b Add 444 10 bits support for H264 and VP9 by Sergio Garcia Murillo · 2 years, 2 months ago
  45. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years, 2 months ago
  46. 9d9c2d5 Make header files self contained. by Mirko Bonadei · 2 years, 5 months ago
  47. 9b73159 Add support for NV12 frame generator by Artem Titov · 2 years, 5 months ago
  48. 20879e1 Move IncomingVideoStream closer to its only user. by Rasmus Brandt · 2 years, 5 months ago
  49. ae56776 Revise video owners by Emil Lundmark · 2 years, 5 months ago
  50. c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 8 months ago
  51. d07186c Delete useless test fixture H264SpsParserTest by Niels Möller · 2 years, 8 months ago
  52. 8545eba Add 420 and 422 10 bit h264 decoding. by Sergio Garcia Murillo · 2 years, 9 months ago
  53. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
  54. 9a66540 Reland "TaskQueue: unexpose delayed task convenience methods." by Markus Handell · 2 years, 9 months ago
  55. 4cd3a0d Revert "TaskQueue: unexpose delayed task convenience methods." by Björn Terelius · 2 years, 9 months ago
  56. 08bb629 TaskQueue: unexpose delayed task convenience methods. by Markus Handell · 2 years, 9 months ago
  57. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 10 months ago
  58. a30aef3 Move event_tracer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  59. f9c5984 Move buffer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  60. 6bb1fd3 Move rate_statistics out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  61. f4db351 Move race_checker out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  62. 7f623b0 Move bit_buffer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
  63. dd837e2 Remove //rtc_base:timeutils from public deps by Florent Castelli · 2 years, 11 months ago
  64. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 2 years, 11 months ago
  65. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 11 months ago
  66. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 11 months ago
  67. b63536f add h264 422 decoding by Sergio Garcia Murillo · 3 years ago
  68. b6b34fc Add weighted PSNR-YUV from Ohm2012 to PC test framework. by Rasmus Brandt · 3 years ago
  69. 1535b0a Add I444Buffer tests in video_frame_unittest.cc by Stefan Mitic · 3 years ago
  70. ffdc680 Reland: Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 1 month ago
  71. 3f42fdf Revert "Added support for H264 YUV444 (I444) decoding." by Henrik Boström · 3 years, 1 month ago
  72. 2dd3915 Make use of TaskQueue/TaskQueueBase's PostDelayedHighPrecisionTask. by Henrik Boström · 3 years, 1 month ago
  73. ac0d183 Prepare for deleting implicit conversion from raw pointer to scoped_refptr. by Niels Möller · 3 years, 1 month ago
  74. 3babb8a Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 2 months ago
  75. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  76. 711a4f7 Remove unused IXXXBuffer::PasteFrom by Ilya Nikolaevskiy · 3 years, 5 months ago
  77. 54f3773 Revert "Added support for H264 YUV444 (I444) decoding." by Ilya Nikolaevskiy · 3 years, 5 months ago
  78. 7d8ed34 Added support for H264 YUV444 (I444) decoding. by Stefan Mitic · 3 years, 5 months ago
  79. 057f90b Fix integer overflow in h264 pps parser by Danil Chapovalov · 3 years, 6 months ago
  80. 17b7a68b Update h264 sps parsers and sps vui rewriter to use BitstreamReader by Danil Chapovalov · 3 years, 6 months ago
  81. 9a45e89 Update h264_bitstream and pps parsers to use BitstreamReader by Danil Chapovalov · 3 years, 6 months ago
  82. 59947d2 SimulcastEncoderAdapter: Use FramerateController instead of FramerateControllerDeprecated. by Åsa Persson · 3 years, 6 months ago
  83. 062acd9 Move frame drop functionality in VideoAdapter into a separate class. by Åsa Persson · 3 years, 7 months ago
  84. cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 7 months ago
  85. 6a9838a Use backticks not vertical bars to denote variables in comments for /common_video by Artem Titov · 3 years, 7 months ago
  86. 67468c5 Ignore prefix NAL unit for slice parsing. by Qiu Jianlin · 3 years, 8 months ago
  87. a77e16c Update BitBuffer methods to style guide by Björn Terelius · 3 years, 10 months ago
  88. 788d805 Reland "Remove Invoke from VideoChannel::FillBitrateInfo." by Tomas Gunnarsson · 3 years, 10 months ago
  89. 48a4d33 Revert "Remove Invoke from VideoChannel::FillBitrateInfo." by Mirko Bonadei · 3 years, 10 months ago
  90. 1a17957 Remove Invoke from VideoChannel::FillBitrateInfo. by Tommi · 3 years, 10 months ago
  91. c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 10 months ago
  92. c3fcee7 Move h264_profile_level_id and vp9_profile to api/video_codecs by Johannes Kron · 3 years, 11 months ago
  93. f412976 Provide a default implementation of NV12BufferInterface::CropAndScale. by Henrik Boström · 4 years ago
  94. f4e3e2b Delete rtc::Callback0 and friends. by Niels Möller · 4 years, 1 month ago
  95. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
  96. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years, 1 month ago
  97. e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 1 month ago
  98. 7864600 Add absl_deps field for rtc_test and rtc_executable by Andrey Logvin · 4 years, 1 month ago
  99. 1a29a5d Delete rtc::Bind by Niels Möller · 4 years, 1 month ago
  100. a0bb2ef Delete unused VideoType enum values by Niels Möller · 4 years, 2 months ago