1. 1ad3e14 Follow codec preference order for sending codec fallback. by Qiu Jianlin · 3 months ago
  2. 3e98919 Reland "Validate frame consistency when writing DependencyDescriptor" by Danil Chapovalov · 3 months ago
  3. 81aa059 Revert "Validate frame consistency when writing DependencyDescriptor" by Jeremy Leconte · 3 months ago
  4. 200fd82 Validate frame consistency when writing DependencyDescriptor by Danil Chapovalov · 3 months ago
  5. 74ace1a Remove libevent task queue. by Markus Handell · 3 months ago
  6. 3a1f2e6 Delete FrameToRender from VCMReceiveCallback by Fanny Linderborg · 3 months ago
  7. 000f043 add missing includes for the build with use_libcxx_modules by Takuto Ikuta · 3 months ago
  8. 0c282c4 Reset encoder on simulcast layer maxFramerate changes by Andreas Pehrson · 3 months ago
  9. 94f2b91 Fix maybe incorrect spatial id when reading corruption detection message by Erik Språng · 3 months ago
  10. 00ec2af Deflake VideoSendStreamTest::TestNackRetransmission. by Erik Språng · 3 months ago
  11. 5fc7489 Fix corruption score not being calculated on higher spatial layers. by Erik Språng · 3 months ago
  12. b4d09df Fix bug that can cause invalid reset of corruption detection state. by Erik Språng · 3 months ago
  13. d171832 Set default simulcast temporal layer to 1 if not configured. by Qiu Jianlin · 3 months ago
  14. e5f6f1f Add optional corruption filter settings to EncodedImage. by Erik Språng · 3 months ago
  15. 9aeed0c Avoid potential deadlock due to queue in corruption detection. by Erik Språng · 3 months ago
  16. 7522352 Remove all references to codec-level transport-cc functions and flags. by Harald Alvestrand · 4 months ago
  17. f54707c Reuse VP9 simulcast stream limits for H.265. by Qiu Jianlin · 4 months ago
  18. 4c171e8 Prevent upscaling when calculating sample values. by Emil Vardar · 4 months ago
  19. 4405d06 Add H.265 to codecs that supports temporal scalability. by Qiu Jianlin · 4 months ago
  20. 7589689 Replace cricket::LeastCommonMultiple and cricket::GreatestCommonDivisor with std::lcm and std::gcd. by Evan Shrubsole · 4 months ago
  21. a5676c1 Change scale factor to 0.5 by Emil Vardar · 4 months ago
  22. b444820 Update freshness of adaptation documentation by Evan Shrubsole · 4 months ago
  23. faef5de Cleanup H.265 TODOs. by Qiu Jianlin · 4 months ago
  24. 037ab26 In tests replace AudioProcessingBuilder with BuiltinAudioProcessingBuilder by Danil Chapovalov · 4 months ago
  25. 141dfb0 Remove webrtc::ToLogString as no longer needed by Danil Chapovalov · 4 months ago
  26. c4f61fb Rename capture_time_identifier to presentation_timestamp by Palak Agarwal · 5 months ago
  27. e8c97c0 Reland "Rename `requested_resolution` to `scale_resolution_down_to`." by Henrik Boström · 4 months ago
  28. b5289d7 Unregister previous external decoders when creating a new one. by Sergio Garcia Murillo · 4 months ago
  29. af44d8f Revert "Rename `requested_resolution` to `scale_resolution_down_to`." by Florent Castelli · 4 months ago
  30. 82617ac Rename `requested_resolution` to `scale_resolution_down_to`. by Henrik Boström · 4 months ago
  31. 05666b4 Function that Converts NtpTime to a Timestamp with UTC epoch in Clock. by Olov Brändström · 4 months ago
  32. b280cb95 Add a basic end-to-end test for corruption detection. by Fanny Linderborg · 5 months ago
  33. 558c2dc Change timestamps type from int64 to Timestamp in MediaReceiverInfo. by Olov Brändström · 5 months ago
  34. 129f228 Post corruption score aggregation to worker thread. by Emil Vardar · 5 months ago
  35. d8bddfe Split up the call/video_stream_api target by Harald Alvestrand · 5 months ago
  36. 346cf7c Add support for frame pair corruption score calculation. by Emil Vardar · 5 months ago
  37. 518bd61 Forward the corruption score from the decoder to ReceiveStatisticsProxy by Fanny Linderborg · 5 months ago
  38. e1adfc0 Rename FrameToRender to OnFrameToRender by Fanny Linderborg · 5 months ago
  39. b9c4c24 rename timestamps to show epoch by Olov Brändström · 5 months ago
  40. a507a08 Calculate corruption score once the frame is decoded by Fanny Linderborg · 5 months ago
  41. 215401f Reland "Add a FrameToRender argument struct as input to FrameToRender" by Fanny Linderborg · 5 months ago
  42. 5680d81 Revert "Add a FrameToRender argument struct as input to FrameToRender" by Jeremy Leconte · 5 months ago
  43. 01f91c8 Add a FrameToRender argument struct as input to FrameToRender by Fanny Linderborg · 5 months ago
  44. b23b3dd Improve simulcast CPU adaptation when requested_resolution API is used. by Henrik Boström · 5 months ago
  45. b63c05d Remove unused misspelled function by Fanny Linderborg · 5 months ago
  46. 4f6f92a Convert CorruptionDetectionMessage to FrameInstrumentationSyncData by Fanny Linderborg · 5 months ago
  47. 4baeed3 Use environment monotonic timestamps (i.e. not UTC) in RTCStats. by Olov Brändström · 5 months ago
  48. 1869afa Parse extension and store it in RTPVideoHeader by Fanny Linderborg · 5 months ago
  49. a49ab28 Set CodecSpecific.FrameInstrumentationData in RtpFrameObject ctor by Fanny Linderborg · 5 months ago
  50. 55398a7 Add helper for comparing FrameInstrumentationData with a VideoFrame by Fanny Linderborg · 5 months ago
  51. 052cc9d Fix misspelled function by Fanny Linderborg · 5 months ago
  52. 0a3a690 Ensure both corruption detection tests are formulated the same way by Fanny Linderborg · 5 months ago
  53. a61a25a Correct format for TODO comments by Fanny Linderborg · 5 months ago
  54. 965f134 Number of samples need to be more than 0 when calculating corruption score. by Emil Vardar · 5 months ago
  55. 5a294ae Allow the standard deviation for GetSampleValuesForFrame to be 0 by Fanny Linderborg · 5 months ago
  56. a8829eb macro cleanup: "(const override)" -> "(const, override)" by Mirko Bonadei · 6 months ago
  57. b6ee51b Don't restrict max simulcast layers when `requested_resolution` is used. by Henrik Boström · 6 months ago
  58. 2f106d6 Add FrameInstrumentationGenerator to VideoStreamEncoder by Fanny Linderborg · 6 months ago
  59. 4a201de Add support for corruption classification. by Emil Vardar · 6 months ago
  60. f045dbd Modify sequence index on key frames by Fanny Linderborg · 6 months ago
  61. 825e4f1 VideoAdapter: Interpret requested resolution as max restriction. by Henrik Boström · 6 months ago
  62. e81ba30 Increase AV1 QP threshold for quality convergence from 40 to 60. by Sergey Silkin · 6 months ago
  63. 4b51217 Make purple bots happy: Shorten TEST_P names. by Henrik Boström · 6 months ago
  64. cbf5122 Avoid signaling requested_resolution back to the adapting source. by Henrik Boström · 6 months ago
  65. 2b5f7cb Adjust `requested_resolution` to match frame's aspect ratio. by Henrik Boström · 6 months ago
  66. fb0da3a Increase test coverage of InitialFrameDropper vs. ScaleResolutionDownBy by Jonas Oreland · 6 months ago
  67. 0d31d7b Increase test coverage of InitialFrameDropper vs. RequestedResolution by Jonas Oreland · 6 months ago
  68. 0acbb77 Pass Environment into RtcpSender by Danil Chapovalov · 6 months ago
  69. d4c5843 Undo recent changes to initial frame dropper, fixing a regression. by Henrik Boström · 6 months ago
  70. 010c189 Move thread handling from source tracker. by Jakob Ivarsson · 6 months ago
  71. 8401f56 Add fieldtrials WebRTC-QCM-Static-{AV1, VP8, VP9} by Johannes Kron · 6 months ago
  72. 6e072e6 Rename is_key_frame to communicate_upper_bits in FrameInstrumentation*Data by Fanny Linderborg · 6 months ago
  73. 5eb8588 Move FrameInstrumentation*Data structs to common_video by Fanny Linderborg · 6 months ago
  74. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
  75. af7155e Propagate Environment to video RtpRtcp modules by Danil Chapovalov · 6 months ago
  76. e2fee23 Propagate Environment into RtpVideoStreamReceiver2 by Danil Chapovalov · 6 months ago
  77. 41fffaa Fix requested_resolution bug where we get stuck with old restrictions. by Henrik Boström · 6 months ago
  78. 572280f Remove redundant mapping. by Emil Vardar · 6 months ago
  79. 3f1e51d Aggregate and log corruption score. by Emil Vardar · 6 months ago
  80. a6186b2 Add helper that generate filter data given a captured and an encoded frame by Fanny Linderborg · 7 months ago
  81. 668e905 Add support for determining which pixels to sample by Fanny Linderborg · 7 months ago
  82. b47cd6f Ensure calls to QP convergence controller are on the same sequence by Johannes Kron · 7 months ago
  83. 4fffeab Add generic mapping functions for automatic corruption detection by Fanny Linderborg · 7 months ago
  84. 1921fa5 Apply include-cleaner to api/test/[^/]* by Dor Hen · 7 months ago
  85. c2a8241 Add support for the Halton sequence by Fanny Linderborg · 7 months ago
  86. e864dec VSyncEncodeAdapterMode: avoid UAF. by Markus Handell · 7 months ago
  87. 8d7642a Remove unused QpFastFilterLow method by Björn Terelius · 7 months ago
  88. 96c1b9c Add variables to lend unused audio bits to video by Dan Tan · 7 months ago
  89. 5079e8a Allow supplying a custom NetworkControllerInterfaceFactory per-Call in PeerConnectionDependencies by Tony Herre · 7 months ago
  90. 6ed136c Fix TestExtendedReportsCanSignalZeroTargetBitrate flakiness on Mac. by Jeremy Leconte · 7 months ago
  91. ac15a13 In RtpVideoStreamReceiver do not rely on RTP sequence number unwrap to be stable by Danil Chapovalov · 8 months ago
  92. 1a33aa4 Override stream settings in a separate function by Sergey Silkin · 8 months ago
  93. 5fe85d2 Reland "Pass true stream resolutions to GetSimulcastConfig()" by Sergey Silkin · 8 months ago
  94. ede05c3 Revert "Pass true stream resolutions to GetSimulcastConfig()" by Sergey Silkin · 8 months ago
  95. 09f03be Pass true stream resolutions to GetSimulcastConfig() by Sergey Silkin · 8 months ago
  96. b27ac6b Set min bitrate equal to kDefaultMinVideoBitrateBps by Sergey Silkin · 8 months ago
  97. 1b78a7e Remove dependency on WebRTC-LowresSimulcastBitrateInterpolation by Sergey Silkin · 8 months ago
  98. f6a8048 Add QualityConvergenceController to VideoStreamEncoder by Johannes Kron · 8 months ago
  99. ea615af Remove WebRTC-VP8ConferenceTemporalLayers field trial by Sergey Silkin · 8 months ago
  100. c14e2cc Set is_highest_layer_max_bitrate_configured outside of loop by Sergey Silkin · 8 months ago