1. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  2. 8c1bf95 Reland "Add initial support for RtpEncodingParameters max_framerate." by Åsa Persson · 6 years ago
  3. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  4. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 6 years ago
  5. 639602a Activate initial framedrop when first BW estimate arrives by Kári Tristan Helgason · 6 years ago
  6. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 6 years ago
  7. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 6 years ago
  8. 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 6 years ago
  9. 4206a0a Exposing video bitrate allocator into API by Jiawei Ou · 6 years ago
  10. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  11. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  12. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 7 years ago
  13. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 7 years ago
  14. 97e0488 Delete unused stats for preferred_bitrate. by Niels Möller · 7 years ago
  15. b6c462d Cleanup webrtc:: namespace from leaked TimingFrameFlags by Ilya Nikolaevskiy · 7 years ago
  16. 277a656 Unstable BWE due to improper bit rate padding for VP9. by “Michael · 7 years ago
  17. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 7 years ago
  18. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 7 years ago
  19. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 7 years ago
  20. f133856 Delete nack_enabled flag in encoder configuration. by Niels Möller · 7 years ago
  21. 2d06118 Reland "Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler." by Niels Möller · 7 years ago
  22. a945aee Make quality scaler downscale faster. by Åsa Persson · 7 years ago
  23. 2ff7b6a Revert "Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler." by Mirko Bonadei · 7 years ago
  24. f394f65 Make VideoStreamEncoder::ReconfigureEncoder always call ConfigureQualityScaler. by Niels Möller · 7 years ago
  25. 04d5f1d QualityScaler: rename classes and methods from "QP" to "Qp". by Åsa Persson · 7 years ago
  26. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 7 years ago
  27. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 7 years ago
  28. 0d70e37 Avoids caching native buffers of captured frames. by Sebastian Jansson · 7 years ago
  29. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 7 years ago
  30. a317705 Reland "Storing frame if encoder is paused." by Sebastian Jansson · 7 years ago
  31. 1ad2108 Revert "Storing frame if encoder is paused." by Sergey Silkin · 7 years ago
  32. dcc7e88 Storing frame if encoder is paused. by Sebastian Jansson · 7 years ago
  33. 3ab5c40 Replaced EncodeTask with lambda. by Sebastian Jansson · 7 years ago
  34. d1f7eb6 Postpone setting of CpuOveruseOptions. by Niels Möller · 7 years ago
  35. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  36. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  37. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 7 years ago
  38. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 7 years ago
  39. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 7 years ago
  40. 3dc0125 Moving ConfigureEncoderTask to the calling scope. by Sebastian Jansson · 7 years ago
  41. bf3dbb4 Delete payload_type from VCMEncoderDatabase and vcm::VideoSender. by Niels Möller · 7 years ago
  42. 225c787 Move default thresholds from QualityScaler to encoders. by Niels Möller · 7 years ago
  43. 1c9aa1e Delete VideoStreamEncoder::OnReceivedIntraFrameRequest. by Niels Möller · 7 years ago
  44. 4c1ffb8 Removing access to pacer in rtp controller. by Sebastian Jansson · 7 years ago
  45. 73f29cb Move creation of OveruseFrameDetector to VideoSendStream. by Niels Möller · 7 years ago
  46. a8b1508 Stricter declarations in VideoStreamEncoder. by Niels Möller · 7 years ago
  47. 80ba333 Move FALLTHROUGH macro to a separate header, and give it an RTC_ prefix by Karl Wiberg · 7 years ago
  48. cc7125f Sets sending status for active RtpRtcp modules. by Seth Hampson · 7 years ago
  49. 96d7f76 Fix spelling of (internal) method name UpdateChannelParameters. by Niels Möller · 7 years ago
  50. dd8c165 Enable building WebRTC without built-in software codecs by Anders Carlsson · 7 years ago
  51. 6539f69 Add VideoSendStream::Config::EncoderSettings::experiment_cpu_load_estimator. by Niels Möller · 7 years ago
  52. 875841d Exclude initial adapt downs in stats for quality adapt changes per minute. by Åsa Persson · 7 years ago
  53. 8e07c13 Optional: Use nullopt and implicit construction in /video by Oskar Sundbom · 7 years ago
  54. aa329e7 Reland: googBandwidthLimitedResolution stat is not always set depending on configuration. by Åsa Persson · 7 years ago
  55. bc771b7 Remove limits on CPU adaptation. by Jonathan Yu · 7 years ago
  56. 83dbeac Add alternative load estimator to OverUseFrameDetector. by Niels Möller · 7 years ago
  57. 62e9ebe Revert "googBandwidthLimitedResolution stat is not always set depending on configuration." by Guido Urdaneta · 7 years ago
  58. 59283e4 googBandwidthLimitedResolution stat is not always set depending on configuration. by Åsa Persson · 7 years ago
  59. 6b642f7 Delete EncodedFrameObserver::OnEncodeTiming. by Niels Möller · 7 years ago
  60. 7dc26b7 Revert "Refactor OverUseFrameDetector to use the timestamps attached to EncodedImage." by Niels Möller · 7 years ago
  61. eee7ced Refactor OverUseFrameDetector to use the timestamps attached to EncodedImage. by Niels Möller · 7 years ago
  62. c3ed630 Add stats googHasEnteredLowResolution. by Åsa Persson · 7 years ago
  63. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  64. a056599 Delete VCMSendStatisticsCallback and corresponding use of ProcessThread by Niels Möller · 7 years ago
  65. d79314f Reland "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  66. d9f99c1 Replace Atomic32 with std::atomic in video/ by Yuwei Huang · 7 years ago
  67. 1c1a681 Revert "Add fine grained dropped video frames counters on sending side" by Ilya Nikolaevskiy · 7 years ago
  68. 4b1a363 Add fine grained dropped video frames counters on sending side by Ilya Nikolaevskiy · 7 years ago
  69. 0122e84 Reland "Remove sent framerate and bitrate calculations from MediaOptimization." by Åsa Persson · 7 years ago
  70. ca0ed63 Revert "Remove sent framerate and bitrate calculations from MediaOptimization." by Åsa Persson · 7 years ago
  71. af721b7 Remove sent framerate and bitrate calculations from MediaOptimization. by Åsa Persson · 7 years ago
  72. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  73. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/video_stream_encoder.cc]
  74. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  75. bdf3072 Revert of Remove typedefs.h from webrtc/ root (part 1) (patchset #3 id:40001 of https://codereview.webrtc.org/3007253002/ ) by kjellander · 7 years ago
  76. a895836 Remove typedefs.h from webrtc/ root (part 1) by solenberg · 7 years ago
  77. 1cdddc9 Make CodecType conversion functions non-optional. by kthelgason · 7 years ago
  78. 142fcc9 Move kMinPixelsPerFrame constant in VideoStreamEncoder to VideoEncoder::ScalingSettings. by asapersson · 7 years ago
  79. cc3d442 Rename ViEEncoder to VideoStreamEncoder by mflodman · 7 years ago[Renamed (86%) from webrtc/video/vie_encoder.cc]
  80. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  81. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  82. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  83. 4847ae6 Reland of Periodically update codec bit/frame rate settings. by sprang · 8 years ago
  84. 04f4d12 Implement timing frames. by ilnik · 8 years ago
  85. 6b826ef Add cropping to VIEEncoder to match simulcast streams resolution by ilnik · 8 years ago
  86. fda496a Set overuse detector max frame interval based on target frame rate. by sprang · 8 years ago
  87. f7e294d Implement kBalanced degradation preference. by asapersson · 8 years ago
  88. 317005a Revert of Periodically update codec bit/frame rate settings. (patchset #2 id:160001 of https://codereview.webrtc.org/2924023002/ ) by sprang · 8 years ago
  89. cdafeda Reland of Periodically update codec bit/frame rate settings. (patchset #1 id:1 of https://codereview.webrtc.org/2923993002/ ) by sprang · 8 years ago
  90. 5390c48 Revert of Periodically update codec bit/frame rate settings. (patchset #8 id:140001 of https://codereview.webrtc.org/2883963002/ ) by sprang · 8 years ago
  91. 6431e21 Fix bug in vie_encoder.cc which caused channel parameters not to be updated at regular intervals, as it was intended. by sprang · 8 years ago
  92. 1387476 Compare adapt up/down request with sink_wants_ in VideoSourceProxy methods to make sure it is higher/lower than last request. by asapersson · 8 years ago
  93. 91914e2 Use IsResolution(/Framerate)ScalingEnabled methods in more places. by asapersson · 8 years ago
  94. 01d5a0b Propagate input capture time in ViEEncoder::OnFrame. by nisse · 8 years ago
  95. 09f0561 Update adaptation stats to support degradations in both resolution and framerate. by asapersson · 8 years ago
  96. ea3a798 Move webrtc/video_frame to common_video/include. by nisse · 8 years ago
  97. a324166 Reland of Don't reinit encoder when rotation changes. (patchset #1 id:1 of https://codereview.webrtc.org/2861633003/ ) by brandtr · 8 years ago
  98. 823e900 Revert of Don't reinit encoder when rotation changes. (patchset #3 id:40001 of https://codereview.webrtc.org/2853463004/ ) by brandtr · 8 years ago
  99. 70e39e1 Don't reinit encoder when rotation changes. by brandtr · 8 years ago
  100. d0de295 Only increment scale counter and adaptation stats (and store last_adaptation_request_) if sink_wants_ is updated. by asapersson · 8 years ago