1. a094849 RateControlSettings: add option to set min pixels per frame for libvpx vp8. by Åsa Persson · 6 years ago
  2. 1231419 BalancedDegradationSettings: Add option to configure QP thresholds. by Åsa Persson · 6 years ago
  3. d3a4ebe Control rtt_mult addition cap via experiment. by “Michael · 6 years ago
  4. 787f4b2 Fix text logging of ALR detector experiment settings. by Bjorn Terelius · 6 years ago
  5. d9b4f33 Cleanup of AudioAllocationSettings flags. by Sebastian Jansson · 6 years ago
  6. a352248 Add a config flag to disable the audio ALR probing request. by Christoffer Rodbro · 6 years ago
  7. 04a3cc1 Delete rtc_base/unittest_main.cc by Niels Möller · 6 years ago
  8. f3d828e Make balanced degradation settings configurable through field trial. by Åsa Persson · 6 years ago
  9. d7dd49f RateControlSettings: add option to set max QP for libvpx vp8. by Åsa Persson · 6 years ago
  10. 8f119ca Enable experiments with audio bitrate priority. by Jonas Olsson · 6 years ago
  11. 517678c Add ability to configure quality scaler settings through field trial. by Åsa Persson · 6 years ago
  12. 9356252 Ensure that we always set values for min and max audio bitrate. by Daniel Lee · 6 years ago
  13. e670fd9 Adds getter for FieldTrialParameter keys. by Sebastian Jansson · 6 years ago
  14. 63658d0 Revert "Ensure that we always set values for min and max audio bitrate." by Daniel Lee · 6 years ago
  15. e47aee3 Ensure that we always set values for min and max audio bitrate. by Daniel Lee · 6 years ago
  16. 3d11e2f Allow encoder target bitrate to reach media rate if there is headroom. by Erik Språng · 6 years ago
  17. 5b69873 Remove direct use of FieldTrials from AlrDetector by Per Kjellander · 6 years ago
  18. 7a3fe89 Tweak libvpx vp8/vp9 encoder rc settings based on network headroom. by Erik Språng · 6 years ago
  19. 97d84ef Add support for lists to the FieldTrialParser. by Jonas Olsson · 6 years ago
  20. ae68ea0 Reland "Add new field trial for controlling congestion window settings" by Evan Shrubsole · 6 years ago
  21. bd167cf Revert "Add new field trial for controlling congestion window settings" by Evan Shrubsole · 6 years ago
  22. dd33d8e Add new field trial for controlling congestion window settings by Evan Shrubsole · 6 years ago
  23. 1c1b1ea Allow setting ALR values for screen content again by Erik Språng · 6 years ago
  24. 1c4547d Adds SetForTest method on FieldTrialParameter class. by Sebastian Jansson · 6 years ago
  25. 2cdc611 Add some OWNERS to rtc_base/experiments/ by Karl Wiberg · 6 years ago
  26. 3dde450 Make keyframe generation/request intervals configurable through field trials. by Rasmus Brandt · 6 years ago
  27. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 6 years ago
  28. cb96809 Make FieldTrialOptionals operator bool() explicit by Jonas Olsson · 6 years ago
  29. 110c64b Delete unused key WebRTC-Audio-SendSideBwe-For-Video. by Christoffer Rodbro · 6 years ago
  30. 914351d Reland "Always offer transport sequence number header extension for audio"" by Per Kjellander · 6 years ago
  31. 397c06f Revert "Always offer transport sequence number header extension for audio" by Ying Wang · 6 years ago
  32. fd965c0 Always offer transport sequence number header extension for audio by Per Kjellander · 6 years ago
  33. 7f24fb9 Add settings to turn off VP8 base layer qp limit by Erik Språng · 6 years ago
  34. 464a557 Adds audio priority bitrate field trial parameter. by Sebastian Jansson · 6 years ago
  35. 7ca375c Implement encoder overshoot detector and rate adjuster. by Erik Språng · 6 years ago
  36. 57d4ac9 Add more unit tests for RateControlSettings. by Rasmus Brandt · 6 years ago
  37. c402dbe Account for simulcast hysteresis in padding rate calculation. by Rasmus Brandt · 6 years ago
  38. 5118bbc Add ability to set max probing bitrate via GoogCcNetworkController by Erik Språng · 6 years ago
  39. 2c58ba1 Move simulcast hysteresis factor parsing to RateControlSettings by Erik Språng · 6 years ago
  40. 4b4266f Move parsing of trusted rate controller to RateControlSettings by Erik Språng · 6 years ago
  41. 470a5ea Introduces common AudioAllocationSettings class. by Sebastian Jansson · 6 years ago
  42. cd76eab Parsing of pacing factor and alr probing in RateControlSettings by Erik Språng · 6 years ago
  43. 7121564 Move congestion window field trial parsing to new class. by Erik Språng · 6 years ago
  44. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  45. d69998a Adds support for empty key fields in field trial parser. by Sebastian Jansson · 6 years ago
  46. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  47. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  48. 22b70ff Move VideoCodecType from common_types.h to api/video/video_codec_type.h by Niels Möller · 6 years ago
  49. b22f077 Adds FieldTrialConstrained class. by Sebastian Jansson · 6 years ago
  50. 2277ac6 Adds OWNERS to rtc_base/experiments. by Sebastian Jansson · 6 years ago
  51. f8ba95e Add field trial for vp8 cpu speed configuration for arm. by Åsa Persson · 6 years ago
  52. b1e031a JitterEstimator: Remove old LowRate exp and add trial for upper bound. by Erik Språng · 6 years ago
  53. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  54. 0753675 Using more specific dependencies in rtc_base. by Sebastian Jansson · 6 years ago
  55. 1a35fbd Add field trial for normalized simulcast size. by Åsa Persson · 6 years ago
  56. 343f414 Allows copy and assignment of field trial parameters. by Sebastian Jansson · 6 years ago
  57. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  58. ec76466 Adds % unit to float field trial parser. by Sebastian Jansson · 6 years ago
  59. fea4637 Adds check for unused field trial parameters. by Sebastian Jansson · 6 years ago
  60. f9fc171 Add rtt_mult_experiment to evaluate video robustness vs. latency by “Michael · 6 years ago
  61. 968b1dd Use field trial parser for BBR Experiment. by Sebastian Jansson · 7 years ago
  62. 2c74d85 Adds enum field trial parser. by Sebastian Jansson · 7 years ago
  63. 0a1d189 Replace rtc::Optional with absl::optional in rtc_base by Danil Chapovalov · 7 years ago
  64. 9eb3886 Adds field trial parser. by Sebastian Jansson · 7 years ago
  65. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 7 years ago
  66. a945aee Make quality scaler downscale faster. by Åsa Persson · 7 years ago
  67. 2808ae9 Adds BBR network controller field trial. by Sebastian Jansson · 7 years ago
  68. cabe383 Moved ALR experiment settings to new experiments folder. by Sebastian Jansson · 7 years ago