1. 32590ef Revert "Spanify SRTP key export" by Jeremy Leconte · 5 months ago
  2. 8fad80b Update WebRTC code version (2024-10-09T04:06:05). by webrtc-version-updater · 5 months ago
  3. 1c6d509 Roll chromium_revision ccf648df91..dcb20ee7c2 (1365600:1365760) by chromium-webrtc-autoroll · 5 months ago
  4. f055f9b Advise to use [[deprecated]], not ABSL_DEPRECATED by Harald Alvestrand · 5 months ago
  5. 65ae324 Spanify SRTP key export by Philipp Hancke · 5 months ago
  6. bcb19c0 Allow sending to separate payload types for each simulcast index. by Shigemasa Watanabe · 5 months ago
  7. c7f9426 Roll chromium_revision 8f3f021772..ccf648df91 (1363170:1365600) by chromium-webrtc-autoroll · 5 months ago
  8. e1adfc0 Rename FrameToRender to OnFrameToRender by Fanny Linderborg · 5 months ago
  9. b9c4c24 rename timestamps to show epoch by Olov Brändström · 5 months ago
  10. e3819f6 Fix java errors that used to be disabled. by Jeremy Leconte · 5 months ago
  11. a507a08 Calculate corruption score once the frame is decoded by Fanny Linderborg · 5 months ago
  12. fb43116 Improve SDP negotiation for mixed encrypted/unencrypted offers. by Emil Vardar · 5 months ago
  13. fec6f8d Cleanup duplicated log streaming operators by Danil Chapovalov · 5 months ago
  14. ebd3732 Remove support for logging types via ToLogString extension by Danil Chapovalov · 5 months ago
  15. 215401f Reland "Add a FrameToRender argument struct as input to FrameToRender" by Fanny Linderborg · 5 months ago
  16. 3d2e730 Update WebRTC code version (2024-10-08T04:06:02). by webrtc-version-updater · 5 months ago
  17. b507daf Refactor NetEq delay constraint logic. by Jakob Ivarsson · 5 months ago
  18. 1accaf9 Improve tests for reconfiguring encoder from 4:2:1 to non-power of two. by Henrik Boström · 5 months ago
  19. 5680d81 Revert "Add a FrameToRender argument struct as input to FrameToRender" by Jeremy Leconte · 5 months ago
  20. 8216668 Add AbslStringify for SessionDescriptionInterface by Harald Alvestrand · 5 months ago
  21. e466ae8 [NotJavadoc] Avoid using /** for comments which aren't actually Javadoc. by Jeremy Leconte · 5 months ago
  22. 01f91c8 Add a FrameToRender argument struct as input to FrameToRender by Fanny Linderborg · 5 months ago
  23. 6976a1e Use rtc::Buffer and rtc::ByteBufferReader instead of raw data pointers in H264SpsPpsTracker by Sergio Garcia Murillo · 5 months ago
  24. e17aad2 Use rtc::Buffer for memory storage of EncodedImageBuffer by Sergio Garcia Murillo · 5 months ago
  25. 0bff76b SuppressWarnings EnumOrdinal. by Jeremy Leconte · 5 months ago
  26. bd8bd03 Ignore WebRTC-VP9-SvcForSimulcast in fuzzers by Ilya Nikolaevskiy · 5 months ago
  27. 49bdbca5 Update WebRTC code version (2024-10-07T04:09:44). by webrtc-version-updater · 5 months ago
  28. 5652c28 Update WebRTC code version (2024-10-06T04:04:42). by webrtc-version-updater · 5 months ago
  29. 9d31598 Update WebRTC code version (2024-10-05T04:04:26). by webrtc-version-updater · 5 months ago
  30. 5da0f2e h264: ignore filler NALs, print NAL type on bitstream parsing errors by Philipp Hancke · 5 months ago
  31. b23b3dd Improve simulcast CPU adaptation when requested_resolution API is used. by Henrik Boström · 5 months ago
  32. d9b04ad Cleanup static constants in modules/rtp_rtcp/ by Danil Chapovalov · 5 months ago
  33. ca3ac5f Use ArrayView for byte stream parsing in VideoRtpDepacketizerH264 by Sergio Garcia Murillo · 5 months ago
  34. be34b05 Update WebRTC code version (2024-10-04T04:04:30). by webrtc-version-updater · 5 months ago
  35. fb803de Fix is_first_packet_in_frame for SEI and PPS NALUs by Sergio Garcia Murillo · 5 months ago
  36. 62b245c Modify codec matching to handle RED so that test pass. by Harald Alvestrand · 5 months ago
  37. c42162c Add multiple codec settings to RtpConfig for Mixed-codec simulcast. by Shigemasa Watanabe · 5 months ago
  38. b63c05d Remove unused misspelled function by Fanny Linderborg · 5 months ago
  39. f75ab82 Support RTC_LOG for types that implement both AbslStringify and ToLogString by Danil Chapovalov · 5 months ago
  40. 4f6f92a Convert CorruptionDetectionMessage to FrameInstrumentationSyncData by Fanny Linderborg · 5 months ago
  41. 6786075 Revert "Comment unused variables in implemented functions" by Danil Chapovalov · 5 months ago
  42. fe6ed13 Remove unused parameter from FixedLengthEncodingParameters::ValidParameters by Dor Hen · 5 months ago
  43. 3e99f8c Remove unused parameter from CopySocketInformationToPacketInfo by Dor Hen · 5 months ago
  44. eca11ca Comment unused variables in implemented functions 2\n by Dor Hen · 5 months ago
  45. f653f47 Remove unused parameters from "WebRtcSpl_FilterAR" by Dor Hen · 5 months ago
  46. 05043e1 Comment unused variables in implemented functions by Dor Hen · 5 months ago
  47. 4baeed3 Use environment monotonic timestamps (i.e. not UTC) in RTCStats. by Olov Brändström · 5 months ago
  48. 208491c Revert "Use ArrayView for byte stream parsing in VideoRtpDepacketizerH264" by Danil Chapovalov · 5 months ago
  49. 89a552a Work around an issue with clang-include-cleaner. by Jeremy Leconte · 5 months ago
  50. c32df1e Clean up unused sigslot dependency from OpenSSL stream adapter by Philipp Hancke · 5 months ago
  51. c59b76a Update WebRTC code version (2024-10-03T04:02:13). by webrtc-version-updater · 5 months ago
  52. 37784ef Add helper methods for writing from a rtc::ArrayView-like and C-arrays by Sergio Garcia Murillo · 5 months ago
  53. 3489b57 Roll chromium_revision 88d7d488e5..8f3f021772 (1363018:1363170) by chromium-webrtc-autoroll · 5 months ago
  54. dec1af3 Roll chromium_revision 5722d82355..88d7d488e5 (1362885:1363018) by chromium-webrtc-autoroll · 5 months ago
  55. 4f732f4 Constify transport stats by Philipp Hancke · 5 months ago
  56. 4b53e9a Use ArrayView for byte stream parsing in VideoRtpDepacketizerH264 by Sergio Garcia Murillo · 5 months ago
  57. 1869afa Parse extension and store it in RTPVideoHeader by Fanny Linderborg · 5 months ago
  58. 4c675e3 Use absl::get_if instead of absl::holds_alternative and absl::get by Fanny Linderborg · 5 months ago
  59. 71bb08d Add converter CorruptionDetectionMessage -> FrameInstrumentationSyncData by Fanny Linderborg · 5 months ago
  60. 7dd164d Reland "Delete AcmReceiver" by Henrik Lundin · 5 months ago
  61. e1314dc Reland "Reland "Return audio stats regarless if we have a codec."" by Jakob Ivarsson · 6 months ago
  62. e68cb78 Include pt= in the answer if the simulcast recv offer has pt= in rid. by Shigemasa Watanabe · 5 months ago
  63. d259a75 Remove deprecated variant of StreamInterface::WriteAll by Harald Alvestrand · 5 months ago
  64. 09c043a Start counting NetEq stats after first packet is decoded. by Jakob Ivarsson · 5 months ago
  65. 57ec58b VideoAdapter: Fix zooming issue with requested_resolution API. by Henrik Boström · 5 months ago
  66. 012c1ae Roll chromium_revision edc87224c0..5722d82355 (1362770:1362885) by chromium-webrtc-autoroll · 5 months ago
  67. a49ab28 Set CodecSpecific.FrameInstrumentationData in RtpFrameObject ctor by Fanny Linderborg · 5 months ago
  68. f40be76 Update WebRTC code version (2024-10-02T04:06:06). by webrtc-version-updater · 5 months ago
  69. 55398a7 Add helper for comparing FrameInstrumentationData with a VideoFrame by Fanny Linderborg · 5 months ago
  70. 9e1d056 Roll chromium_revision 8de985d3df..edc87224c0 (1362622:1362770) by chromium-webrtc-autoroll · 5 months ago
  71. 12f15e9 Roll chromium_revision 952981ffa9..8de985d3df (1362470:1362622) by chromium-webrtc-autoroll · 5 months ago
  72. 72ecbac Roll chromium_revision f7bc99221b..952981ffa9 (1362341:1362470) by chromium-webrtc-autoroll · 5 months ago
  73. 0549950 Revert "Per defaul probe max to 2x current BWE if max total allocated bitrate change" by Per Kjellander · 5 months ago
  74. 00ff9dd Remove deprecated ParseIceServers variant by Philipp Hancke · 5 months ago
  75. 076eb6c Reland "Expose setHeaderExtensionsToNegotiate for iOS" by Jeremy Leconte · 5 months ago
  76. b3ac753 Iteratively fix unit tests to work with late assignment. by Harald Alvestrand · 5 months ago
  77. f542913 Roll chromium_revision 5e8951d91f..f7bc99221b (1362204:1362341) by chromium-webrtc-autoroll · 5 months ago
  78. cf796a2 Replace rtc::ToString() implementation with StrCat for most cases by Harald Alvestrand · 5 months ago
  79. 1fe8022 Revert "Expose setHeaderExtensionsToNegotiate for iOS" by Jeremy Leconte · 5 months ago
  80. bdb52e9 Delete deprecated SvcRateAllocator constructor by Danil Chapovalov · 6 months ago
  81. d9e9a7b Remove deprecated AddTrack/RemoveTrack functions on MediaStream. by Harald Alvestrand · 5 months ago
  82. f882360 Expose setHeaderExtensionsToNegotiate for iOS by Karim H · 1 year, 1 month ago
  83. 084f1ae Revert "Disable LibaomAv1Encoder tests to unblock Chromium roll" by Mirko Bonadei · 5 months ago
  84. 8652855 Allow RTC_LOG and RTC_CHECK to accept types that implements absl stringify by Danil Chapovalov · 5 months ago
  85. 789a54a Remove ValidateMessageIntegrity standalone functions by Harald Alvestrand · 5 months ago
  86. 8569a0d Roll chromium_revision 4ea4ef32c9..5e8951d91f (1362097:1362204) by chromium-webrtc-autoroll · 5 months ago
  87. 066790f Update WebRTC code version (2024-10-01T04:04:40). by webrtc-version-updater · 5 months ago
  88. 3feb266 Roll chromium_revision c59db17c28..4ea4ef32c9 (1361975:1362097) by chromium-webrtc-autoroll · 5 months ago
  89. 8c09a11 Roll chromium_revision aabc39c330..c59db17c28 (1361830:1361975) by chromium-webrtc-autoroll · 5 months ago
  90. 949d3c9 Reland "h264: fix first_packet_in_frame logic for multislice in a single rtp packet" by Philipp Hancke · 5 months ago
  91. 4773539 Roll chromium_revision a588c34f73..aabc39c330 (1361688:1361830) by chromium-webrtc-autoroll · 5 months ago
  92. 0a281e2 Revert "Delete AcmReceiver" by Henrik Lundin · 5 months ago
  93. d79a185 ssl: increase default RSA key size to 2048 bits by Philipp Hancke · 6 months ago
  94. a6fbb35 Fix LibvpxVp9Encoder simulcast bug. by Henrik Boström · 5 months ago
  95. 0d3dcc4 Delete AcmReceiver by Henrik Lundin · 5 months ago
  96. 59ba4ef Simplify MergeRtpHdrExts function. by Emil Vardar · 5 months ago
  97. a6e5556 Move expand uma logger into statistics calculator. by Jakob Ivarsson · 5 months ago
  98. f5a547a Make encrypted versions of RTP extension headers be stopped by default. by Emil Vardar · 5 months ago
  99. 95e6971 Roll chromium_revision a49e44e2c9..a588c34f73 (1361576:1361688) by chromium-webrtc-autoroll · 5 months ago
  100. 39a2238 Remove default_neteq_factory.h backwards compatible header. by Mirko Bonadei · 5 months ago